pokemon_tcg_sdk 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6da3ad547ae0dd7b495ab303a1946d4e124181a9
4
- data.tar.gz: 3dd84afa156e26d3b27f684d41522f134233ed9a
3
+ metadata.gz: 5824c0fd76b22e6ed5e3a18e7285a48479737cf1
4
+ data.tar.gz: 803edc3606c825b9b6633c8cf38f7a940ff482db
5
5
  SHA512:
6
- metadata.gz: 2ac39c73470b653a96ba73293103961a25684f31906084bbc7c68a44c2389f99b24e26ed3c8a52825a8abc50f0aed1ccf73931fb0d686af1aba6a69c643d2ad2
7
- data.tar.gz: 18fd85d70436f5f5e84beb010a688c630ab53b559362aa45f19f9892a92328ecbce551fb5453e4d816d710853c1ed10b12225f20b1cf9fd3153873a860e8e17d
6
+ metadata.gz: 3efc031d942ed4d33745d83894c211f0866e03a9768839160344e434a39e83c94849fc0de102ad4451cca1e84848e90c44bcc96f29331e7a2e4ed17b8d447731
7
+ data.tar.gz: 2913e8bf56cc332ee45a1049f9d798bc83799ce87db11a5dd22642a8f24d554b3fc5e44820eaa05b6488d71e7b5ebbbda37803e5b448374e40fec7e642ad5f8a
@@ -5,6 +5,6 @@ module Pokemon
5
5
  include Roar::JSON
6
6
  include AbilityRepresenter
7
7
 
8
- attr_accessor :name, :text
8
+ attr_accessor :name, :text, :type
9
9
  end
10
10
  end
@@ -6,5 +6,6 @@ module Pokemon
6
6
 
7
7
  property :name
8
8
  property :text
9
+ property :type
9
10
  end
10
11
  end
@@ -1,3 +1,3 @@
1
1
  module Pokemon
2
- VERSION = "2.2.0"
2
+ VERSION = "2.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pokemon_tcg_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Backes
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-05 00:00:00.000000000 Z
11
+ date: 2016-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler