mtg-db 0.7.1 → 0.7.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/data/cards.json +6995 -0
  3. data/data/sets.json +7 -0
  4. data/lib/mtg-db.rb +1 -1
  5. metadata +2 -2
data/data/sets.json CHANGED
@@ -229,6 +229,13 @@
229
229
  "gatherer_code": "dgm",
230
230
  "mgci_code": "dgm"
231
231
  },
232
+ {
233
+ "name": "Dragons of Tarkir",
234
+ "release_date": "March 27, 2015",
235
+ "block": "Khans of Tarkir Block",
236
+ "gatherer_code": "dtk",
237
+ "mgci_code": "dtk"
238
+ },
232
239
  {
233
240
  "name": "Duel Decks: Ajani vs. Nicol Bolas",
234
241
  "release_date": "September 2, 2011",
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.7.1'
5
+ VERSION = '0.7.2'
6
6
  CARDS_PATH = File.expand_path('../../data/cards.json', __FILE__)
7
7
  SETS_PATH = File.expand_path('../../data/sets.json', __FILE__)
8
8
  SET_IMAGES = File.expand_path('../../data/images/**/*.png', __FILE__)
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.7.1
4
+ version: 0.7.2
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-03-17 00:00:00.000000000 Z
11
+ date: 2015-03-18 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.'