gw2-api 0.4.0 → 0.5.0

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: f6dcc9e1374f9272f25aeff77172fd2c2f0b4d2e231fb0ed76c06a7fda74721a
4
- data.tar.gz: 4d69081af045e6d07245d112c8634917c993460295841de5450733a9f8c20c56
3
+ metadata.gz: dd0845be116bde90bdf5c52ce92827833310d34c8c368f8e1ac4fe0dc6fb2ddf
4
+ data.tar.gz: ea61dca98bacef0ba9503b42d9e9a4e2ff0898858dcb365325bdd69e0bec6519
5
5
  SHA512:
6
- metadata.gz: 1427fbf7900e4c44b60968a9e05686ad9af3e18fbd1d681b85f652f550bfcaf4f8f93e0835eb450e32f7a3be442388b2b8ffb30e1bd5867bcac11af572edaa9e
7
- data.tar.gz: a2cb6ba23d89dd5ac73113307f3cc48348cd6cb736c0318ce40fd6503bf9dd74afeda53b662775e112e02e41cd26a766e238bc3914d26bee70eb5243d720d3e0
6
+ metadata.gz: 066cc3d59251faa55cbb00da14089cb06dd040fca9086d769f163c4f22d5502d4522575e96371b61fd258bd8723a85934c9137f42500cb0ce15068dd6e91413b
7
+ data.tar.gz: 68f89fbf24773c971ff221c184ca2b81337c534bcde6597f9f38496a36e951f0fc5f4cdac53e8ea1c90ce7c533200066312a3e0d464027f0a94f28742c45c81f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gw2-api (0.4.0)
4
+ gw2-api (0.5.0)
5
5
  rake (~> 13.0)
6
6
  rspec (~> 3.0)
7
7
  rubocop (~> 1.21)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gw2
4
4
  module Api
5
- VERSION = "0.4.0"
5
+ VERSION = "0.5.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gw2-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Nicholas
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  requirements: []
104
- rubygems_version: 3.5.11
104
+ rubygems_version: 3.1.6
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: This is an API wrapper for the Guild Wars 2 API.