mtg-db 1.2.0 → 1.2.1

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/lib/mtg-db.rb CHANGED
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  module Mtg
4
4
  module Db
5
- VERSION = '1.2.0'
5
+ VERSION = '1.2.1'
6
6
  CARDS_PATH = File.expand_path('../../data/sets/%s.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: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabe Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-22 00:00:00.000000000 Z
11
+ date: 2017-11-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'An database of Magic: The Gathering cards and sets in JSON format.'
14
14
  email:
@@ -80,6 +80,7 @@ files:
80
80
  - data/sets/ddq.json
81
81
  - data/sets/ddr.json
82
82
  - data/sets/dds.json
83
+ - data/sets/ddt.json
83
84
  - data/sets/dgm.json
84
85
  - data/sets/dis.json
85
86
  - data/sets/dka.json
@@ -105,6 +106,7 @@ files:
105
106
  - data/sets/hop.json
106
107
  - data/sets/hou.json
107
108
  - data/sets/ice.json
109
+ - data/sets/ima.json
108
110
  - data/sets/inv.json
109
111
  - data/sets/isd.json
110
112
  - data/sets/jou.json