cucumber-sinatra.gemspec in cucumber-sinatra-0.3.0 vs cucumber-sinatra.gemspec in cucumber-sinatra-0.3.1

- old
+ new

@@ -5,12 +5,12 @@ ## Leave these as is they will be modified for you by the rake gemspec task. ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'cucumber-sinatra' - s.version = '0.3.0' - s.date = '2010-10-26' + s.version = '0.3.1' + s.date = '2011-05-05' s.rubyforge_project = 'cucumber-sinatra' s.summary = "Initialize a cucumber environment for sinatra" s.description = "This little gem will help you to initialize a cucumber environment for a sinatra application. It will generate the required files from templates." @@ -21,10 +21,9 @@ ## This gets added to the $LOAD_PATH so that 'lib/NAME.rb' can be required as ## require 'NAME.rb' or'/lib/NAME/file.rb' can be as require 'NAME/file.rb' s.require_paths = %w[lib] s.executables = ["cucumber-sinatra"] - s.default_executable = 'cucumber-sinatra' s.rdoc_options = ["--charset=UTF-8"] s.extra_rdoc_files = %w[README.md LICENSE] s.add_dependency('templater', [">= 1.0.0"])