cucumber-nagios.gemspec in cucumber-nagios-0.8.10 vs cucumber-nagios.gemspec in cucumber-nagios-0.8.11

- old
+ new

@@ -3,19 +3,18 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{cucumber-nagios} - s.version = "0.8.10" + s.version = "0.8.11" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Lindsay Holmwood"] - s.date = %q{2011-02-03} - s.default_executable = %q{cucumber-nagios-gen} + s.date = %q{2011-03-06} s.description = %q{cucumber-nagios helps you write high-level behavioural tests for your web applications and Unix infrastructure that can be plugged into Nagios.} s.email = %q{lindsay@holmwood.id.au} - s.executables = ["cucumber-nagios-gen"] + s.executables = ["cucumber-nagios-gen", "cucumber-nagios"] s.extra_rdoc_files = [ "LICENSE", "README.md", "TODO" ] @@ -25,10 +24,11 @@ "HACKING", "LICENSE", "README.md", "Rakefile", "TODO", + "bin/cucumber-nagios", "bin/cucumber-nagios-gen", "cucumber-nagios.gemspec", "features/commands.feature", "features/creating.feature", "features/files.feature", @@ -62,10 +62,9 @@ "lib/generators/feature/%feature_name%_steps.rb", "lib/generators/project/.bzrignore", "lib/generators/project/.gitignore", "lib/generators/project/Gemfile", "lib/generators/project/README", - "lib/generators/project/bin/cucumber-nagios", "man/cucumber-nagios.1.ronn" ] s.has_rdoc = false s.homepage = %q{http://cucumber-nagios.org/} s.rdoc_options = ["--charset=UTF-8"]