mtg-db 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/data/mgci/cards.json +3 -3
  2. data/lib/mtg-db.rb +1 -1
  3. metadata +2 -2
data/data/mgci/cards.json CHANGED
@@ -311550,7 +311550,7 @@
311550
311550
  "Urza's",
311551
311551
  "Mine"
311552
311552
  ],
311553
- "rarity": "Land",
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": "Land",
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": "Land",
311607
+ "rarity": "Common",
311608
311608
  "mana_cost": null,
311609
311609
  "converted_mana_cost": 0,
311610
311610
  "oracle_text": [
data/lib/mtg-db.rb CHANGED
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  module Mtg
4
4
  module Db
5
- VERSION = '0.3.3'
5
+ VERSION = '0.3.4'
6
6
 
7
7
  class << self
8
8
  def cards(reload=false)
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.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-07 00:00:00.000000000 Z
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.'