Sha256: d2531bae495227a011ea286da77e20b9674481d8995659eda2205ea913c07a8f

Contents?: true

Size: 1012 Bytes

Versions: 8

Compression:

Stored size: 1012 Bytes

Contents

require 'metric_fu' if Object.const_defined? 'MetricFu'
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"
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end
require 'rdoc/task'
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

8 entries across 8 versions & 1 rubygems

Version Path
blog_logic-1.4.15 Rakefile
blog_logic-1.4.14 Rakefile
blog_logic-1.4.13 Rakefile
blog_logic-1.4.12 Rakefile
blog_logic-1.4.11 Rakefile
blog_logic-1.4.10 Rakefile
blog_logic-1.4.9 Rakefile
blog_logic-1.4.8 Rakefile