rubocop-git 0.1.0 → 0.1.1

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: fea0fc048051dc4134a08fb53beffc0cd1d56102
4
- data.tar.gz: 2bea213792be9f28bdfbdaf602fb6e53f2a79280
3
+ metadata.gz: d36f12a8d0468f329ba0584e8949e751a516eaca
4
+ data.tar.gz: 4eb070a9571b58d441ae12de21e8280d7f7fedda
5
5
  SHA512:
6
- metadata.gz: ca915131ae38037b4cb99f74d71e2984f7d1291816c5408328917fae916fe768c7f583df3e7fb96978d2f75088eba10a1d4c110a89f8dc73cdb381510d5b92d5
7
- data.tar.gz: ffc46d4d0d07b21ff7899a77ab823a8dd687fa0f6cdc4602367b295d28cd7e1c1e3268b865a519d9d949886b62d9cfbbdcd19e315e9b35a8599dd1a387848732
6
+ metadata.gz: 68c48199df217edde2b30db32271dc74d562c8510447b342da1c7abd2dc652ef7b7bba962098c16f9f34d448d724b90cbc242aab388de9cb47b0982b89122d58
7
+ data.tar.gz: 7c28d9a045527ad8fc3df5fd3ee10b03fa701e9c2a36cc11468dd95072680a654fd6f13d59631cae842a542cf655537879cad1c89afd5ee44ae7e7a425e0d921
data/Appraisals CHANGED
@@ -12,7 +12,7 @@
12
12
  0.34.2
13
13
  0.35.1
14
14
  0.36.0
15
- 0.37.0
15
+ 0.37.2
16
16
  ).each do |version|
17
17
  appraise version[/\d+\.\d+/] do
18
18
  gem 'rubocop', version
@@ -2,6 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rubocop", "0.37.0"
5
+ gem "rubocop", "0.37.2"
6
6
 
7
7
  gemspec :path => "../"
@@ -55,6 +55,11 @@ module RuboCop
55
55
  opt.on('--hound', 'Hound compatibility mode') do
56
56
  @options.hound = true
57
57
  end
58
+
59
+ opt.on('--version', 'Display version') do
60
+ puts RuboCop::Git::VERSION
61
+ exit 0
62
+ end
58
63
  end
59
64
  end
60
65
  end
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module Git
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masaki Takeuchi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-05 00:00:00.000000000 Z
11
+ date: 2016-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler