mtg-db 0.1.1 → 0.1.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.
- data/data/sets.json +4 -0
- data/lib/mtg-db.rb +1 -1
- metadata +1 -1
data/data/sets.json
CHANGED
|
@@ -202,6 +202,8 @@
|
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
204
|
"name": "Duel Decks: Heroes vs. Monsters",
|
|
205
|
+
"release_date": "September 6, 2013",
|
|
206
|
+
"gatherer_code": "ddl",
|
|
205
207
|
"mgci_code": "ddl"
|
|
206
208
|
},
|
|
207
209
|
{
|
|
@@ -333,6 +335,8 @@
|
|
|
333
335
|
},
|
|
334
336
|
{
|
|
335
337
|
"name": "From the Vault: Twenty",
|
|
338
|
+
"release_date": "August 23, 2013",
|
|
339
|
+
"gatherer_code": "v13",
|
|
336
340
|
"mgci_code": "v13"
|
|
337
341
|
},
|
|
338
342
|
{
|
data/lib/mtg-db.rb
CHANGED