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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c2280e2482faaf6bc7b00fe6712cdf3ad06e2b0
4
- data.tar.gz: 1b872a9ac91d488ca9796c4685769a85a9ada1bb
3
+ metadata.gz: 8ced9d4b67aa7eaf1573a23c68ef9bfca12c8cd4
4
+ data.tar.gz: abdb27c001ba27c17d6d7357077a6d3122fdb485
5
5
  SHA512:
6
- metadata.gz: f7f8dae49a8630d02bac221a89a5f675454a267429b29429bb4aff55e0c27bcaeab4cfc1a9fd2b24b2fbe72ba6e4511e760e302abd5e0f2a25a8406578c1f5d8
7
- data.tar.gz: acd123ee4b94a4cc8dec6bb08bf4266de52fafc68bbd356679bd9b2190c2a2777aeccafc7edad7643a0503cbade818c1a13a6fd591f7cf636a047755092c245f
6
+ metadata.gz: 955c80f7f596efd3915179b57bc2e159add133c2ba975a19a0360753ef94bd330f8c32f0a29517ee307354fb69b27d2062f0e8d9caea23fa15e8b2c54414dd86
7
+ data.tar.gz: b3b14a66686aa71acc6ec1827c7217d7084b473f9a94733ad4f10e113a3e25f24da98488b3982934b3a41caaa7a6cfb36e70c3f9e66599da704f3950c2ac356e
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Guard::Inch
2
2
 
3
+ [![Inch CI](https://inch-ci.org/github/Chills42/guard-inch.svg?branch=master)](http://inch-ci.org/github/Chills42/guard-inch)
4
+ [![Code Climate](https://codeclimate.com/github/chills42/guard-inch/badges/gpa.svg)](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
@@ -2,6 +2,6 @@
2
2
  module Guard
3
3
  # The Inch Plugin Version namespace
4
4
  module InchVersion
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
6
6
  end
7
7
  end
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.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-04-09 00:00:00.000000000 Z
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: