mtg-db 0.4.10 → 0.4.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/mgci/cards.json +4891 -0
- data/data/mgci/sets.json +7 -1
- data/lib/mtg-db.rb +1 -1
- metadata +2 -2
data/data/mgci/sets.json
CHANGED
@@ -163,7 +163,6 @@
|
|
163
163
|
},
|
164
164
|
{
|
165
165
|
"name": "Commander 2014 Edition",
|
166
|
-
"mgci_code": "c14",
|
167
166
|
"release_date": "November 7, 2014",
|
168
167
|
"block": "Preconstructed Sets",
|
169
168
|
"gatherer_code": "c14",
|
@@ -374,6 +373,13 @@
|
|
374
373
|
"gatherer_code": "fem",
|
375
374
|
"mgci_code": "fe"
|
376
375
|
},
|
376
|
+
{
|
377
|
+
"name": "Fate Reforged",
|
378
|
+
"release_date": "January 23, 2015",
|
379
|
+
"block": "Khans of Tarkir Block",
|
380
|
+
"gatherer_code": "frf",
|
381
|
+
"mgci_code": "frf"
|
382
|
+
},
|
377
383
|
{
|
378
384
|
"name": "Fifth Dawn",
|
379
385
|
"release_date": "June 4, 2004",
|
data/lib/mtg-db.rb
CHANGED
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.
|
4
|
+
version: 0.4.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabe Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-01-
|
11
|
+
date: 2015-01-20 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.'
|