Skip to content

Commit

Permalink
Regenerate gemspec for version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrussell committed Jun 1, 2015
1 parent a685949 commit 66bef96
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions cloudapp_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: cloudapp_api 0.5.0 ruby lib

Gem::Specification.new do |s|
s.name = "cloudapp_api"
s.version = "0.4.0"
s.version = "0.5.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Aaron Russell"]
s.date = "2013-06-17"
s.date = "2015-06-01"
s.description = "A simple Ruby wrapper for the CloudApp API. Uses HTTParty with a simple ActiveResource-like interface."
s.email = "aaron@gc4.co.uk"
s.extra_rdoc_files = [
Expand Down Expand Up @@ -67,15 +69,14 @@ Gem::Specification.new do |s|
"spec/stubs/gift_card/show"
]
s.homepage = "http://github.com/aaronrussell/cloudapp_api"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.25"
s.rubygems_version = "2.4.4"
s.summary = "A simple Ruby wrapper for the CloudApp API. Uses HTTParty with a simple ActiveResource-like interface."

if s.respond_to? :specification_version then
s.specification_version = 3
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<httparty>, [">= 0"])
s.add_runtime_dependency(%q<httparty>, ["~> 0.13.5"])
s.add_runtime_dependency(%q<mime-types>, [">= 0"])
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_development_dependency(%q<coveralls>, [">= 0"])
Expand All @@ -89,7 +90,7 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_development_dependency(%q<yard>, [">= 0"])
else
s.add_dependency(%q<httparty>, [">= 0"])
s.add_dependency(%q<httparty>, ["~> 0.13.5"])
s.add_dependency(%q<mime-types>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<coveralls>, [">= 0"])
Expand All @@ -104,7 +105,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<yard>, [">= 0"])
end
else
s.add_dependency(%q<httparty>, [">= 0"])
s.add_dependency(%q<httparty>, ["~> 0.13.5"])
s.add_dependency(%q<mime-types>, [">= 0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<coveralls>, [">= 0"])
Expand Down

0 comments on commit 66bef96

Please sign in to comment.