mtg-db 0.3.3 → 0.3.4
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/mgci/cards.json +3 -3
- data/lib/mtg-db.rb +1 -1
- metadata +2 -2
data/data/mgci/cards.json
CHANGED
|
@@ -311550,7 +311550,7 @@
|
|
|
311550
311550
|
"Urza's",
|
|
311551
311551
|
"Mine"
|
|
311552
311552
|
],
|
|
311553
|
-
"rarity": "
|
|
311553
|
+
"rarity": "Common",
|
|
311554
311554
|
"mana_cost": null,
|
|
311555
311555
|
"converted_mana_cost": 0,
|
|
311556
311556
|
"oracle_text": [
|
|
@@ -311577,7 +311577,7 @@
|
|
|
311577
311577
|
"Urza's",
|
|
311578
311578
|
"Power-Plant"
|
|
311579
311579
|
],
|
|
311580
|
-
"rarity": "
|
|
311580
|
+
"rarity": "Common",
|
|
311581
311581
|
"mana_cost": null,
|
|
311582
311582
|
"converted_mana_cost": 0,
|
|
311583
311583
|
"oracle_text": [
|
|
@@ -311604,7 +311604,7 @@
|
|
|
311604
311604
|
"Urza's",
|
|
311605
311605
|
"Tower"
|
|
311606
311606
|
],
|
|
311607
|
-
"rarity": "
|
|
311607
|
+
"rarity": "Common",
|
|
311608
311608
|
"mana_cost": null,
|
|
311609
311609
|
"converted_mana_cost": 0,
|
|
311610
311610
|
"oracle_text": [
|
data/lib/mtg-db.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mtg-db
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-11-
|
|
12
|
+
date: 2013-11-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: ! 'An up-to-date database of Magic: The Gathering cards and sets in JSON
|
|
15
15
|
format.'
|