zapwhite 2.19.0 → 2.20.0
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 +5 -5
- data/.travis.yml +2 -0
- data/lib/reality/zapwhite.rb +1 -1
- data/zapwhite.gemspec +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: cd6aa437dae3d14e4954d19a1dbc65bee457920ecbd566f7903c6f6f8cb80d34
|
|
4
|
+
data.tar.gz: ea0b044cb72f118366e17a67533071d458bb78db86cee8bd3d1a04b784ba7d99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de9ccd871711027a90786c4c9ca1b9ead63411103c50aff4acb9d12a74141db039636a45a26b76f29f5892ab079c7290cc8980f002795bba0c09958122ce0cc4
|
|
7
|
+
data.tar.gz: 144210a92b1fc1236685e4c861e6a0738a061e5be8d2e2987e15ba04f70b1f262a313b956198714b03fce51bd45a7c2504c1a2d494886d3601fdd3e2a98eae6f
|
data/.travis.yml
CHANGED
data/lib/reality/zapwhite.rb
CHANGED
|
@@ -211,7 +211,7 @@ module Reality
|
|
|
211
211
|
attributes.text_rule('.bazelrc')
|
|
212
212
|
attributes.text_rule('WORKSPACE')
|
|
213
213
|
attributes.text_rule('BUILD', :allow_empty => true)
|
|
214
|
-
attributes.text_rule('
|
|
214
|
+
attributes.text_rule('*.bazel', :allow_empty => true)
|
|
215
215
|
attributes.text_rule('*.bzl')
|
|
216
216
|
attributes.text_rule('.bazelversion')
|
|
217
217
|
|
data/zapwhite.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zapwhite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.20.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Donald
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gitattributes
|
|
@@ -99,8 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
99
99
|
- !ruby/object:Gem::Version
|
|
100
100
|
version: '0'
|
|
101
101
|
requirements: []
|
|
102
|
-
|
|
103
|
-
rubygems_version: 2.5.1
|
|
102
|
+
rubygems_version: 3.1.4
|
|
104
103
|
signing_key:
|
|
105
104
|
specification_version: 4
|
|
106
105
|
summary: A simple tool to normalize whitespace in git repositories.
|