zapwhite 2.17.0 → 2.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1fac9ffa9050ac1d9b1deac37d344bb928018734
4
- data.tar.gz: c65a0fc5a57cba973f4ca1e6d2a1ca204bfc6192
3
+ metadata.gz: 66e20308b9554a3cb739cc4b6e10ed0599839a98
4
+ data.tar.gz: e587dfb1999833bf41136f365754d45aaad5fb38
5
5
  SHA512:
6
- metadata.gz: 66a27d4857ba6a00246bd6aa8834de64edcfc707cfe0fe49fe5cace32311b71cc1881bd34cda35245e14d3a3c153082ba8a66458fa396f7034b45493c53b9deb
7
- data.tar.gz: 80dc1b0aa464669c988380c37d57ee9f217b97f7f893a841bda46b61f7948861f6a7a19da4c53a7327feb16daddeaf798a0af8cf9e380625db5b907529caf252
6
+ metadata.gz: e219f4abba9eaf85248d45a117a144eb0c5cc2188d977d83ad64532b81e4e3f5e406dde417f6d14137f49d57248bf997fafa4ce4eb64170e5c50bb8db7fdc4f1
7
+ data.tar.gz: 731a5a2f305b5df51d3adabbed01a85cccebb2fb6d697385dd72b59bbf8d0b2700bcea8afedf4b388d4e0cb05674a9edf1dc6a12c65727eab2e651357a5e7b2b
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # zapwhite
2
2
 
3
- [![Build Status](https://secure.travis-ci.org/realityforge/zapwhite.svg?branch=master)](http://travis-ci.org/realityforge/zapwhite)
3
+ [![Build Status](https://api.travis-ci.com/realityforge/zapwhite.svg?branch=master)](http://travis-ci.com/realityforge/zapwhite)
4
4
 
5
5
  A simple tool to normalize whitespace in git repositories. The tool:
6
6
 
@@ -251,6 +251,8 @@ module Reality
251
251
  attributes.text_rule('*.xsl')
252
252
  attributes.text_rule('*.wsdl')
253
253
  attributes.text_rule('*.toml')
254
+ attributes.text_rule('*.idl')
255
+ attributes.text_rule('*.webidl')
254
256
 
255
257
  # Build system defaults
256
258
  attributes.text_rule('buildfile')
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{zapwhite}
5
- s.version = '2.17.0'
5
+ s.version = '2.18.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.17.0
4
+ version: 2.18.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: 2020-01-30 00:00:00.000000000 Z
11
+ date: 2020-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gitattributes