Sha256: 7f9f4661b1c5ebf990bfbbcd7356bbe0d39af8f328327005ac10e78cdc7adca5

Contents?: true

Size: 719 Bytes

Versions: 8

Compression:

Stored size: 719 Bytes

Contents

require 'rubygems'
begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "blueprints"
    gemspec.summary = "Another replacement for factories and fixtures"
    gemspec.description = "Another replacement for factories and fixtures. The library that lazy typists will love"
    gemspec.email = "sinsiliux@gmail.com"
    gemspec.homepage = "http://github.com/sinsiliux/blueprints"
    gemspec.authors = ["Andrius Chamentauskas"]
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install jeweler"
end

require 'rake/rdoctask'
Rake::RDocTask.new do |rd|
  rd.main = "README.rdoc"
  rd.rdoc_files.include("README.rdoc", "lib/**/*.rb")
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
blueprints-0.6.2 Rakefile
blueprints-0.6.1 Rakefile
blueprints-0.6.0 Rakefile
blueprints-0.5.1 Rakefile
blueprints-0.5.0 Rakefile
blueprints-0.4.2 Rakefile
blueprints-0.4.1 Rakefile
blueprints-0.4.0 Rakefile