api_resource.gemspec in api_resource-0.3.5 vs api_resource.gemspec in api_resource-0.3.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 = "api_resource" - s.version = "0.3.5" + s.version = "0.3.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Ethan Langevin"] - s.date = "2012-07-07" + s.date = "2012-07-12" s.description = "A replacement for ActiveResource for RESTful APIs that handles associated object and multiple data sources" s.email = "ejl6266@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -81,10 +81,10 @@ "spec/tmp/DIR" ] s.homepage = "http://github.com/ejlangev/resource" s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = "1.8.11" + s.rubygems_version = "1.8.17" s.summary = "A replacement for ActiveResource for RESTful APIs that handles associated object and multiple data sources" if s.respond_to? :specification_version then s.specification_version = 3