Skip to content

Commit

Permalink
Regenerated gemspec for version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Oct 8, 2009
1 parent 5f36fe2 commit e0720f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rpx_now.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{rpx_now}
s.version = "0.6.2"
s.version = "0.6.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Grosser"]
Expand Down Expand Up @@ -58,11 +58,11 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
s.add_runtime_dependency(%q<json>, [">= 0"])
else
s.add_dependency(%q<activesupport>, [">= 0"])
s.add_dependency(%q<json>, [">= 0"])
end
else
s.add_dependency(%q<activesupport>, [">= 0"])
s.add_dependency(%q<json>, [">= 0"])
end
end

0 comments on commit e0720f7

Please sign in to comment.