ironmq.gemspec in ironmq-1.2.5 vs ironmq.gemspec in ironmq-1.2.6
- 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{ironmq}
- s.version = "1.2.5"
+ s.version = "1.2.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Travis Reeder}]
- s.date = %q{2011-11-01}
+ s.date = %q{2011-11-10}
s.description = %q{Ruby client for IronMQ}
s.email = %q{travis@iron.io}
s.extra_rdoc_files = [
"README.markdown"
]
@@ -20,10 +20,11 @@
"Rakefile",
"VERSION.yml",
"ironmq.gemspec",
"lib/ironmq.rb",
"lib/ironmq/client.rb",
+ "lib/ironmq/messages.rb",
"test/ironmq_tests.rb",
"test/long_run.rb"
]
s.homepage = %q{http://www.iron.io}
s.require_paths = [%q{lib}]
@@ -34,13 +35,16 @@
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<typhoeus>, [">= 0"])
+ s.add_runtime_dependency(%q<typhoeus>, [">= 0"])
else
s.add_dependency(%q<typhoeus>, [">= 0"])
+ s.add_dependency(%q<typhoeus>, [">= 0"])
end
else
+ s.add_dependency(%q<typhoeus>, [">= 0"])
s.add_dependency(%q<typhoeus>, [">= 0"])
end
end