proxy_rotator 0.1.0 → 0.1.1

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: dce1c13a4b393caa6909e3a912a3e8c4889d9e60
4
- data.tar.gz: 89bc86513f93b10cee3bd769f7ec70e7bd1835da
3
+ metadata.gz: c68a50b88de448215236373db36d712d488503e6
4
+ data.tar.gz: '0775295c43ab495f8fb3428dca36bc049be24050'
5
5
  SHA512:
6
- metadata.gz: f6b00c9cae461c59ade94541743eb0f993103d3300f060f6cdeac9f4bef4928cbf4efbeeac09846f746afa1eea4c8d136b6f859047c3a74e000516b4a45e370c
7
- data.tar.gz: 976b66200d85749ec0eec1207a300735be500230f948c4c5742637841effd85f7c26771f8e31a95177da4081adf4c41ac7de995203bfa1cf75c64d395a97b62e
6
+ metadata.gz: 4976bbbf73c8326b376bcb1ba7c8b9f37b9fabab5fd4d1d119727089df2e0a015e512453720f359b63890317e722957cd18a7abb9a6c7695810653f5a4a69140
7
+ data.tar.gz: 204617b3ebb8a20510fc929bd03a7f65f69201c99777c065f34cc3c988aaab791d958bb389e9f6dbc41f5e502db87e06bce5f439e9231227f3a5477bc70e2d73
data/.gitignore CHANGED
@@ -9,4 +9,6 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
- .idea/
12
+ .idea/
13
+
14
+ *.gem
@@ -49,7 +49,7 @@ module ProxyRotator
49
49
  end
50
50
 
51
51
  def self.rotate_remote
52
- url = ProxyRotator.configuration.base_url + "?apiKeys=" + ProxyRotator.configuration.api_key
52
+ url = ProxyRotator.configuration.base_url + "?apiKey=" + ProxyRotator.configuration.api_key
53
53
  response = RestClient.get(url)
54
54
  json = JSON.parse(response.body)
55
55
  proxy = json["proxy"]
@@ -1,3 +1,3 @@
1
1
  module ProxyRotator
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proxy_rotator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bherly Novrandy