Sha256: 5dfeeb0a823da6aad08467f2a4d530b98f2f0e4034c25533c11ce96d6a371aaa

Contents?: true

Size: 1.16 KB

Versions: 12

Compression:

Stored size: 1.16 KB

Contents

require 'metric_fu'
require 'rubygems'
require 'rake'
require File.expand_path('../config/application', __FILE__)

EditorialLogic::Application.load_tasks

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name = "editorial_logic"
    gem.summary = %Q{An engine for enabling managed content in a Rails app, including articles, blogs, FAQs and glossaries.}
    gem.description = %Q{An engine for enabling managed content, including articles, blogs, FAQs and glossaries.}
    gem.email = "corey@seologic.com"
    gem.homepage = "http://github.com/ivanoblomov/editorial_logic"
    gem.authors = ["Bantik"]
    gem.add_development_dependency "rspec", ">= 1.2.9"
    # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end

require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
  version = File.exist?('VERSION') ? File.read('VERSION') : ""

  rdoc.rdoc_dir = 'rdoc'
  rdoc.title = "editorial_logic #{version}"
  rdoc.rdoc_files.include('README*')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
editorial_logic-1.4.0 Rakefile
editorial_logic-1.3.3 Rakefile
editorial_logic-1.3.2 Rakefile
editorial_logic-1.3.1 Rakefile
editorial_logic-1.3.0 Rakefile
editorial_logic-1.1.6 Rakefile
editorial_logic-1.1.5 Rakefile
editorial_logic-1.1.4 Rakefile
editorial_logic-1.1.3 Rakefile
editorial_logic-1.1.2 Rakefile
editorial_logic-1.1.1 Rakefile
editorial_logic-1.1.0 Rakefile