mtg-db 0.2.1 → 0.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.
data/lib/mtg-db.rb CHANGED
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  module Mtg
4
4
  module Db
5
- VERSION = '0.2.1'
5
+ VERSION = '0.3.0'
6
6
 
7
7
  class << self
8
8
  def cards(reload=false)
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: 0.2.1
4
+ version: 0.3.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -20,6 +20,9 @@ extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
22
  - lib/mtg-db.rb
23
+ - data/gatherer/sets.json
24
+ - data/mgci/cards.json
25
+ - data/mgci/sets.json
23
26
  homepage: https://github.com/sgtFloyd/mtg-db
24
27
  licenses:
25
28
  - MIT