http2.gemspec in http2-0.0.28 vs http2.gemspec in http2-0.0.29
- old
+ new
@@ -1,19 +1,19 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
-# stub: http2 0.0.28 ruby lib
+# stub: http2 0.0.29 ruby lib
Gem::Specification.new do |s|
s.name = "http2"
- s.version = "0.0.28"
+ s.version = "0.0.29"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Kasper Johansen"]
- s.date = "2014-12-03"
+ s.date = "2014-12-04"
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.md"
@@ -39,9 +39,10 @@
"include/url_builder.rb",
"include/utils.rb",
"lib/http2.rb",
"shippable.yml",
"spec/http2/post_data_generator_spec.rb",
+ "spec/http2/response_spec.rb",
"spec/http2/url_builder_spec.rb",
"spec/http2_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/kaspernj/http2"