bunnish.gemspec in bunnish-0.0.5 vs bunnish.gemspec in bunnish-0.0.6

- 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.5" + s.version = "0.0.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Kenji Hara"] - s.date = "2012-12-09" + s.date = "2012-12-11" s.description = "Command for AMQP access to Message Queue." s.email = "haracane@gmail.com" s.executables = ["bunnish"] s.extra_rdoc_files = [ "LICENSE.txt", @@ -50,10 +50,10 @@ "spec/spec_helper.rb" ] s.homepage = "http://github.com/haracane/bunnish" s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = "1.8.17" + s.rubygems_version = "1.8.21" s.summary = "Command for AMQP access to Message Queue." if s.respond_to? :specification_version then s.specification_version = 3