itamae-mitsurin 0.27 → 0.28

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: bf6dadc2f266d5f9d5101da3c4aca4fa075007b1
4
- data.tar.gz: 3b9d5cdae342c26d6e77be1e41cd2ecd9a0ba867
3
+ metadata.gz: 63661b81ca760518f9bfdec16b047af79673cdc7
4
+ data.tar.gz: 7c4c69d617599d1d34d44655fb9d3bd1ebf1c6c8
5
5
  SHA512:
6
- metadata.gz: e281ef056b4719300f1b8a6321dbe24719a760b4d21bd1076b958c74b7250be79f4a17a1cd25eba6b9f518dacf4329e40bcfbea26be2e2e3ec420f115bc2f8b0
7
- data.tar.gz: b682b1962c10d0267a9f190944184ad91de924a124bc6773c733050c188a063bf9b86425eabe6bc45bbe5195b2b962193ad8f4612e947745071cc3eb3c013f9b
6
+ metadata.gz: 61f0dfc0d60c960b3c293336c707fca6accc453b2b25b9536aa31714eb68ffad247387a1e87f9c21e6ad5c962351fcc0bb2320a877a59c94db4e46b87e7a1c36
7
+ data.tar.gz: 1529f580d87f063f89dcd2e4848846935c021969343f3e57e5d9ebb93634d3c7a53a974b64f9dd604ffe193fc91da77755a103a954a6649d8b93e81e69032481
@@ -73,8 +73,8 @@ module Itamae
73
73
  specs << spec_pattern.join
74
74
  run_list_noti = []
75
75
  spec_pattern.each { |c_spec|
76
- unless c_spec.split("/")[4].split(".")[0] == 'default'
77
- run_list_noti << c_spec.split("/")[2] + "::#{c_spec.split("/")[4].split(".")[0]}"
76
+ unless c_spec.split("/")[4].split(".")[0] == 'default_spec'
77
+ run_list_noti << c_spec.split("/")[2] + "::#{c_spec.split("/")[4].split(".")[0].split("_spec")[0]}"
78
78
  else
79
79
  run_list_noti << c_spec.split("/")[2]
80
80
  end
@@ -1 +1 @@
1
- 0.27
1
+ 0.28
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-mitsurin
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.27'
4
+ version: '0.28'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akihiro Kamiyama