pulis 0.1.16 → 0.1.17

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: 0b6fdc9e7fd7bce8f0c59271be44451b8d26bf0117a053daa580923460b10d81
4
- data.tar.gz: b2039d1accfd814dbd70ae50c0d446b44b5609d2223ccfef8a3b84e934f5b3ca
3
+ metadata.gz: 72e74f2b7833685556f6c2494c206729e0e63917b26dbfdb1a28a2527aba3c3d
4
+ data.tar.gz: 721fd318f7a0cc22e55f01dc0c3c2855724c2d1052eb10b09f28fc8d06e8c462
5
5
  SHA512:
6
- metadata.gz: 870573b5fef552db5f25205ec5f53f4d93046351e67f2cfd8c2bea9802a4309addb6842972073ef8ac3e689c21857f86f643a416bf7d26d104bbbd8b3ce9fcc4
7
- data.tar.gz: d209ede6748acec9997fa2b5470e8eed347db98ff884d8024a6092c69bbd8a5e3a08206bf082cd99286cea966dc7f921c8a283e222f852a316810e2424a97d31
6
+ metadata.gz: ed1e31156e2a4f82c18e37c4bcbf7c6ff51e568e54a68cb6fbd23a680fa8fa32edcd22cd2003270c4ff10b727d42dc01b055dc9f2dc2f790ef0a167116e1028c
7
+ data.tar.gz: 202b4547070d9f3c1de444954f198d5e548169a07dbea1ef0b95f864679f0e1252e3c490a222a01f64d4f35d1c0e67884ae460d18a1ab909b54265768075cc06
data/config/rubocop.yml CHANGED
@@ -25,7 +25,7 @@ Layout/AlignParameters:
25
25
  Layout/CaseIndentation:
26
26
  EnforcedStyle: end
27
27
 
28
- Layout/IndentHash:
28
+ Layout/IndentFirstHashElement:
29
29
  Enabled: false
30
30
 
31
31
  Layout/IndentationWidth:
@@ -45,10 +45,10 @@ Layout/SpaceInsideHashLiteralBraces:
45
45
  EnforcedStyle: no_space
46
46
 
47
47
  # NOTE チームで推奨しているスタイルを差異があるため
48
- Lint/BlockAlignment:
48
+ Layout/BlockAlignment:
49
49
  Enabled: false
50
50
 
51
- Lint/EndAlignment:
51
+ Layout/EndAlignment:
52
52
  Enabled: false
53
53
 
54
54
  Lint/UnderscorePrefixedVariableName:
data/lib/pulis/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pulis
4
- VERSION = '0.1.16'
4
+ VERSION = '0.1.17'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - sansan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-09 00:00:00.000000000 Z
11
+ date: 2019-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -86,7 +86,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0'
88
88
  requirements: []
89
- rubygems_version: 3.0.3
89
+ rubyforge_project:
90
+ rubygems_version: 2.7.6
90
91
  signing_key:
91
92
  specification_version: 4
92
93
  summary: cop file for my project