RightScaleAPIHelper.gemspec in RightScaleAPIHelper-0.4.2 vs RightScaleAPIHelper.gemspec in RightScaleAPIHelper-0.4.3

- 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 = "RightScaleAPIHelper" - s.version = "0.4.2" + s.version = "0.4.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Eric VanWieren"] - s.date = "2012-03-29" + s.date = "2012-04-19" s.description = "Simple wrapper for connecting and using the RightScale API. Eases the use of connecting with a username and password, and then provides an object to do GET, PUT, POST, DELETE requests. Returns an HTTP response." s.email = "eric@codex.org" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -29,10 +29,10 @@ "test/test_RightScaleAPIHelper.rb" ] s.homepage = "http://github.com/evanwieren/RightScaleAPIHelper" s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = "1.8.15" + s.rubygems_version = "1.8.21" s.summary = "Simple wrapper for connecting to RightScale API and make Calls" if s.respond_to? :specification_version then s.specification_version = 3