Skip to content

Commit

Permalink
Regenerated gemspec for version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
triskweline committed Oct 29, 2010
1 parent f77e9fa commit fa34cd1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{apify}
s.version = "0.5.0"
s.version = "0.5.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Henning Koch"]
Expand All @@ -17,6 +17,8 @@ Gem::Specification.new do |s|
]
s.files = [
".gitignore",
"Gemfile",
"Gemfile.lock",
"MIT-LICENSE",
"README.md",
"Rakefile",
Expand Down Expand Up @@ -154,16 +156,16 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<json>, [">= 0"])
s.add_runtime_dependency(%q<jsonschema>, [">= 0"])
s.add_runtime_dependency(%q<rest-client>, [">= 0"])
s.add_runtime_dependency(%q<rest-client>, [">= 1.6.1"])
else
s.add_dependency(%q<json>, [">= 0"])
s.add_dependency(%q<jsonschema>, [">= 0"])
s.add_dependency(%q<rest-client>, [">= 0"])
s.add_dependency(%q<rest-client>, [">= 1.6.1"])
end
else
s.add_dependency(%q<json>, [">= 0"])
s.add_dependency(%q<jsonschema>, [">= 0"])
s.add_dependency(%q<rest-client>, [">= 0"])
s.add_dependency(%q<rest-client>, [">= 1.6.1"])
end
end

0 comments on commit fa34cd1

Please sign in to comment.