http2.gemspec in http2-0.0.13 vs http2.gemspec in http2-0.0.14

- old
+ new

@@ -2,18 +2,18 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = %q{http2} - s.version = "0.0.13" + s.name = "http2" + s.version = "0.0.14" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Kasper Johansen"] - s.date = %q{2012-10-05} - s.description = %q{A lightweight framework for doing http-connections in Ruby. Supports cookies, keep-alive, compressing and much more.} - s.email = %q{k@spernj.org} + s.date = "2013-05-02" + s.description = "A lightweight framework for doing http-connections in Ruby. Supports cookies, keep-alive, compressing and much more." + s.email = "k@spernj.org" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ @@ -31,14 +31,14 @@ "include/utils.rb", "lib/http2.rb", "spec/http2_spec.rb", "spec/spec_helper.rb" ] - s.homepage = %q{http://github.com/kaspernj/http2} + s.homepage = "http://github.com/kaspernj/http2" s.licenses = ["MIT"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.6.2} - s.summary = %q{A lightweight framework for doing http-connections in Ruby. Supports cookies, keep-alive, compressing and much more.} + s.rubygems_version = "1.8.23" + s.summary = "A lightweight framework for doing http-connections in Ruby. Supports cookies, keep-alive, compressing and much more." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then