mtg-db 0.3.8 → 0.3.9
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.
- checksums.yaml +5 -13
- data/data/mgci/cards.json +14644 -0
- data/data/mgci/sets.json +21 -0
- data/lib/mtg-db.rb +1 -1
- metadata +8 -9
data/data/mgci/sets.json
CHANGED
|
@@ -175,6 +175,13 @@
|
|
|
175
175
|
"gatherer_code": "con",
|
|
176
176
|
"mgci_code": "cfx"
|
|
177
177
|
},
|
|
178
|
+
{
|
|
179
|
+
"name": "Conspiracy",
|
|
180
|
+
"release_date": "June 6, 2014",
|
|
181
|
+
"block": "Preconstructed Sets",
|
|
182
|
+
"gatherer_code": "cns",
|
|
183
|
+
"mgci_code": "cns"
|
|
184
|
+
},
|
|
178
185
|
{
|
|
179
186
|
"name": "Dark Ascension",
|
|
180
187
|
"release_date": "February 3, 2012",
|
|
@@ -664,6 +671,13 @@
|
|
|
664
671
|
"gatherer_code": "mbs",
|
|
665
672
|
"mgci_code": "mbs"
|
|
666
673
|
},
|
|
674
|
+
{
|
|
675
|
+
"name": "Modern Event Deck",
|
|
676
|
+
"release_date": "May 30, 2014",
|
|
677
|
+
"block": "Compilation Sets",
|
|
678
|
+
"gatherer_code": "md1",
|
|
679
|
+
"mgci_code": "md1"
|
|
680
|
+
},
|
|
667
681
|
{
|
|
668
682
|
"name": "Modern Masters",
|
|
669
683
|
"release_date": "June 7, 2013",
|
|
@@ -1024,6 +1038,13 @@
|
|
|
1024
1038
|
"gatherer_code": "usg",
|
|
1025
1039
|
"mgci_code": "us"
|
|
1026
1040
|
},
|
|
1041
|
+
{
|
|
1042
|
+
"name": "Vintage Masters",
|
|
1043
|
+
"release_date": "June 16, 2014",
|
|
1044
|
+
"block": "Compilation Sets",
|
|
1045
|
+
"gatherer_code": "vma",
|
|
1046
|
+
"mgci_code": "vma"
|
|
1047
|
+
},
|
|
1027
1048
|
{
|
|
1028
1049
|
"name": "Visions",
|
|
1029
1050
|
"release_date": "February 3, 1997",
|
data/lib/mtg-db.rb
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mtg-db
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabe Smith
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description:
|
|
13
|
+
description: 'An up-to-date database of Magic: The Gathering cards and sets in JSON
|
|
14
14
|
format.'
|
|
15
15
|
email:
|
|
16
16
|
- sgt.floydpepper@gmail.com
|
|
@@ -18,10 +18,10 @@ executables: []
|
|
|
18
18
|
extensions: []
|
|
19
19
|
extra_rdoc_files: []
|
|
20
20
|
files:
|
|
21
|
-
- lib/mtg-db.rb
|
|
22
21
|
- data/gatherer/sets.json
|
|
23
22
|
- data/mgci/cards.json
|
|
24
23
|
- data/mgci/sets.json
|
|
24
|
+
- lib/mtg-db.rb
|
|
25
25
|
homepage: https://github.com/sgtFloyd/mtg-db
|
|
26
26
|
licenses:
|
|
27
27
|
- MIT
|
|
@@ -32,19 +32,18 @@ require_paths:
|
|
|
32
32
|
- lib
|
|
33
33
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
34
34
|
requirements:
|
|
35
|
-
- -
|
|
35
|
+
- - ">="
|
|
36
36
|
- !ruby/object:Gem::Version
|
|
37
37
|
version: '0'
|
|
38
38
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
|
-
- -
|
|
40
|
+
- - ">="
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
42
|
version: '0'
|
|
43
43
|
requirements: []
|
|
44
44
|
rubyforge_project:
|
|
45
|
-
rubygems_version: 2.
|
|
45
|
+
rubygems_version: 2.2.2
|
|
46
46
|
signing_key:
|
|
47
47
|
specification_version: 4
|
|
48
|
-
summary:
|
|
48
|
+
summary: 'A JSON database of Magic: The Gathering cards and sets.'
|
|
49
49
|
test_files: []
|
|
50
|
-
has_rdoc:
|