mtg-db 0.7.5 → 0.7.6

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/cards.json +10 -10
  3. data/lib/mtg-db.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18b0dc7920903dbd5e47be3e53b8d47a85fe86ab
4
- data.tar.gz: 15b3846ed5b1fdd80717431f1f54905fc56b07e5
3
+ metadata.gz: 4d2e21f4c8e88a53ef2162ccddf0bb19584d56fc
4
+ data.tar.gz: dd922fdb11d81b99977731d13a239d5b9344eab6
5
5
  SHA512:
6
- metadata.gz: 0792114d2b42dd5bc39f3dc25c798c05396a234e459cad48abbb60fc44c35b13aea2c0595c13fedf433c2cdcd732fd1147659aae7ec4a78052b179ce0c3b9928
7
- data.tar.gz: ed5e43dde5eeeed67b8aeab7c43c6bac3880c257e26ddfcbc7e2772402623323c59d925998bcc2102deca592145cd8dd83570efa0ab5999aaba83eb04b8d4273
6
+ metadata.gz: d26a47ace52e788e2be3128b38b62113c21a85a4ed80e52ec2de49e70af045ecc52b010d5545b258db48e4edc72104d04aa6c8b295ec18c9b2aa32b70a7395ba
7
+ data.tar.gz: a6a9e9f999b215a1fa83814e841680e900b07a8b12322b76e4b4823de3dd4908a7148006892fbee2b0878baa2ee36291eab2b285960a54bf7fda794f52bfcbc6
data/data/cards.json CHANGED
@@ -727071,7 +727071,7 @@
727071
727071
  "toughness": "1",
727072
727072
  "loyalty": null,
727073
727073
  "multiverse_id": 398428,
727074
- "other_part": null,
727074
+ "other_part": "Gideon, Battle-Forged",
727075
727075
  "color_indicator": null
727076
727076
  },
727077
727077
  {
@@ -727097,7 +727097,7 @@
727097
727097
  "toughness": null,
727098
727098
  "loyalty": "3",
727099
727099
  "multiverse_id": 398429,
727100
- "other_part": null,
727100
+ "other_part": "Kytheon, Hero of Akros",
727101
727101
  "color_indicator": null
727102
727102
  },
727103
727103
  {
@@ -728042,7 +728042,7 @@
728042
728042
  "toughness": "2",
728043
728043
  "loyalty": null,
728044
728044
  "multiverse_id": 398434,
728045
- "other_part": null,
728045
+ "other_part": "Jace, Telepath Unbound",
728046
728046
  "color_indicator": null
728047
728047
  },
728048
728048
  {
@@ -728068,7 +728068,7 @@
728068
728068
  "toughness": null,
728069
728069
  "loyalty": "5",
728070
728070
  "multiverse_id": 398435,
728071
- "other_part": null,
728071
+ "other_part": "Jace, Vryn's Prodigy",
728072
728072
  "color_indicator": null
728073
728073
  },
728074
728074
  {
@@ -729258,7 +729258,7 @@
729258
729258
  "toughness": "3",
729259
729259
  "loyalty": null,
729260
729260
  "multiverse_id": 398441,
729261
- "other_part": null,
729261
+ "other_part": "Liliana, Defiant Necromancer",
729262
729262
  "color_indicator": null
729263
729263
  },
729264
729264
  {
@@ -729284,7 +729284,7 @@
729284
729284
  "toughness": null,
729285
729285
  "loyalty": "3",
729286
729286
  "multiverse_id": 398442,
729287
- "other_part": null,
729287
+ "other_part": "Liliana, Heretical Healer",
729288
729288
  "color_indicator": null
729289
729289
  },
729290
729290
  {
@@ -730031,7 +730031,7 @@
730031
730031
  "toughness": "2",
730032
730032
  "loyalty": null,
730033
730033
  "multiverse_id": 398422,
730034
- "other_part": null,
730034
+ "other_part": "Chandra, Roaring Flame",
730035
730035
  "color_indicator": null
730036
730036
  },
730037
730037
  {
@@ -730057,7 +730057,7 @@
730057
730057
  "toughness": null,
730058
730058
  "loyalty": "4",
730059
730059
  "multiverse_id": 398423,
730060
- "other_part": null,
730060
+ "other_part": "Chandra, Fire of Kaladesh",
730061
730061
  "color_indicator": null
730062
730062
  },
730063
730063
  {
@@ -731440,7 +731440,7 @@
731440
731440
  "toughness": "2",
731441
731441
  "loyalty": null,
731442
731442
  "multiverse_id": 398438,
731443
- "other_part": null,
731443
+ "other_part": "Nissa, Sage Animist",
731444
731444
  "color_indicator": null
731445
731445
  },
731446
731446
  {
@@ -731466,7 +731466,7 @@
731466
731466
  "toughness": null,
731467
731467
  "loyalty": "3",
731468
731468
  "multiverse_id": 398432,
731469
- "other_part": null,
731469
+ "other_part": "Nissa, Vastwood Seer",
731470
731470
  "color_indicator": null
731471
731471
  },
731472
731472
  {
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.7.5'
5
+ VERSION = '0.7.6'
6
6
  CARDS_PATH = File.expand_path('../../data/cards.json', __FILE__)
7
7
  SETS_PATH = File.expand_path('../../data/sets.json', __FILE__)
8
8
  SET_IMAGES = File.expand_path('../../data/images/**/*.png', __FILE__)
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: 0.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabe Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-11 00:00:00.000000000 Z
11
+ date: 2015-07-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'An up-to-date database of Magic: The Gathering cards and sets in JSON
14
14
  format.'