mtg-db 2.4.2.1 → 2.4.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/data/sets/leg.json +4 -8
  3. data/lib/mtg-db.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8fbcae041aa74fcc8ed0adf7d081288a00b25bfae249de4ab25609a96dada3c1
4
- data.tar.gz: 31abd7655baf8bb19c15d3df7232c16eb28d85cefffaf2a8ca95cd53ebe4e914
3
+ metadata.gz: 5270ac90f4dc1dcc5e1a181e517b5b79dc091fee17e59226c445fc3387854599
4
+ data.tar.gz: cc1a11e237930f99672b3fb3daa4637a3871e720cae122623ff5cea26d2b057a
5
5
  SHA512:
6
- metadata.gz: a8b20a1eb47af1c055690da182e6e550ee335d0743483dd2dd37cf551a3a667415d0b384da9a2137f2b48e7224dcc6521abf08f0ad268cc9f3fb1244ca985713
7
- data.tar.gz: cf7d646fc26503308bab536b34318a3343dc9b9026f37daa16e3cc247bcf456e0a92be03e966dcbf4d59747428f6896cc55e17af18eb6a308270fef93a0e4444
6
+ metadata.gz: b965c5d20a6520cf61019b577d2f9271d4bc63c6090d3a357db85f031e704ef42ac074e334059751cc469c38f3c9a406a8277ef7f260f9ed29f4d550fbfd6708
7
+ data.tar.gz: '0390cd64ce4926eae206813c6a7b62fbed49bfdd71aad58dba9539dc4b628b241216e3dd6f6f29511b9a98ea6ee705876d7b800e95d32521c4668e7923bf3bef'
@@ -4215,7 +4215,7 @@
4215
4215
  {
4216
4216
  "name": "Invoke Prejudice",
4217
4217
  "set_name": "Legends",
4218
- "collector_num": "",
4218
+ "collector_num": "62",
4219
4219
  "illustrator": "Harold McNeill",
4220
4220
  "types": [
4221
4221
  "Enchantment"
@@ -5332,15 +5332,11 @@
5332
5332
  "color_indicator": null,
5333
5333
  "rulings": [
5334
5334
  {
5335
- "date": "11/17/2017",
5336
- "text": "Mana Drain can target a spell that can’t be countered. When Mana Drain resolves, that spell won’t be countered, but youll still add mana to your mana pool at the beginning of your next main phase."
5335
+ "date": "11/10/2020",
5336
+ "text": "If the target spell is an illegal target by the time Mana Drain tries to resolve, Mana Drain doesn’t resolve. You dont add mana at the beginning of your next main phase. If the target is legal but not countered (most likely because an effect says that the spell can’t be countered), you do add mana."
5337
5337
  },
5338
5338
  {
5339
- "date": "11/17/2017",
5340
- "text": "If the target spell is an illegal target when Mana Drain tries to resolve, it won’t resolve and none of its effects will happen. You won’t get any mana."
5341
- },
5342
- {
5343
- "date": "11/17/2017",
5339
+ "date": "11/10/2020",
5344
5340
  "text": "Mana Drain’s delayed triggered ability will usually trigger at the beginning of your precombat main phase. However, if you cast Mana Drain during your precombat main phase or during your combat phase, its delayed triggered ability will trigger at the beginning of that turn’s postcombat main phase."
5345
5341
  }
5346
5342
  ]
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  module Mtg
4
4
  module Db
5
- VERSION = '2.4.2.1'
5
+ VERSION = '2.4.2.2'
6
6
  CARDS_PATH = File.expand_path('../../data/sets/%s.json', __FILE__)
7
7
  SETS_PATH = File.expand_path('../../data/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: 2.4.2.1
4
+ version: 2.4.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabe Smith