mtg-db 2.3.9 → 2.3.10

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 = '2.3.9'
5
+ VERSION = '2.3.10'
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: 2.3.9
4
+ version: 2.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabe Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-22 00:00:00.000000000 Z
11
+ date: 2020-04-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'mtg-db is a Ruby gem containing data for all Magic: The Gathering cards
14
14
  and sets, in JSON format. The linked repository contains rake scripts to scrape
@@ -210,6 +210,7 @@ files:
210
210
  - data/sets/ulg.json
211
211
  - data/sets/uma.json
212
212
  - data/sets/uma_box.json
213
+ - data/sets/und.json
213
214
  - data/sets/unh.json
214
215
  - data/sets/usg.json
215
216
  - data/sets/ust.json