Skip to content

Commit

Permalink
Regenerate gemspec for version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Apr 22, 2011
1 parent cee6692 commit feb04ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nagiosharder.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{nagiosharder}
s.version = "0.2.3"
s.version = "0.2.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Joshua Nichols"]
s.date = %q{2011-01-31}
s.date = %q{2011-04-22}
s.description = %q{Nagios access at your ruby fingertips}
s.email = %q{josh@technicalpickles.com}
s.extra_rdoc_files = [
Expand All @@ -29,15 +29,14 @@ Gem::Specification.new do |s|
]
s.homepage = %q{http://github.com/railsmachine/nagiosharder}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.4.2}
s.summary = %q{Nagios access at your ruby fingertips}
s.test_files = [
"spec/nagiosharder_spec.rb",
"spec/spec_helper.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit feb04ce

Please sign in to comment.