lifen-ruby-style 1.2.6 → 1.2.7
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 +4 -4
- data/default_overcommit.yml +1 -1
- data/lib/lifen/ruby_style/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d22130b09e32fdc2c5ce6cadc6d6fd1c772253ee6a9cf044d0a6bd76b545955e
|
|
4
|
+
data.tar.gz: db0dacac1d67640031b73a085d0cfe2a9a7a70a786eddbe8455fabcd16399151
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6cff6b42042e3bb0da774a90f5faf2b8f7070b6456df2289ef8598e913e8d816b0374c1a93a670b858c2864514ac39c36024382c4882457ce371453598171081
|
|
7
|
+
data.tar.gz: 4819fa809040f6e2779091101f9a6efb51a87d93a9c37f752e7c3823fb928dfd370995b8bf244060192de34354a76b57c51e173664aee9471cdec1352c72812a
|
data/default_overcommit.yml
CHANGED
|
@@ -23,7 +23,7 @@ PreCommit:
|
|
|
23
23
|
|
|
24
24
|
RuboCop:
|
|
25
25
|
enabled: true
|
|
26
|
-
command: ['bundle', 'exec', 'rubocop-daemon', 'exec', '--', '--format=emacs', '--
|
|
26
|
+
command: ['bundle', 'exec', 'rubocop-daemon', 'exec', '--', '--format=emacs', '--autocorrect']
|
|
27
27
|
required_executable: 'rubocop-daemon'
|
|
28
28
|
flags: []
|
|
29
29
|
install_command: 'gem install rubocop-daemon'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lifen-ruby-style
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Team Lifen
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: overcommit
|
|
@@ -136,7 +136,7 @@ dependencies:
|
|
|
136
136
|
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '10.0'
|
|
139
|
-
description:
|
|
139
|
+
description:
|
|
140
140
|
email:
|
|
141
141
|
- contact@lifen.fr
|
|
142
142
|
executables: []
|
|
@@ -163,7 +163,7 @@ homepage: https://github.com/honestica/lifen-ruby-style
|
|
|
163
163
|
licenses: []
|
|
164
164
|
metadata:
|
|
165
165
|
allowed_push_host: https://rubygems.org
|
|
166
|
-
post_install_message:
|
|
166
|
+
post_install_message:
|
|
167
167
|
rdoc_options: []
|
|
168
168
|
require_paths:
|
|
169
169
|
- lib
|
|
@@ -179,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
179
179
|
version: '0'
|
|
180
180
|
requirements: []
|
|
181
181
|
rubygems_version: 3.1.6
|
|
182
|
-
signing_key:
|
|
182
|
+
signing_key:
|
|
183
183
|
specification_version: 4
|
|
184
184
|
summary: Lifen style guides and shared style configs.
|
|
185
185
|
test_files: []
|