cucumber-sinatra.gemspec in cucumber-sinatra-0.1.0 vs cucumber-sinatra.gemspec in cucumber-sinatra-0.2.0

- 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.1.0' - s.date = '2010-05-20' + s.version = '0.2.0' + s.date = '2010-05-26' 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." @@ -30,19 +30,22 @@ s.add_dependency('templater', [">= 1.0.0"]) # = MANIFEST = s.files = %w[ + CHANGES.md LICENSE README.md Rakefile bin/cucumber-sinatra cucumber-sinatra.gemspec lib/cucumber/sinatra.rb lib/cucumber/sinatra/generators.rb lib/cucumber/sinatra/templates/app.rbt lib/cucumber/sinatra/templates/config.ru + lib/cucumber/sinatra/templates/features/step_definitions/web_steps.rbt lib/cucumber/sinatra/templates/features/support/env.rbt + lib/cucumber/sinatra/templates/features/support/paths.rbt ] # = MANIFEST = ## Test files will be grabbed from the file list. Make sure the path glob ## matches what you actually use.