guard-inch 0.1.1 → 0.1.2
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/README.md +3 -0
- data/lib/guard/inch/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ced9d4b67aa7eaf1573a23c68ef9bfca12c8cd4
|
|
4
|
+
data.tar.gz: abdb27c001ba27c17d6d7357077a6d3122fdb485
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 955c80f7f596efd3915179b57bc2e159add133c2ba975a19a0360753ef94bd330f8c32f0a29517ee307354fb69b27d2062f0e8d9caea23fa15e8b2c54414dd86
|
|
7
|
+
data.tar.gz: b3b14a66686aa71acc6ec1827c7217d7084b473f9a94733ad4f10e113a3e25f24da98488b3982934b3a41caaa7a6cfb36e70c3f9e66599da704f3950c2ac356e
|
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Guard::Inch
|
|
2
2
|
|
|
3
|
+
[](http://inch-ci.org/github/Chills42/guard-inch)
|
|
4
|
+
[](https://codeclimate.com/github/chills42/guard-inch)
|
|
5
|
+
|
|
3
6
|
A Guard gem plugin that integrates the Inch documentation measurement tool.
|
|
4
7
|
|
|
5
8
|
## Installation
|
data/lib/guard/inch/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guard-inch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Craig Hills
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -108,4 +108,3 @@ signing_key:
|
|
|
108
108
|
specification_version: 4
|
|
109
109
|
summary: A guard plugin to run the inch documentation measurement tool.
|
|
110
110
|
test_files: []
|
|
111
|
-
has_rdoc:
|