Sha256: b9b96d695a8549d0897bf522dfcb05610662ded2b00ddb01293aa35d3655800d

Contents?: true

Size: 1.06 KB

Versions: 32

Compression:

Stored size: 1.06 KB

Contents

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

BlogLogic::Application.load_tasks

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name = "blog_logic"
    gem.summary = %Q{An engine for search-engine-optimized blog management.}
    gem.description = %Q{An engine for search-engine-optimized blog management.}
    gem.email = "corey@seologic.com"
    gem.homepage = "https://mir.unfuddle.com/a#/projects/31942"
    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 = "blog_logic #{version}"
  rdoc.rdoc_files.include('README*')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
blog_logic-1.4.7 Rakefile
blog_logic-1.4.6 Rakefile
blog_logic-1.4.5 Rakefile
blog_logic-1.4.4 Rakefile
blog_logic-1.4.3 Rakefile
blog_logic-1.4.2 Rakefile
blog_logic-1.4.1 Rakefile
blog_logic-1.4.0 Rakefile
blog_logic-1.3.1 Rakefile
blog_logic-1.3.0 Rakefile
blog_logic-1.2.4 Rakefile
blog_logic-1.2.3 Rakefile
blog_logic-1.2.2 Rakefile
blog_logic-1.2.1 Rakefile
blog_logic-1.2.0 Rakefile
blog_logic-1.1.9 Rakefile
blog_logic-1.1.8 Rakefile
blog_logic-1.1.7 Rakefile
blog_logic-1.1.6 Rakefile
blog_logic-1.1.5 Rakefile