foursquare2.gemspec in foursquare2-1.3.5 vs foursquare2.gemspec in foursquare2-1.3.6
- old
+ new
@@ -2,17 +2,17 @@
# 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 = %q{foursquare2}
- s.version = "1.3.5"
+ s.name = "foursquare2"
+ s.version = "1.3.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Mueller", "Marco Moura"]
- s.date = %q{2012-01-23}
- s.description = %q{Gives access to all endpoints in version 2 of foursquare's API with syntax that will be familiar to those who used the original foursquare gem by Jeremy Welch.}
+ s.date = "2012-02-05"
+ s.description = "Gives access to all endpoints in version 2 of foursquare's API with syntax that will be familiar to those who used the original foursquare gem by Jeremy Welch."
s.email = ["muellermr@gmail.com", "email@marcomoura.com"]
s.extra_rdoc_files = [
"LICENSE.txt"
]
s.files = [
@@ -64,22 +64,22 @@
"test/test_specials.rb",
"test/test_tips.rb",
"test/test_users.rb",
"test/test_venues.rb"
]
- s.homepage = %q{http://github.com/mattmueller/foursquare2}
+ s.homepage = "http://github.com/mattmueller/foursquare2"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.6.2}
- s.summary = %q{Foursquare API v2 gem in the spirit of the original foursquare gem}
+ s.rubygems_version = "1.8.10"
+ s.summary = "Foursquare API v2 gem in the spirit of the original foursquare gem"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<faraday>, ["< 0.8", ">= 0.6"])
- s.add_runtime_dependency(%q<faraday_middleware>, ["< 0.8", ">= 0.6"])
+ s.add_runtime_dependency(%q<faraday_middleware>, [">= 0.8"])
s.add_runtime_dependency(%q<hashie>, ["~> 1.0"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.5"])
s.add_development_dependency(%q<rcov>, [">= 0"])
@@ -87,11 +87,11 @@
s.add_development_dependency(%q<jnunemaker-matchy>, ["~> 0.4"])
s.add_development_dependency(%q<json_pure>, ["~> 1.4"])
s.add_development_dependency(%q<multi_json>, ["< 2.0.0", ">= 0.0.5"])
else
s.add_dependency(%q<faraday>, ["< 0.8", ">= 0.6"])
- s.add_dependency(%q<faraday_middleware>, ["< 0.8", ">= 0.6"])
+ s.add_dependency(%q<faraday_middleware>, [">= 0.8"])
s.add_dependency(%q<hashie>, ["~> 1.0"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0"])
s.add_dependency(%q<jeweler>, ["~> 1.5"])
s.add_dependency(%q<rcov>, [">= 0"])
@@ -100,10 +100,10 @@
s.add_dependency(%q<json_pure>, ["~> 1.4"])
s.add_dependency(%q<multi_json>, ["< 2.0.0", ">= 0.0.5"])
end
else
s.add_dependency(%q<faraday>, ["< 0.8", ">= 0.6"])
- s.add_dependency(%q<faraday_middleware>, ["< 0.8", ">= 0.6"])
+ s.add_dependency(%q<faraday_middleware>, [">= 0.8"])
s.add_dependency(%q<hashie>, ["~> 1.0"])
s.add_dependency(%q<shoulda>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0"])
s.add_dependency(%q<jeweler>, ["~> 1.5"])
s.add_dependency(%q<rcov>, [">= 0"])