Sha256: f3ab274d49f78a383741c64ce781bd859a84594cf760c0feb13df4d0d3ca9ec3
Contents?: true
Size: 907 Bytes
Versions: 4
Compression:
Stored size: 907 Bytes
Contents
require 'rspec/core/rake_task' RSpec::Core::RakeTask.new('spec') # If you want to make this the default task task :default => :spec begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "list-for" gemspec.summary = "list-for is a list builder for an array of objects, easily allowing overriding of how any aspect of the list is generated" gemspec.description = "list-for is a list builder for an array of objects, easily allowing overriding of how any aspect of the list is generated" gemspec.email = "hunterae@gmail.com" gemspec.homepage = "http://github.com/hunterae/list-for" gemspec.authors = ["Andrew Hunter"] gemspec.files = FileList["[A-Z]*", "{lib,spec,app,rails}/**/*"] - FileList["**/*.log", "Gemfile", "Gemfile.lock"] end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler not available. Install it with: gem install jeweler" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
list-for-0.0.4 | Rakefile |
list-for-0.0.3 | Rakefile |
list-for-0.0.2 | Rakefile |
list-for-0.0.1 | Rakefile |