cb_nitride 0.1.38 → 0.1.39

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a4aa41afa3f491c96df14193d16077bf2d84f31
4
- data.tar.gz: 6fc3b1d6e08b94472801cb40f841ea837268dba9
3
+ metadata.gz: a7a73e6f6fc8b75df3f033ba22b2afa342297e52
4
+ data.tar.gz: a6b89f884f60256e611199c5682142289949cd82
5
5
  SHA512:
6
- metadata.gz: 66b79750abae2d9de14908e04384726a44d7e98943459d2629122999dfca3dbb1af49222addd3225f0122d54ed7a2c003a6bc3afa0e9e8cdb6c48eeabc65abd6
7
- data.tar.gz: 8fee2b15702557e6a4c924bec4d24f28f9e8c921dc513bc1e0f115f3a231bebbc06fdd90e13b0433bc3df8f63b7c437c6770e768044735de58672e2f81710244
6
+ metadata.gz: 334d050910fd879b6f42a53c056278b9818e52cf8eeb294018deab4cff8da055bb4af2af5fbf5a184fa4c5a96f799d97f871d8af86b245d9e7980990c3c2b970
7
+ data.tar.gz: c2bc3ed7ee1a0ef780aaca1b53b96e508ded62d0783ebd3bd29798f94324b3792b39b14eac6da852da5306a62bfbb33e1b478bdfe7ec3369dc9c516162cb0e32
@@ -78,11 +78,12 @@ module CbNitride
78
78
  title.match(strict_issue_title_matcher("RED SONJA")) ||
79
79
  title.match(strict_issue_title_matcher("VAMPIRELLA")) ||
80
80
  title.match(strict_issue_title_matcher("ARMY OF DARKNESS VS HACK SLASH")) ||
81
- title.match(/\d\D+(PTG)$/)
82
- title.match(/(REORDER ED)$/)
83
- title.include?("VAR INCENTIVE CVR") ||
84
- title.include?("DIRECT MARKET CVR") ||
85
- title.include?("MAIN CVRS")
81
+ title.split("#")[1].match(/\d\D+(PTG)/) ||
82
+ title.split('#')[1].match(/(REORDER ED)/) ||
83
+ title.split('#')[1].match(/(SKETCH ED)/) ||
84
+ title.split("#")[1].include?("VAR INCENTIVE CVR") ||
85
+ title.split("#")[1].include?("DIRECT MARKET CVR") ||
86
+ title.split("#")[1].include?("MAIN CVRS")
86
87
  end
87
88
  end
88
89
  end
@@ -1,3 +1,3 @@
1
1
  module CbNitride
2
- VERSION = "0.1.38"
2
+ VERSION = "0.1.39"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cb_nitride
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.38
4
+ version: 0.1.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Jarvis