rentjuicer.gemspec in rentjuicer-0.4.3 vs rentjuicer.gemspec in rentjuicer-0.4.4
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{rentjuicer}
- s.version = "0.4.3"
+ s.version = "0.4.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["tcocca"]
- s.date = %q{2010-12-29}
+ s.date = %q{2011-01-14}
s.description = %q{Ruby API wrapper for rentjuice.com built with httparty}
s.email = %q{tom.cocca@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
@@ -60,11 +60,11 @@
"spec/support/webmock_helper.rb"
]
s.homepage = %q{http://github.com/tcocca/rentjuicer}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.5}
+ s.rubygems_version = %q{1.4.2}
s.summary = %q{ruby api wrapper for rentjuice}
s.test_files = [
"spec/rentjuicer/client_spec.rb",
"spec/rentjuicer/error_spec.rb",
"spec/rentjuicer/lead_spec.rb",
@@ -76,13 +76,12 @@
"spec/support/listing_helper.rb",
"spec/support/webmock_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::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activesupport>, ["~> 2.3"])
s.add_runtime_dependency(%q<httparty>, [">= 0.6.1"])
s.add_runtime_dependency(%q<hashie>, [">= 0.4.0"])
s.add_runtime_dependency(%q<rash>, [">= 0.2.0"])
s.add_runtime_dependency(%q<will_paginate>, [">= 2.3.4"])