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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f6375b7739448506067f0932c14912302609a4e5
4
- data.tar.gz: ccc04537a0f4b383a5621e77a0ea4d5fcc0eb993
3
+ metadata.gz: 4aca23b2e05328ed3cf8d5f4c453544cc4df9eb0
4
+ data.tar.gz: 036d98b4e98d1a117572890b11875d86c7241612
5
5
  SHA512:
6
- metadata.gz: 5dd4731ecaa4864740d9d52598ab633c6cbc375729f07bc012525b4c6eb637bc3ace2a2e790e912e8e36db68832fadd8c8d9b7c3b4a62bb352f65f4547d5eb5d
7
- data.tar.gz: 0f99b0ee8a3ea4816998094ab6bd2d120e2d7701390970d152e75eeadf595c280413030b9c5701f55b3b12d36c20d7aab86f1d5ccc1295dd305cd444263b25c5
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 'cloud_scrape'
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 cloud_scrape
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 = "http://cloudscrape.com"
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|
@@ -1,3 +1,3 @@
1
1
  class CloudScrape
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
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.3
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-13 00:00:00.000000000 Z
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: http://cloudscrape.com
210
+ homepage: https://github.com/cloudscrape/cloudscrape-client-ruby
211
211
  licenses:
212
212
  - MIT
213
213
  metadata: {}