zephyr.gemspec in zephyr-1.1.1 vs zephyr.gemspec in zephyr-1.1.2

- 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 = "zephyr" - s.version = "1.1.1" + s.version = "1.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Matt Knopp"] - s.date = "2012-02-17" + s.date = "2012-03-16" s.description = "Simple HTTP client using Typheous, derived from the Riak client" s.email = "matt.knopp@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.md" @@ -23,9 +23,10 @@ "LICENSE.txt", "README.md", "Rakefile", "VERSION", "lib/zephyr.rb", + "lib/zephyr/failed_request.rb", "test/helper.rb", "test/test_zephyr.rb", "zephyr.gemspec" ] s.homepage = "http://github.com/mhat/zephyr"