mtg-db 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f35fca8f3d48a53a90c3894cd0d4a58d771eb92e
4
- data.tar.gz: e2d9fb6ed2640d9099a55992a3bb31ab70acd428
3
+ metadata.gz: 399e70786e75f52b910817f4a0a2cb4f0531a17e
4
+ data.tar.gz: 0642f72da0ffd1a5eba5100c3b7a820882b9edfc
5
5
  SHA512:
6
- metadata.gz: 637d58d1dfcd3f2290ae01e2fb645b7bd36138a927a68ed84e6147b1e92d48f5ab758fb10957ebdb49ada9ce77196bca51b0bd8e97dcc6ab25d2135658514923
7
- data.tar.gz: 335fcb444c8b9b5b87eb489d8abf8fbc1c59dc7b660e35291955951a08635b73712daf61d978983dd8e35c38e7cc5d0252a7931e25d180ab813effd1a13d35b1
6
+ metadata.gz: 70a1b02bdd0cb254c88b336e27154943b99c19d6a1cf559c9a6118cd6ec783f82760d8b16ca539c5b0004dc27f1d377532c0cd6236ac82fc52d3b4f6a638b552
7
+ data.tar.gz: b834c97aa1ddcdd2c93d6f5e054b7caf2305dc8202a6db72ce5aec1f920ce0940e6ec717194ae917e8154ecf83dd5f34117e1b0514dc8687d7d511c1fe9a47c6
@@ -54,32 +54,6 @@
54
54
  "other_part": null,
55
55
  "color_indicator": null
56
56
  },
57
- {
58
- "name": "Demon",
59
- "set_name": "Duel Decks: Divine vs. Demonic",
60
- "collector_num": "2",
61
- "illustrator": "Pete Venters",
62
- "types": [
63
- "Creature"
64
- ],
65
- "supertypes": [],
66
- "subtypes": [
67
- "Demon"
68
- ],
69
- "rarity": "Common",
70
- "mana_cost": null,
71
- "converted_mana_cost": 0,
72
- "oracle_text": [
73
- "Flying"
74
- ],
75
- "flavor_text": null,
76
- "power": "*",
77
- "toughness": "*",
78
- "loyalty": null,
79
- "multiverse_id": 197936,
80
- "other_part": null,
81
- "color_indicator": null
82
- },
83
57
  {
84
58
  "name": "Angelic Page",
85
59
  "set_name": "Duel Decks: Divine vs. Demonic",
@@ -1844,57 +1844,5 @@
1844
1844
  "multiverse_id": 417493,
1845
1845
  "other_part": null,
1846
1846
  "color_indicator": null
1847
- },
1848
- {
1849
- "name": "Demon",
1850
- "set_name": "Duel Decks: Nissa vs. Ob Nixilis",
1851
- "collector_num": "72",
1852
- "illustrator": "Kev Walker",
1853
- "types": [
1854
- "Creature"
1855
- ],
1856
- "supertypes": [],
1857
- "subtypes": [
1858
- "Demon"
1859
- ],
1860
- "rarity": "Common",
1861
- "mana_cost": null,
1862
- "converted_mana_cost": 0,
1863
- "oracle_text": [
1864
- "Flying"
1865
- ],
1866
- "flavor_text": null,
1867
- "power": "*",
1868
- "toughness": "*",
1869
- "loyalty": null,
1870
- "multiverse_id": 417495,
1871
- "other_part": null,
1872
- "color_indicator": null
1873
- },
1874
- {
1875
- "name": "Elemental",
1876
- "set_name": "Duel Decks: Nissa vs. Ob Nixilis",
1877
- "collector_num": "74",
1878
- "illustrator": "Brandon Kitkouski",
1879
- "types": [
1880
- "Creature"
1881
- ],
1882
- "supertypes": [],
1883
- "subtypes": [
1884
- "Elemental"
1885
- ],
1886
- "rarity": "Common",
1887
- "mana_cost": null,
1888
- "converted_mana_cost": 0,
1889
- "oracle_text": [
1890
- "Trample"
1891
- ],
1892
- "flavor_text": null,
1893
- "power": "7",
1894
- "toughness": "7",
1895
- "loyalty": null,
1896
- "multiverse_id": 417497,
1897
- "other_part": null,
1898
- "color_indicator": null
1899
1847
  }
1900
1848
  ]
@@ -26,32 +26,6 @@
26
26
  "other_part": null,
27
27
  "color_indicator": null
28
28
  },
29
- {
30
- "name": "Elemental",
31
- "set_name": "Duel Decks: Elves vs. Goblins",
32
- "collector_num": "1",
33
- "illustrator": "Anthony S. Waters",
34
- "types": [
35
- "Creature"
36
- ],
37
- "supertypes": [],
38
- "subtypes": [
39
- "Elemental"
40
- ],
41
- "rarity": "Common",
42
- "mana_cost": null,
43
- "converted_mana_cost": 0,
44
- "oracle_text": [
45
- "Trample"
46
- ],
47
- "flavor_text": null,
48
- "power": "7",
49
- "toughness": "7",
50
- "loyalty": null,
51
- "multiverse_id": 159048,
52
- "other_part": null,
53
- "color_indicator": null
54
- },
55
29
  {
56
30
  "name": "Allosaurus Rider",
57
31
  "set_name": "Duel Decks: Elves vs. Goblins",
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  module Mtg
4
4
  module Db
5
- VERSION = '1.0.0'
5
+ VERSION = '1.0.1'
6
6
  CARDS_PATH = File.expand_path('../../data_v2/sets/%s.json', __FILE__)
7
7
  SETS_PATH = File.expand_path('../../data_v2/sets.json', __FILE__)
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mtg-db
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabe Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-06 00:00:00.000000000 Z
11
+ date: 2017-01-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'An database of Magic: The Gathering cards and sets in JSON format.'
14
14
  email:
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  version: '0'
188
188
  requirements: []
189
189
  rubyforge_project:
190
- rubygems_version: 2.2.2
190
+ rubygems_version: 2.4.6
191
191
  signing_key:
192
192
  specification_version: 4
193
193
  summary: 'A JSON database of Magic: The Gathering cards and sets.'