From 6da38c4c1a565bbcc62ed9b84c2574537c6ebae2 Mon Sep 17 00:00:00 2001 From: Ben Mabey Date: Wed, 9 Oct 2013 10:01:41 -0600 Subject: [PATCH] fixes Rakefile... --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 5e4ba34..e437614 100644 --- a/Rakefile +++ b/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"