mtg_api 0.0.1 → 0.0.2

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: 1b2702f5d06b9a76653603f369583c1963519792
4
- data.tar.gz: b901c287139a30e2b7455059d91b333cea1748b3
3
+ metadata.gz: 3749cc918fe0303c3421096ad81a6d7676c138f2
4
+ data.tar.gz: 12a66ec6d7c55bc6c242ae07c90f060c73f7b4d3
5
5
  SHA512:
6
- metadata.gz: 181f33bf30d336e2739948ddc84a593786e3dd4b0d2a35610681f84f613136c684167b4f04f103a20a113f120129ba49f80137436bd42faf5c810a6a5b19f4ef
7
- data.tar.gz: 207f44f75f510c0f5309af0cbddb0d837c98767d58865efce9176e971699650b1f99b209e36a589e81ed524a8d24b33f7d4d4df9f2d8d23aa41c6e4576343f25
6
+ metadata.gz: b3dc5ff810f81bb9954ce8ef1508f561443029188fc01b43e557a75d818010c675bbe4af2e4f99d9f325b3fc2561db7b985a76008c77b2ee3937329161240c50
7
+ data.tar.gz: 7d7aaf390d9994fac72bfe4a92bcf19e50d6b98eee0d33b82cf97136e0f141b4f51f604423f034c9a83b7194980f44af3ee08db8e73bff88072bc35d4b11aaa7
@@ -4,7 +4,7 @@ module MtgApi
4
4
  # stores the list of colors on a card
5
5
  class ColorList < WhiteList
6
6
 
7
- self.list = ['white', 'blue', 'green', 'red', 'black', nil]
7
+ self.list = ['White', 'Blue', 'Green', 'Red', 'Black', nil]
8
8
 
9
9
  end
10
10
  end
@@ -1,5 +1,5 @@
1
1
  module MtgApi
2
2
 
3
3
  # the current version of this gem
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mtg_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Deisz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-19 00:00:00.000000000 Z
11
+ date: 2015-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler