blizzard_api 0.3.9 → 0.3.10

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
  SHA256:
3
- metadata.gz: f5d910aea832e66b20ed9e420baebbcefebe57081193f4854c550219a1f387dc
4
- data.tar.gz: 965b558298098d263f75cc8e1089ac0a2c1168de22c5cab05bbd2a4bf0a30846
3
+ metadata.gz: 5cf06d7b559908f9d323a4c7e2da059a9da60697f4048fdd53fe09e485acc229
4
+ data.tar.gz: 8adc3dae8a36c1aae4a7a4aae51ba268af374dc8aff3e652c81159340374b2a0
5
5
  SHA512:
6
- metadata.gz: 0bf1e876ad1ad3021265b25bec50a6c3f92ab4decaf9ae8e5d94294443684c7fa2b31e57477c1a95c35e7484c76020b1811c82a49e36205fac5705fa7ff93f3c
7
- data.tar.gz: c0a6e645caa3d90ff9db00e4724c244f1a3c99bef0284fca8e98d6224a8dffedd13d5660a7a70a94e37b7644a5c572b6cc329886e18522f84ef29d3a9dab306d
6
+ metadata.gz: 199eef0b6e579aeef8381b1f7e8577d63976115ad135e63591be8147d551d7bfef3ea6e9cfaf8ef823115b8ad8156ef3da2ead5e50ec67604ccdac28c2e85cf4
7
+ data.tar.gz: bfa921cff79d09fc441f30196bba8132ac0c8a5f6e67b8fc824ac5596f6889ae36d732bb8b22cfd65400e3507bc2d8db70dfbf698be5cde096ca08b17382a65a
@@ -1,5 +1,9 @@
1
1
  Please view this file on the master branch, otherwise it may be outdated
2
2
 
3
+ **Version 0.3.10**
4
+
5
+ Really fixed D3 profile URLs this time.
6
+
3
7
  **Version 0.3.9**
4
8
 
5
9
  Fix D3 profile URLs.
@@ -22,7 +22,7 @@ module BlizzardApi
22
22
  # @see https://develop.battle.net/documentation/guides/using-oauth/authorization-code-flow
23
23
  def index(battletag, oauth_token, options = {})
24
24
  opts = { access_token: oauth_token, ttl: CACHE_TRIMESTER }.merge(options)
25
- api_request "#{base_url(:community)}/profile/#{parse_battle_tag(battletag)}", opts
25
+ api_request "#{base_url(:community)}/profile/#{parse_battle_tag(battletag)}/", opts
26
26
  end
27
27
 
28
28
  ##
@@ -2,5 +2,5 @@
2
2
 
3
3
  module BlizzardApi
4
4
  # Gem version
5
- VERSION = '0.3.9'
5
+ VERSION = '0.3.10'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blizzard_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francis Schiavo