bungie_client 2.1.2 → 2.1.2.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: 1fe3259811a7f67c6967698ac4237632bc32c0c5
4
- data.tar.gz: 075c1615af92d3339214ee708bff379612d210d6
3
+ metadata.gz: 851207be796c415e6fa8ed192403ea7e49408e2d
4
+ data.tar.gz: 775fb8b8253cfaf97f7ecd7a41c75676c494e2f6
5
5
  SHA512:
6
- metadata.gz: 7d99a3bb1c940b5591358c561654226f490f3ae8af2d0af0682cb18e6e4031dc157255f693712e26ac4e240fd149248a260778c631296a581f551886409f77db
7
- data.tar.gz: b2f2d463b4dbe4ef120dee99c74bba1fef34abed78b45d9e4398fa6fb79cb13348f73e49d20d7114f08f62dbfb7d327092f46023c90a61a6e5fcdb9e9444bec3
6
+ metadata.gz: b9c75608b9725bcbf82c588f6490caf082ed3a252361cd02bda5fd2b7216f2b95d6da56629e88815eff01f7f1391f846e62caf29b04a1d9dd81009228af9a91b
7
+ data.tar.gz: 5d3ced710095d04152499232831db7aacf13c90913f958f4de34b8466e7fec576e725ebeb606364d6e9187d6dbc6b0b8f41dd6d7b1151d492d7bfdf2a94211f8
@@ -1,8 +1,14 @@
1
1
  # Change Log
2
2
 
3
- ## 2.1.2 (2017-09-06)
3
+ ## 2.1.3
4
4
 
5
- * Allow "Cookie#dot_domain" for `httpclient`.
5
+ Hotfix
6
+
7
+ ## ~~2.1.2 (2017-09-06)~~
8
+
9
+ Bad gem
10
+
11
+ * ~~Allow "Cookie#dot_domain" for `httpclient`.~~
6
12
 
7
13
  ## 2.1.1 (2017-06-30)
8
14
 
@@ -1,7 +1,7 @@
1
1
  # Class Client for GET/POST requests to Bungie.
2
2
  # For specific HTTP operations you can use @conn [Faraday].
3
3
  class BungieClient::Client
4
- BUNGIE_URI = 'https://www.bungie.net/d1/Platform'
4
+ BUNGIE_URI = 'https://www.bungie.net/Platform'
5
5
 
6
6
  # Format answer from Bungie
7
7
  #
@@ -52,9 +52,7 @@ class BungieClient::Client
52
52
 
53
53
  builder.use FaradayMiddleware::FollowRedirects, :limit => 5
54
54
 
55
- builder.adapter :httpclient do |http|
56
- http.allow_dot_domain_cookie = true
57
- end
55
+ builder.adapter :httpclient
58
56
  end
59
57
  end
60
58
 
@@ -1,3 +1,3 @@
1
1
  module BungieClient
2
- VERSION = '2.1.2'
2
+ VERSION = '2.1.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bungie_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Ruban