mtg-db 0.4.7 → 0.4.8

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/data/mgci/cards.json +1 -1
  3. data/lib/mtg-db.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3693a3ef5d597cea9e5688dc9e76feea6f7c240a
4
- data.tar.gz: b490f8a53e4147249a98f3f07fb3979d8d7eca93
3
+ metadata.gz: e787c050e6a7b1db81815339f5a674fe3204d640
4
+ data.tar.gz: 953433adb3ad907db700a0bf61084d8f6def9731
5
5
  SHA512:
6
- metadata.gz: f680bb25ca6a6f76d208a79a87e397614246a94c31cc2903afc8fcb7d10f31a6b5be645b532b84e7ee38e78ad91b2fe872969f574abaf01c656fed86d327b7ca
7
- data.tar.gz: 628a53d3b364de4f79f48c9d4ab12cf0bf4c6f028ae3609ac8bc77e85367ac411ef968c80fcdc5bec8645bf74006a66e02bae3130529ddde9212bb320ddef232
6
+ metadata.gz: cc28d0ea5ac54f98394102faf88d84e129df114e15ed293de693af67148bba886d6e515bba2a52cc1e36a7883fb853fcd58a231d890be90372bb099e30ab18c7
7
+ data.tar.gz: cf094321049e30db9563695cd21e3cda675954620406668f686921ef0586295ec2a2d8a878604fdcba1ec862ed6929c53359773835f1979e704fd70185962f94
@@ -579003,7 +579003,7 @@
579003
579003
  ],
579004
579004
  "supertypes": [],
579005
579005
  "subtypes": [],
579006
- "rarity": "Uncommon",
579006
+ "rarity": "Special",
579007
579007
  "mana_cost": "3G",
579008
579008
  "converted_mana_cost": 4,
579009
579009
  "oracle_text": [
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  module Mtg
4
4
  module Db
5
- VERSION = '0.4.7'
5
+ VERSION = '0.4.8'
6
6
 
7
7
  class << self
8
8
  def cards(reload=false)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mtg-db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabe Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-10 00:00:00.000000000 Z
11
+ date: 2014-11-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'An up-to-date database of Magic: The Gathering cards and sets in JSON
14
14
  format.'