bungie_client 0.5.0 → 0.5.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 +4 -4
- data/lib/bungie_client.rb +1 -0
- data/lib/bungie_client/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc038e9e7db89da4bc464558b118b0c785d18d5d
|
|
4
|
+
data.tar.gz: 866a96de93d42311aab27f587522eb699c8b42b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bad9c39faa772b5529dc523397247074c390073b6a1e6a0b3a0671a53abeb198f198ca61f252078070679af8f0fac55b513a53003135ab4613c7da772985068
|
|
7
|
+
data.tar.gz: aa254286fab902b20ca6736cecb4a4a8792e79b1e1209ebc820b784e957290cb788c621246fe093025cef3867012b36273fbc7d8e1295a9e8dba8fc700870027
|
data/lib/bungie_client.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bungie_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dmitry Ruban
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-09-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -125,4 +125,3 @@ specification_version: 4
|
|
|
125
125
|
summary: This gem makes possible to use Bungie API (and Destiny API too) with authentication
|
|
126
126
|
if necessary.
|
|
127
127
|
test_files: []
|
|
128
|
-
has_rdoc:
|