mtg-db 0.8.5 → 0.8.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/data/cards.json +10730 -0
  3. data/data/sets.json +14 -0
  4. data/lib/mtg-db.rb +1 -1
  5. metadata +2 -2
@@ -277,6 +277,13 @@
277
277
  "gatherer_code": "ddh",
278
278
  "mgci_code": "ddh"
279
279
  },
280
+ {
281
+ "name": "Duel Decks: Blessed vs. Cursed",
282
+ "release_date": "February 26, 2016",
283
+ "block": "Duel Decks Series",
284
+ "gatherer_code": "ddq",
285
+ "mgci_code": "ddq"
286
+ },
280
287
  {
281
288
  "name": "Duel Decks: Divine vs. Demonic",
282
289
  "release_date": "April 10, 2009",
@@ -1023,6 +1030,13 @@
1023
1030
  "gatherer_code": "shm",
1024
1031
  "mgci_code": "shm"
1025
1032
  },
1033
+ {
1034
+ "name": "Shadows over Innistrad",
1035
+ "release_date": "April 8, 2016",
1036
+ "block": "Shadows over Innistrad Block",
1037
+ "gatherer_code": "soi",
1038
+ "mgci_code": "soi"
1039
+ },
1026
1040
  {
1027
1041
  "name": "Shards of Alara",
1028
1042
  "release_date": "October 3, 2008",
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  module Mtg
4
4
  module Db
5
- VERSION = '0.8.5'
5
+ VERSION = '0.8.6'
6
6
  CARDS_PATH = File.expand_path('../../data/cards.json', __FILE__)
7
7
  SETS_PATH = File.expand_path('../../data/sets.json', __FILE__)
8
8
 
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.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabe Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-19 00:00:00.000000000 Z
11
+ date: 2016-05-23 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.'