zombie_battleground-api 0.5.1 → 0.5.2

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: 430fd528262b48c3e7957823bb13172e5f88e0055730681347f791317f748c78
4
- data.tar.gz: 1b8c3e16c7a49bbb8c52844d1365ecdd22dc5e0e30f26b5dc5758642bd57b64a
3
+ metadata.gz: 2c7c563634fc6b470641f8f5ea49562d4654b23805467a59ed9975e1634c6fcc
4
+ data.tar.gz: bc3189b7fa13d12c5dc11d48d36d1275b4f52fbb3fbb10232bb98128a2aad6dd
5
5
  SHA512:
6
- metadata.gz: 0527fe9ff2693c3d9248ae10289cca07cd2f65419e30d3c9e85e7221868996915d48d53c5219cbffba9054d1cad82002f7df962c65379f048ada2e563188156e
7
- data.tar.gz: 486b8abf7f16a582291e98ec174af67a8a7da4e674f0e9d4faebd8d49d3ebf0a2843b5f3fa2c439847768dd1b1fad9cb90d7c52c2cdac80ddf389e7dd34ca834
6
+ metadata.gz: fbf2525edb696e3b74244a82461d661fc5fc88a0add2405c5d3e60c4d6c77aa085ab47b2ead0389f1a1bce4e8a432abced9df95e43ed82fabbd56cb1597615fe
7
+ data.tar.gz: d6356e263cecfdf5882f29106b10925b552664d79a01197f12528c580d3dc4d017cde225890dfb969b2ce4a98e21db79e870a0726aaa023f90fef41e52385c51
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zombie_battleground-api (0.5.1)
4
+ zombie_battleground-api (0.5.2)
5
5
  activerecord
6
6
  faraday
7
7
  json
data/README.md CHANGED
@@ -26,7 +26,7 @@ Or install it yourself as:
26
26
 
27
27
  ## Usage
28
28
 
29
- See the [API documentation](https://www.rubydoc.info/gems/zombie_battleground-api/0.5.1).
29
+ See the [API documentation](https://www.rubydoc.info/gems/zombie_battleground-api/0.5.2).
30
30
  Every API call returns a response object that contains a complete modeled Ruby object of the response.
31
31
 
32
32
  Use the singleton class `ZombieBattleground::Api`. The singleton has additional extentions, the client implements the public API as is.
@@ -67,7 +67,7 @@ module ZombieBattleground
67
67
 
68
68
  ##
69
69
  # @!attribute [r] decks_count
70
- # the deck found for the page and limit
70
+ # the number of decks returned in the response
71
71
  #
72
72
  # @return [Integer]
73
73
  #
@@ -6,6 +6,6 @@ module ZombieBattleground
6
6
  class Api
7
7
  ##
8
8
  # Verion of the Gem
9
- VERSION = '0.5.1'
9
+ VERSION = '0.5.2'
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zombie_battleground-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Shields
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-02-22 00:00:00.000000000 Z
11
+ date: 2019-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler