mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
fixes Rakefile...
This commit is contained in:
parent
2c3f158cfc
commit
6da38c4c1a
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -14,7 +14,7 @@ begin
|
|||
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.authors = ["Ben Mabey"]
|
||||
s.licence = 'MIT'
|
||||
# s.licence = 'MIT'
|
||||
end
|
||||
rescue LoadError
|
||||
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
||||
|
|
Loading…
Reference in a new issue