rubocop-git 0.0.3 → 0.0.4
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 +1 -0
- data/lib/rubocop/git/cli.rb +5 -0
- data/lib/rubocop/git/version.rb +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: b0ca6ace437f984e37bf143001946c10dbbda302
|
|
4
|
+
data.tar.gz: 1503eabb1fd43beff2c9926b772fc8e8f901817c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f42ae3120077b3dabde850152375996068bacfed19a98806b580fea0836e99f76b1d93702a2ddfa99c6bc90711905189598e3e36240c08d3bfd8dbefef7111c
|
|
7
|
+
data.tar.gz: fa802707a151e871aa9d3481298e926e2759acd318de217bbcb85f584c129fd156a9729b8e912032db7612ebdd78ef88682d551f8332080462a7fd19637cad68
|
data/README.md
CHANGED
|
@@ -23,6 +23,7 @@ Or install it yourself as:
|
|
|
23
23
|
|
|
24
24
|
Usage: rubocop-git [options] [[commit] commit]
|
|
25
25
|
-c, --config FILE Specify configuration file
|
|
26
|
+
-r, --require FILE Require Ruby file
|
|
26
27
|
-d, --debug Display debug info
|
|
27
28
|
-D, --display-cop-names Display cop names in offense messages
|
|
28
29
|
--cached git diff --cached
|
data/lib/rubocop/git/cli.rb
CHANGED
data/lib/rubocop/git/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-git
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Masaki Takeuchi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-08-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|