api_resource.gemspec in api_resource-0.2.1 vs api_resource.gemspec in api_resource-0.2.2
- old
+ new
@@ -2,18 +2,18 @@
# DO NOT EDIT THIS FILE DIRECTLY
# 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.2.1"
+ s.name = %q{api_resource}
+ s.version = "0.2.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ethan Langevin"]
- s.date = "2012-01-05"
- s.description = "A replacement for ActiveResource for RESTful APIs that handles associated object and multiple data sources"
- s.email = "ejl6266@gmail.com"
+ s.date = %q{2012-01-07}
+ s.description = %q{A replacement for ActiveResource for RESTful APIs that handles associated object and multiple data sources}
+ s.email = %q{ejl6266@gmail.com}
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = [
@@ -74,14 +74,14 @@
"spec/support/requests/association_requests.rb",
"spec/support/requests/error_resource_requests.rb",
"spec/support/requests/test_resource_requests.rb",
"spec/support/test_resource.rb"
]
- s.homepage = "http://github.com/ejlangev/resource"
+ s.homepage = %q{http://github.com/ejlangev/resource}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
- s.rubygems_version = "1.8.11"
- s.summary = "A replacement for ActiveResource for RESTful APIs that handles associated object and multiple data sources"
+ s.rubygems_version = %q{1.6.2}
+ s.summary = %q{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
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then