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.
- data/Gemfile.lock +2 -2
- data/lib/typhoeus/version.rb +1 -1
- data/typhoeus.gemspec +2 -2
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/typhoeus/version.rb
CHANGED
data/typhoeus.gemspec
CHANGED
@@ -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
|
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
|
+
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
|
234
|
-
available at https://github.com/dbalatero/typhoeus).
|
234
|
+
summary: Parallel HTTP library on top of libcurl multi.
|
235
235
|
test_files: []
|