mtg-db 2.2.0 → 2.3.0

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.2.0'
5
+ VERSION = '2.3.0'
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mtg-db
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabe Smith
@@ -211,6 +211,7 @@ files:
211
211
  - data/sets/v15.json
212
212
  - data/sets/v16.json
213
213
  - data/sets/v17.json
214
+ - data/sets/van.json
214
215
  - data/sets/vis.json
215
216
  - data/sets/vma.json
216
217
  - data/sets/w16.json