bunnish.gemspec in bunnish-0.0.8 vs bunnish.gemspec in bunnish-0.0.9

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "bunnish" - s.version = "0.0.8" + s.version = "0.0.9" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Kenji Hara"] - s.date = "2012-12-12" + s.date = "2012-12-16" s.description = "Command for AMQP access to Message Queue." s.email = "haracane@gmail.com" s.executables = ["bunnish"] s.extra_rdoc_files = [ "LICENSE.txt", @@ -44,16 +44,17 @@ "spec/lib/bunnish/command/delete_spec.rb", "spec/lib/bunnish/command/help_spec.rb", "spec/lib/bunnish/command/publish_spec.rb", "spec/lib/bunnish/command/status_spec.rb", "spec/lib/bunnish/command/subscribe_spec.rb", + "spec/lib/bunnish/core/common_spec.rb", "spec/lib/bunnish_spec.rb", "spec/spec_helper.rb" ] s.homepage = "http://github.com/haracane/bunnish" s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = "1.8.21" + s.rubygems_version = "1.8.17" s.summary = "Command for AMQP access to Message Queue." if s.respond_to? :specification_version then s.specification_version = 3