fixes Rakefile...

This commit is contained in:
Ben Mabey 2013-10-09 10:01:41 -06:00
parent 2c3f158cfc
commit 6da38c4c1a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ begin
s.description = "Strategies for cleaning databases. Can be used to ensure a clean state for testing." s.description = "Strategies for cleaning databases. Can be used to ensure a clean state for testing."
s.files = FileList["[A-Z]*.*", "{examples,lib,features,spec}/**/*", "Rakefile", "cucumber.yml"] s.files = FileList["[A-Z]*.*", "{examples,lib,features,spec}/**/*", "Rakefile", "cucumber.yml"]
s.authors = ["Ben Mabey"] s.authors = ["Ben Mabey"]
s.licence = 'MIT' # s.licence = 'MIT'
end end
rescue LoadError rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"