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 +4 -4
- data/README.md +1 -1
- data/lib/reality/zapwhite.rb +2 -0
- data/zapwhite.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66e20308b9554a3cb739cc4b6e10ed0599839a98
|
4
|
+
data.tar.gz: e587dfb1999833bf41136f365754d45aaad5fb38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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://
|
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
|
|
data/lib/reality/zapwhite.rb
CHANGED
@@ -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')
|
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.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-
|
11
|
+
date: 2020-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gitattributes
|