mtg-db 0.3.7 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -494,6 +494,13 @@
494
494
  "gatherer_code": "inv",
495
495
  "mgci_code": "in"
496
496
  },
497
+ {
498
+ "name": "Journey into Nyx",
499
+ "release_date": "May 2, 2014",
500
+ "block": "Theros Block",
501
+ "gatherer_code": "jou",
502
+ "mgci_code": "jou"
503
+ },
497
504
  {
498
505
  "name": "Judge Gift Program",
499
506
  "block": "Promo Sets",
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  module Mtg
4
4
  module Db
5
- VERSION = '0.3.7'
5
+ VERSION = '0.3.8'
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.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabe Smith