mtg-db 0.3.4 → 0.3.5

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/data/mgci/sets.json CHANGED
@@ -91,6 +91,13 @@
91
91
  "gatherer_code": "bok",
92
92
  "mgci_code": "bok"
93
93
  },
94
+ {
95
+ "name": "Born of the Gods",
96
+ "release_date": "February 7, 2014",
97
+ "block": "Theros Block",
98
+ "gatherer_code": "bng",
99
+ "mgci_code": "bng"
100
+ },
94
101
  {
95
102
  "name": "Celebration Cards",
96
103
  "block": "Promo Sets",
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.3.4'
5
+ VERSION = '0.3.5'
6
6
 
7
7
  class << self
8
8
  def cards(reload=false)
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mtg-db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
5
- prerelease:
4
+ version: 0.3.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Gabe Smith
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-11-27 00:00:00.000000000 Z
11
+ date: 2014-01-30 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: ! 'An up-to-date database of Magic: The Gathering cards and sets in JSON
15
14
  format.'
@@ -26,27 +25,26 @@ files:
26
25
  homepage: https://github.com/sgtFloyd/mtg-db
27
26
  licenses:
28
27
  - MIT
28
+ metadata: {}
29
29
  post_install_message:
30
30
  rdoc_options: []
31
31
  require_paths:
32
32
  - lib
33
33
  required_ruby_version: !ruby/object:Gem::Requirement
34
- none: false
35
34
  requirements:
36
35
  - - ! '>='
37
36
  - !ruby/object:Gem::Version
38
37
  version: '0'
39
38
  required_rubygems_version: !ruby/object:Gem::Requirement
40
- none: false
41
39
  requirements:
42
40
  - - ! '>='
43
41
  - !ruby/object:Gem::Version
44
42
  version: '0'
45
43
  requirements: []
46
44
  rubyforge_project:
47
- rubygems_version: 1.8.24
45
+ rubygems_version: 2.1.11
48
46
  signing_key:
49
- specification_version: 3
47
+ specification_version: 4
50
48
  summary: ! 'A JSON database of Magic: The Gathering cards and sets.'
51
49
  test_files: []
52
50
  has_rdoc: