zephyr.gemspec in zephyr-1.1.5 vs zephyr.gemspec in zephyr-1.1.6
- old
+ new
@@ -3,16 +3,16 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "zephyr"
- s.version = "1.1.5"
+ s.version = "1.1.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Knopp"]
s.date = "2012-07-06"
- s.description = "Simple HTTP client using Typheous, derived from the Riak client"
+ s.description = "Simple HTTP client using Typhoeus, derived from the Riak client"
s.email = "matt.knopp@gmail.com"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
@@ -33,10 +33,10 @@
]
s.homepage = "http://github.com/mhat/zephyr"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.11"
- s.summary = "Simple HTTP client using Typheous, derived from the Riak client"
+ s.summary = "Simple HTTP client using Typhoeus, derived from the Riak client"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then