mtg-db 1.4.1 → 1.4.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.
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  module Mtg
4
4
  module Db
5
- VERSION = '1.4.1'
5
+ VERSION = '1.4.2'
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.4.1
4
+ version: 1.4.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: 2019-02-19 00:00:00.000000000 Z
11
+ date: 2019-04-26 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:
@@ -158,6 +158,7 @@ files:
158
158
  - data/sets/mps_grn.json
159
159
  - data/sets/mps_kld.json
160
160
  - data/sets/mps_rna.json
161
+ - data/sets/mps_war.json
161
162
  - data/sets/mrd.json
162
163
  - data/sets/nem.json
163
164
  - data/sets/nph.json
@@ -211,6 +212,7 @@ files:
211
212
  - data/sets/vis.json
212
213
  - data/sets/w16.json
213
214
  - data/sets/w17.json
215
+ - data/sets/war.json
214
216
  - data/sets/wth.json
215
217
  - data/sets/wwk.json
216
218
  - data/sets/xln.json
@@ -236,7 +238,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
236
238
  version: '0'
237
239
  requirements: []
238
240
  rubyforge_project:
239
- rubygems_version: 2.5.2.3
241
+ rubygems_version: 2.6.14
240
242
  signing_key:
241
243
  specification_version: 4
242
244
  summary: 'A JSON database of Magic: The Gathering cards and sets.'