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.
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
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  module Mtg
4
4
  module Db
5
- VERSION = '0.4.10'
5
+ VERSION = '0.4.12'
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.10
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-14 00:00:00.000000000 Z
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.'