yoshiki 7.0.0.pre.alpha.2 → 7.0.0.pre.alpha.3

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
  SHA256:
3
- metadata.gz: bcc4f99d426e483ccc8eea2e73da37e6d9110fcbc2b1959a65e1f8432ac9f4b0
4
- data.tar.gz: 61430030ac33db134ea76d9195fec2571152cce34b06270cd150488f0775356a
3
+ metadata.gz: 21e5101b626aa2fd3cdb849423427ca001d70e6cabaa1303f6f88ca86d0183d9
4
+ data.tar.gz: 568afaca5f126f1e00f8ab316729c031b8c8f6cf39bce6f7c9a899980fbada9d
5
5
  SHA512:
6
- metadata.gz: 12a39ff5458e447c897d4051d59b4bf0c8f7080c4a0ad933b5c4577fc2c85d8de4cafba001a84f6e54b84437e8e20d17225957a42de4e1ad927468db20dcb259
7
- data.tar.gz: 5bf921c20d90f44f7a1a4cd631126413ee60040aafcefcaaa06869f538476c45ec89c06370c873e5df30294fae8f768e6d37ef115523877be6f69016d4951610
6
+ metadata.gz: 0d371f2fe4e40663e87f59d21a5803d8ec40bf80c535a802f7e325232450e17fecae1be50d1e3aea01ed9e2251dde17ac5181f66b1a50fbceb471fa7ff7a0b70
7
+ data.tar.gz: c3d60d34c008806180ef01de73a3febbe8472dce6268d516b0197d9c5a95cd909696ce6ef1c9c6f1d99c78354b2e023b981d01113a9a4b389d6d5a230beaa859
data/.devfu-rubocop.yml CHANGED
@@ -94,6 +94,9 @@ Lint/AmbiguousRegexpLiteral:
94
94
  Lint/AssignmentInCondition:
95
95
  Enabled: false
96
96
 
97
+ Lint/RedundantDirGlobSort: # new in 1.8
98
+ Enabled: true
99
+
97
100
  Lint/RedundantSplatExpansion:
98
101
  Enabled: false
99
102
 
@@ -188,6 +191,9 @@ Style/DoubleNegation:
188
191
  Style/EachWithObject:
189
192
  Enabled: false
190
193
 
194
+ Style/GlobalStdStream:
195
+ Enabled: false
196
+
191
197
  Style/HashSyntax:
192
198
  EnforcedStyle: ruby19
193
199
  PreferHashRocketsForNonAlnumEndingSymbols: true
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yoshiki (7.0.0.pre.alpha.2)
4
+ yoshiki (7.0.0.pre.alpha.3)
5
5
  rubocop (= 1.30.1)
6
6
  rubocop-rails (= 2.14.2)
7
7
  rubocop-rake (= 0.6.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Yoshiki
4
4
 
5
- VERSION = '7.0.0-alpha.2'
5
+ VERSION = '7.0.0-alpha.3'
6
6
 
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yoshiki
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.0.pre.alpha.2
4
+ version: 7.0.0.pre.alpha.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - BM5k