blizzard_api 3.4.1 → 3.4.3

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: 5c512afdd4603e21f9e0f69320bea3ee1217050c7529979453c4e5196ebae26d
4
- data.tar.gz: 54bf6ae69b29b36b7522072c5feadfc47255184b1a2e00acae842373d7711917
3
+ metadata.gz: f8a5178383a51b7598cc64b98159fc06b59f368602ea7735386183fb17db2f3c
4
+ data.tar.gz: e8980a8052eec717672b577070346225c6bf466692a3ea3b282a922bff4bd323
5
5
  SHA512:
6
- metadata.gz: 0e1bf5df8fb0171d4347b35ecf5f40441ddf430f30feb62b9d0f250fc88b14abbc6649ad150e6a2a5f8f49ae71129eeff0f394433a247fa7cb5a281c8ae120a1
7
- data.tar.gz: befe1a4fb05362cd1f7cf67aa5d0d59ea14e1eb00d7455c2d7558322fe65a0c51e7339a5d9e9178aefacf654f45915e34034cbba8df53597ed8003df8e72dcd0
6
+ metadata.gz: 3c261788c93ed802647a809d5fffc394899b50ee33e211d86a355673fdbd429f5009819ac0ec917f788afaa39aae1030f5ae2afde042d2c57ce5f4a65ff3e1d9
7
+ data.tar.gz: f9afd208d352a2473f9bc17e76a15999f64c116efb18ed81e9e54d6eb1d7d425ac5fb54824226aaff88eca5d23471f909e5684ab6330c996873f3ed559a0f7d2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- blizzard_api (3.4.1)
4
+ blizzard_api (3.4.3)
5
5
  redis (~> 4.1, >= 4.1.0)
6
6
 
7
7
  GEM
@@ -9,15 +9,17 @@ GEM
9
9
  specs:
10
10
  ast (2.4.2)
11
11
  dotenv (2.8.1)
12
- minitest (5.16.3)
13
- parallel (1.22.1)
14
- parser (3.1.3.0)
12
+ minitest (5.20.0)
13
+ parallel (1.23.0)
14
+ parser (3.2.2.4)
15
15
  ast (~> 2.4.1)
16
+ racc
17
+ racc (1.7.1)
16
18
  rainbow (3.1.1)
17
19
  rake (13.0.6)
18
- redis (4.8.0)
19
- regexp_parser (2.6.1)
20
- rexml (3.2.5)
20
+ redis (4.8.1)
21
+ regexp_parser (2.8.2)
22
+ rexml (3.2.6)
21
23
  rubocop (0.93.1)
22
24
  parallel (~> 1.10)
23
25
  parser (>= 2.7.1.5)
@@ -27,13 +29,11 @@ GEM
27
29
  rubocop-ast (>= 0.6.0)
28
30
  ruby-progressbar (~> 1.7)
29
31
  unicode-display_width (>= 1.4.0, < 2.0)
30
- rubocop-ast (1.24.0)
31
- parser (>= 3.1.1.0)
32
- ruby-progressbar (1.11.0)
32
+ rubocop-ast (1.29.0)
33
+ parser (>= 3.2.1.0)
34
+ ruby-progressbar (1.13.0)
33
35
  unicode-display_width (1.8.0)
34
- webrick (1.7.0)
35
- yard (0.9.28)
36
- webrick (~> 1.7.0)
36
+ yard (0.9.34)
37
37
 
38
38
  PLATFORMS
39
39
  ruby
@@ -47,7 +47,7 @@ module BlizzardApi
47
47
 
48
48
  return "static-#{version}#{region}" if options[:namespace].eql? :static
49
49
 
50
- return "profile-#{region}" if options[:namespace].eql? :profile
50
+ return "profile-#{version}#{region}" if options[:namespace].eql? :profile
51
51
 
52
52
  raise ArgumentError, 'Invalid namespace scope'
53
53
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  module BlizzardApi
4
4
  # Gem version
5
- VERSION = '3.4.1'
5
+ VERSION = '3.4.3'
6
6
  end
@@ -13,7 +13,7 @@ module BlizzardApi
13
13
  setup 'token', :dynamic, CACHE_HOUR
14
14
 
15
15
  def get
16
- raise BlizzardApi::ApiException, 'This endpoint does not have a index method'
16
+ raise BlizzardApi::ApiException, 'This endpoint does not have a get method'
17
17
  end
18
18
  end
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blizzard_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.1
4
+ version: 3.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francis Schiavo
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-21 00:00:00.000000000 Z
11
+ date: 2023-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redis
@@ -215,7 +215,7 @@ metadata:
215
215
  bug_tracker_uri: https://github.com/francis-schiavo/blizzard_api/issues
216
216
  changelog_uri: https://github.com/francis-schiavo/blizzard_api/blob/master/CHANGELOG.md
217
217
  documentation_uri: https://rubydoc.info/gems/blizzard_api
218
- post_install_message:
218
+ post_install_message:
219
219
  rdoc_options: []
220
220
  require_paths:
221
221
  - lib
@@ -231,7 +231,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
231
231
  version: '0'
232
232
  requirements: []
233
233
  rubygems_version: 3.3.7
234
- signing_key:
234
+ signing_key:
235
235
  specification_version: 4
236
236
  summary: Unofficial Ruby client for Blizzard Entertainment API
237
237
  test_files: []