mtg-db 1.0.4 → 1.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/data_v2/sets/dde.json +0 -27
  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: 2b2a78a292db1ba5bb3ab4136133b526fc782eb8
4
- data.tar.gz: ff97ebeba55647b884a4fd3fde576838a1a35422
3
+ metadata.gz: 142ee1f1fbf28843a2141452e7639ed6942fe3bc
4
+ data.tar.gz: 9a8d1114245d0f4deee7e6fc8f3224884568af50
5
5
  SHA512:
6
- metadata.gz: 5ad43ca033d9d7038b83b6ccfdafc0799d87540a774548627d578b92689d3ceaac1ddad67b19a2b1ae58446dc357074cd0a1b56ac93dd6a9e355df362ce9bd7d
7
- data.tar.gz: db7a1747a5a506081e6e8efd02a143fa31ba42fc9d6ca48724fdf470c14cc8d8c24adfc130e932321686776ca6355d253fbb2ea8f108cdf77f3d152894f754e5
6
+ metadata.gz: 7d6463b9b87856937c8ec35df563bc74b1c4dfe25e07f191d825cb149e42dcb365c810b163fd309e0f7a6b7db085b156b5affefcbabc4cd63e3ba26c79a4cd9d
7
+ data.tar.gz: 06b4073e6a76bca932e75caf3146a4bbc2a22fccb6fb18bd420a0e5722b5747f4b8a7111d4c062ac7bb3ecfcdcadb502e1f4418544ca0a522125725f6939e5f2
@@ -26,33 +26,6 @@
26
26
  "other_part": null,
27
27
  "color_indicator": null
28
28
  },
29
- {
30
- "name": "Hornet",
31
- "set_name": "Duel Decks: Phyrexia vs. The Coalition",
32
- "collector_num": "1",
33
- "illustrator": "Ron Spencer",
34
- "types": [
35
- "Artifact",
36
- "Creature"
37
- ],
38
- "supertypes": [],
39
- "subtypes": [
40
- "Insect"
41
- ],
42
- "rarity": "Common",
43
- "mana_cost": null,
44
- "converted_mana_cost": 0,
45
- "oracle_text": [
46
- "Flying, haste"
47
- ],
48
- "flavor_text": null,
49
- "power": "1",
50
- "toughness": "1",
51
- "loyalty": null,
52
- "multiverse_id": 209163,
53
- "other_part": null,
54
- "color_indicator": null
55
- },
56
29
  {
57
30
  "name": "Carrion Feeder",
58
31
  "set_name": "Duel Decks: Phyrexia vs. The Coalition",
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  module Mtg
4
4
  module Db
5
- VERSION = '1.0.4'
5
+ VERSION = '1.0.5'
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.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabe Smith