rubocopter 0.1.3 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 48ecfda67aa083e95049d8ce6d8cfe66fa5ebfad
4
- data.tar.gz: 15efff1c5ecd02932ddafe5b1210d6cc2c92f27d
3
+ metadata.gz: 6c6a39e7cd1f4a29999ff06cbd6ca0eab27b9447
4
+ data.tar.gz: e55d166f70294083bdbd588a97ed4378df085984
5
5
  SHA512:
6
- metadata.gz: aa84f314b8127b315ced9f9783de9ff17b236ce76dcf893a8751861cfb0959fbde50a8caedf1ab94eb5593f304db35b3d80b11707bfe1a35a7a9dabeb9398a1f
7
- data.tar.gz: 5e87cf761d6220e9e76b3344ae090bc1c77b285fb30f923b83b287bc7c177810e68b6fc72676f01b591220197a07b95eea5520ab45627ed3ca6f2c5896251044
6
+ metadata.gz: d010b4faf2e90cff353654bb619725a1caddf2574032634bf7555e36a4825322f9de61633b414845ddc5765f60d1d20901101efe2a7e6c35549ec946fb398897
7
+ data.tar.gz: 75003cb6bb4fd3891f9218821d8cf404d82f7db39a0c0b80adfd15248bb1f178b05e49ad9d4f8a552cc39bdbd601ab64a36a5151892f3d9e47b67fa82873bd9a
@@ -40,7 +40,7 @@ class RuboCopter::CLI
40
40
  end
41
41
 
42
42
  def check_for_offences(remaining_args = [])
43
- rubocop_options = ['rubocop', '-R']
43
+ rubocop_options = ['rubocop']
44
44
  unless remaining_args.include?('--out')
45
45
  rubocop_options += '--out rubocop_result.txt'.split
46
46
  end
@@ -1,3 +1,3 @@
1
1
  module RuboCopter
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocopter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Basset
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-02 00:00:00.000000000 Z
11
+ date: 2015-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.29.1
19
+ version: 0.30.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 0.29.1
26
+ version: 0.30.1
27
27
  description: Helps with speeding up RuboCop checks in large git projects.
28
28
  email:
29
29
  - matthew@quandl.com
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  version: '0'
61
61
  requirements: []
62
62
  rubyforge_project:
63
- rubygems_version: 2.4.5
63
+ rubygems_version: 2.4.6
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: Propel your RuboCop checking forward.