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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: ac8e043b355f3da81cb88546c8402d9535def365
4
- data.tar.gz: 1aeaccfe800b0640825cbb93354561fec3d5f987
2
+ SHA256:
3
+ metadata.gz: cd6aa437dae3d14e4954d19a1dbc65bee457920ecbd566f7903c6f6f8cb80d34
4
+ data.tar.gz: ea0b044cb72f118366e17a67533071d458bb78db86cee8bd3d1a04b784ba7d99
5
5
  SHA512:
6
- metadata.gz: 7a99adc59cec9961900f50ac1f06c1c6300f7a0ab497170e9d2cdb82207bdb3c2d1c1cecfd149bf0f5119f91e21ab6e9978385c3775f2dbafd2fe4f0fd4ebab9
7
- data.tar.gz: 2d73c40e2dc44bf70ce23fe69f8189fb5e194d70ad39d2c5a7284894d5aedcc86729a02b3e76728b3788dff76417e1ec317d78386a032199577d09b39285c986
6
+ metadata.gz: de9ccd871711027a90786c4c9ca1b9ead63411103c50aff4acb9d12a74141db039636a45a26b76f29f5892ab079c7290cc8980f002795bba0c09958122ce0cc4
7
+ data.tar.gz: 144210a92b1fc1236685e4c861e6a0738a061e5be8d2e2987e15ba04f70b1f262a313b956198714b03fce51bd45a7c2504c1a2d494886d3601fdd3e2a98eae6f
data/.travis.yml CHANGED
@@ -4,4 +4,6 @@ rvm:
4
4
  git:
5
5
  depth: 10
6
6
  before_install:
7
+ - rvm install ruby-2.7.2
8
+ - rvm use 2.7.2
7
9
  - gem update bundler
@@ -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('BUILD.bazel', :allow_empty => true)
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{zapwhite}
5
- s.version = '2.19.0'
5
+ s.version = '2.20.0'
6
6
  s.platform = Gem::Platform::RUBY
7
7
 
8
8
  s.authors = ['Peter Donald']
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.19.0
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: 2021-02-23 00:00:00.000000000 Z
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
- rubyforge_project:
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.