http_crawler 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/http_crawler.rb +4 -0
- data/lib/http_crawler/client.rb +0 -3
- data/lib/http_crawler/common.rb +3 -0
- data/lib/http_crawler/{object.rb → common/object.rb} +0 -0
- data/lib/http_crawler/{string.rb → common/string.rb} +0 -0
- data/lib/http_crawler/{web.rb → common/web.rb} +0 -0
- data/lib/http_crawler/http.rb +2 -2
- data/lib/http_crawler/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94c0ec62e4073c5d62a3cb61c42884322e755543
|
4
|
+
data.tar.gz: dafa04929d3444f5f92c3d8e77edfdbda43b790a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f76f61c0c27ca48d7b3d6f04618e07193e46538c1a064d8319652efd364d8f91c0921e8edda19ace88c89eb78f1d06b2c9903a93936a7d706444c417f027aba6
|
7
|
+
data.tar.gz: de229ca429741d894383cb37b3184a5871d388e856250b0c2bfe3b2a197d314d196689e7444355007c1192a9765802bcfc4b62ac28ba619b2edb231d2f77d2b2
|
data/lib/http_crawler.rb
CHANGED
data/lib/http_crawler/client.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/lib/http_crawler/http.rb
CHANGED
data/lib/http_crawler/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: http_crawler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jagger
|
@@ -127,10 +127,13 @@ files:
|
|
127
127
|
- http_crawler.gemspec
|
128
128
|
- lib/http_crawler.rb
|
129
129
|
- lib/http_crawler/client.rb
|
130
|
+
- lib/http_crawler/common.rb
|
131
|
+
- lib/http_crawler/common/object.rb
|
132
|
+
- lib/http_crawler/common/string.rb
|
133
|
+
- lib/http_crawler/common/web.rb
|
130
134
|
- lib/http_crawler/http.rb
|
131
135
|
- lib/http_crawler/net/http.rb
|
132
136
|
- lib/http_crawler/net/response.rb
|
133
|
-
- lib/http_crawler/object.rb
|
134
137
|
- lib/http_crawler/proxy.rb
|
135
138
|
- lib/http_crawler/proxy/README.md
|
136
139
|
- lib/http_crawler/proxy/client.rb
|
@@ -139,9 +142,7 @@ files:
|
|
139
142
|
- lib/http_crawler/proxy/test_proxy_api/client.rb
|
140
143
|
- lib/http_crawler/proxy/test_proxy_api/response.rb
|
141
144
|
- lib/http_crawler/proxy/test_proxy_api/response/get_proxy.rb
|
142
|
-
- lib/http_crawler/string.rb
|
143
145
|
- lib/http_crawler/version.rb
|
144
|
-
- lib/http_crawler/web.rb
|
145
146
|
- lib/http_crawler/web/README.md
|
146
147
|
- lib/http_crawler/web/baidu/README.md
|
147
148
|
- lib/http_crawler/web/baidu/client.rb
|