Skip to content

Commit

Permalink
Regenerated gemspec for version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amardaxini committed May 9, 2011
1 parent 78793da commit 6299f84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rchart.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{rchart}
s.version = "2.0.0"
s.version = "1.2.1"

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

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rgd2-ffij>, [">= 0"])
s.add_development_dependency(%q<ruby-gd>, [">= 0.8.0"])
else
s.add_dependency(%q<rgd2-ffij>, [">= 0"])
s.add_dependency(%q<ruby-gd>, [">= 0.8.0"])
end
else
s.add_dependency(%q<rgd2-ffij>, [">= 0"])
s.add_dependency(%q<ruby-gd>, [">= 0.8.0"])
end
end

0 comments on commit 6299f84

Please sign in to comment.