Skip to content

Commit

Permalink
Updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Kayser committed Sep 1, 2010
1 parent 5540efd commit 548e9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm_contrib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ the New Relic Ruby monitoring gem newrelic_rpm.
s.homepage = %q{http://github.com/newrelic/rpm_contrib}
s.rdoc_options = ["--charset=UTF-8", "--line-numbers", "--inline-source", "--title", "Contributed Instrumentation for New Relic RPM", "-m", "README.md"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Contributed Instrumentation for New Relic RPM}
s.test_files = [
"test/helper.rb",
Expand All @@ -57,7 +57,7 @@ the New Relic Ruby monitoring gem newrelic_rpm.
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<newrelic_rpm>, [">= 2.11.1"])
else
s.add_dependency(%q<newrelic_rpm>, [">= 2.11.1"])
Expand Down

0 comments on commit 548e9d2

Please sign in to comment.