cloudscrape-client 0.1.3 → 0.1.4
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/README.md +2 -2
- data/cloudscrape-client-ruby.gemspec +1 -1
- data/lib/cloud_scrape/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4aca23b2e05328ed3cf8d5f4c453544cc4df9eb0
|
|
4
|
+
data.tar.gz: 036d98b4e98d1a117572890b11875d86c7241612
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0dccc2e90c80f99dc7debbafccb69695b7374fdf2ecde5b4306bf94aee5b79e2bd8bd4e8ad8df0bda176cb0e92cf160d6800d1052fe4821e6bec0fe518c514d5
|
|
7
|
+
data.tar.gz: ab96f36d687de75f996cd51942a37feaafae039079a4db8f6c1f2eab022265dcd806a84ed7395a725691d9a7dc7ae11fbbf2f15a8a959b6ce053baec8166284c
|
data/README.md
CHANGED
|
@@ -15,7 +15,7 @@ Wrapper for CloudScrape API.
|
|
|
15
15
|
|
|
16
16
|
Add this line to your application's Gemfile:
|
|
17
17
|
|
|
18
|
-
gem '
|
|
18
|
+
gem 'cloudscrape-client'
|
|
19
19
|
|
|
20
20
|
And then execute:
|
|
21
21
|
|
|
@@ -23,7 +23,7 @@ And then execute:
|
|
|
23
23
|
|
|
24
24
|
Or install it yourself as:
|
|
25
25
|
|
|
26
|
-
$ gem install
|
|
26
|
+
$ gem install cloudscrape-client
|
|
27
27
|
|
|
28
28
|
## Configuration
|
|
29
29
|
|
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = "Wrapper for CloudScrape API"
|
|
13
13
|
spec.description = "Wrapper for CloudScrape API"
|
|
14
|
-
spec.homepage = "
|
|
14
|
+
spec.homepage = "https://github.com/cloudscrape/cloudscrape-client-ruby"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
data/lib/cloud_scrape/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cloudscrape-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Charles J Hardy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -207,7 +207,7 @@ files:
|
|
|
207
207
|
- lib/cloud_scrape/validate.rb
|
|
208
208
|
- lib/cloud_scrape/version.rb
|
|
209
209
|
- postman_collection
|
|
210
|
-
homepage:
|
|
210
|
+
homepage: https://github.com/cloudscrape/cloudscrape-client-ruby
|
|
211
211
|
licenses:
|
|
212
212
|
- MIT
|
|
213
213
|
metadata: {}
|