mtg-db 1.0.1 → 1.0.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/data_v2/sets/ddc.json +0 -24
  3. data/lib/mtg-db.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 399e70786e75f52b910817f4a0a2cb4f0531a17e
4
- data.tar.gz: 0642f72da0ffd1a5eba5100c3b7a820882b9edfc
3
+ metadata.gz: 7d0defe1d10adc108d62252b26a5383d5b0f2f25
4
+ data.tar.gz: 7da73753a5cd710738f9fe2b8db9c378cea89f48
5
5
  SHA512:
6
- metadata.gz: 70a1b02bdd0cb254c88b336e27154943b99c19d6a1cf559c9a6118cd6ec783f82760d8b16ca539c5b0004dc27f1d377532c0cd6236ac82fc52d3b4f6a638b552
7
- data.tar.gz: b834c97aa1ddcdd2c93d6f5e054b7caf2305dc8202a6db72ce5aec1f920ce0940e6ec717194ae917e8154ecf83dd5f34117e1b0514dc8687d7d511c1fe9a47c6
6
+ metadata.gz: 7d30b0a764a6ade2bfe244d03c291e065a04e5b436acbe0855aa47aaf0aaf8e8ca3a2e3667635367bc36fc6dbd3906c480d15bc4f1c42fddab2b75fce94391ac
7
+ data.tar.gz: c549cd0d2d95081438475fe0b332199623c54dd833ad95d3d7a9575ebf47f43ba5f99ca3600828658c78d4014914ee548b4c10a71be5e4da762a064df87bf0a0
@@ -82,30 +82,6 @@
82
82
  "other_part": null,
83
83
  "color_indicator": null
84
84
  },
85
- {
86
- "name": "Thrull",
87
- "set_name": "Duel Decks: Divine vs. Demonic",
88
- "collector_num": "3",
89
- "illustrator": "Véronique Meignaud",
90
- "types": [
91
- "Creature"
92
- ],
93
- "supertypes": [],
94
- "subtypes": [
95
- "Thrull"
96
- ],
97
- "rarity": "Common",
98
- "mana_cost": null,
99
- "converted_mana_cost": 0,
100
- "oracle_text": [],
101
- "flavor_text": null,
102
- "power": "0",
103
- "toughness": "1",
104
- "loyalty": null,
105
- "multiverse_id": 197261,
106
- "other_part": null,
107
- "color_indicator": null
108
- },
109
85
  {
110
86
  "name": "Charging Paladin",
111
87
  "set_name": "Duel Decks: Divine vs. Demonic",
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  module Mtg
4
4
  module Db
5
- VERSION = '1.0.1'
5
+ VERSION = '1.0.2'
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mtg-db
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabe Smith