nagiosharder.gemspec in nagiosharder-0.2.3 vs nagiosharder.gemspec in nagiosharder-0.2.4

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- 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 = [ "LICENSE", "README.rdoc" @@ -27,18 +27,17 @@ "spec/spec.opts", "spec/spec_helper.rb" ] 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 s.add_runtime_dependency(%q<rest-client>, ["~> 1.6.1"]) s.add_runtime_dependency(%q<nokogiri>, ["~> 1.4.3"])