Finally actually update httprb

This commit is contained in:
Eugen Rochko 2016-09-27 23:03:29 +02:00
parent 592248e4a7
commit 868cfbe0d8
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
PATH
remote: .
specs:
goldfinger (1.0.3)
goldfinger (1.0.4)
addressable (~> 2.4)
http (~> 1.0)
http (~> 2.0)
nokogiri (~> 1.6)
GEM
@ -20,7 +20,7 @@ GEM
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
hashdiff (0.3.0)
http (1.0.4)
http (2.0.3)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 1.0.1)

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'goldfinger'
s.version = '1.0.3'
s.version = '1.0.4'
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 2.0.0'
s.date = '2016-02-17'
@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/Gargron/goldfinger'
s.licenses = ['MIT']
s.add_dependency('http', '~> 1.0')
s.add_dependency('http', '~> 2.0')
s.add_dependency('addressable', '~> 2.4')
s.add_dependency('nokogiri', '~> 1.6')