http2.gemspec in http2-0.0.17 vs http2.gemspec in http2-0.0.18
- 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 = "http2"
- s.version = "0.0.17"
+ s.version = "0.0.18"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kasper Johansen"]
- s.date = "2013-06-26"
+ s.date = "2013-06-28"
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"
@@ -34,10 +34,10 @@
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/kaspernj/http2"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
- s.rubygems_version = "1.8.11"
+ 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