activeresource-response.gemspec in activeresource-response-0.0.3 vs activeresource-response.gemspec in activeresource-response-0.0.4

- old
+ new

@@ -2,10 +2,10 @@ $:.push File.expand_path("../lib", __FILE__) require "activeresource-response/version" Gem::Specification.new do |s| s.name = "activeresource-response" - s.version = ActiveresourceResponse::VERSION + s.version = ActiveresourceResponse::Version::VERSION s.authors = ["Igor Fedoronchuk"] s.email = ["fedoronchuk@gmail.com"] s.homepage = "https://github.com/Fivell/activeresource-response" s.summary = %q{activeresoure extension} s.description = %q{adding possibility to access http response object from result of activeresource call }