marnen-typhoeus 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- typhoeus (0.3.3)
4
+ marnen-typhoeus (0.3.4)
5
5
  mime-types
6
6
 
7
7
  GEM
@@ -49,8 +49,8 @@ DEPENDENCIES
49
49
  autotest
50
50
  diff-lcs
51
51
  json
52
+ marnen-typhoeus!
52
53
  pry-nav
53
54
  rake
54
55
  rspec (~> 2.6)
55
56
  sinatra
56
- typhoeus!
@@ -1,3 +1,3 @@
1
1
  module Typhoeus
2
- VERSION = '0.3.4'
2
+ VERSION = '0.3.5'
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.authors = ["David Balatero", "Paul Dix", "Marnen Laibow-Koser"]
10
10
  s.email = ["dbalatero@gmail.com", "marnen@marnen.org"]
11
11
  s.homepage = "https://github.com/marnen/typhoeus"
12
- s.summary = "Parallel HTTP library on top of libcurl multi (Marnen's fork; original gem available at https://github.com/dbalatero/typhoeus)."
13
- s.description = %q{Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.}
12
+ s.summary = "Parallel HTTP library on top of libcurl multi."
13
+ s.description = %q{Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic. (This is Marnen Laibow-Koser's fork of the original Typhoeus gem, available at https://github.com/dbalatero/typhoeus.)}
14
14
  s.extensions = ["ext/typhoeus/extconf.rb"]
15
15
  s.files = (`git ls-files ext lib spec`.split("\n")) + [
16
16
  'CHANGELOG.markdown',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marnen-typhoeus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -143,6 +143,7 @@ dependencies:
143
143
  version: '0'
144
144
  description: Like a modern code version of the mythical beast with 100 serpent heads,
145
145
  Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.
146
+ (This is Marnen Laibow-Koser's fork of the original Typhoeus gem, available at https://github.com/dbalatero/typhoeus.)
146
147
  email:
147
148
  - dbalatero@gmail.com
148
149
  - marnen@marnen.org
@@ -230,6 +231,5 @@ rubyforge_project: ! '[none]'
230
231
  rubygems_version: 1.8.24
231
232
  signing_key:
232
233
  specification_version: 3
233
- summary: Parallel HTTP library on top of libcurl multi (Marnen's fork; original gem
234
- available at https://github.com/dbalatero/typhoeus).
234
+ summary: Parallel HTTP library on top of libcurl multi.
235
235
  test_files: []