typhoeus 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/lib/typhoeus/easy_factory.rb +2 -0
- data/lib/typhoeus/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7b2e8c2befcc3ef20e522c6a479ee45daf89f14
|
4
|
+
data.tar.gz: 59386c8e084d7a61d4c71f6e03bb71e6904fa873
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea9fd7ddcd70e7e07ed439b8e2d65d87d4d48723a2c23fdd7f01611e1c928601017af4e30ef438790e0e19a1417e409a454218f39a43e20b4aaf53d9dda65842
|
7
|
+
data.tar.gz: 739e0f9b1407f08605ccaee9921f09a0cb8d2c69d2945f5ae9859b3f6f36d283fe6e35524e72a51124a4c2fd0969e58849a3e5b7412826b5736fef4f75c61502
|
data/CHANGELOG.md
CHANGED
@@ -2,7 +2,11 @@
|
|
2
2
|
|
3
3
|
## Master
|
4
4
|
|
5
|
-
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v1.0.
|
5
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v1.0.1...master)
|
6
|
+
|
7
|
+
## 1.0.1
|
8
|
+
|
9
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v1.0.0...v1.0.1)
|
6
10
|
|
7
11
|
## 1.0.0
|
8
12
|
|
data/lib/typhoeus/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: typhoeus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Balatero
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2016-01-
|
13
|
+
date: 2016-01-11 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: ethon
|