pronto-rubocop 0.1.2 → 0.2.0

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: be781c50ae5ce717d5331b1cd24ec8ffd02622d5
4
- data.tar.gz: 5785f42044764c600e34ecab28a6f2b41b8c3e1c
3
+ metadata.gz: 762f254589f5751cc705f3077d864f220794620e
4
+ data.tar.gz: 232c0e0a96efe28550eb033cd8a6c78f518eb6de
5
5
  SHA512:
6
- metadata.gz: 81a6e098490f5a3c89804f3a608a258f737b02cb9ae4ca9372fba1c3e08515814d8f74d264e8842e12eb7847900a1bc6f224ca6a0068b59db5b5b16058c4e7f6
7
- data.tar.gz: 4c4865b926361521a4a5ead458c943c3bb70fe048e88992db1f98988e9cfe4dd5bb4b2edcffa2a6f4e2ab428ed104486135efc7346ed1343122623456a9afd8d
6
+ metadata.gz: e78c1c0f621294566ce24f619b57dc27dcad4c2896111b55a74c54b863ec6efd04ab06304e4c3bcd78ab6cf59b589aa9d0198fe10159eb8404894a96a86f5137
7
+ data.tar.gz: c09bd014c9b2a218f409a787c083a4ab068828d824f3711b3c6e5241a305a4de7c49567223fcc60704bc9a1df53dc53820487ade3adb542322680f1480caf828
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Code Climate](https://codeclimate.com/github/mmozuras/pronto-rubocop.png)](https://codeclimate.com/github/mmozuras/pronto-rubocop)
4
4
  [![Build Status](https://travis-ci.org/mmozuras/pronto-rubocop.png)](https://travis-ci.org/mmozuras/pronto-rubocop)
5
+ [![Gem Version](https://badge.fury.io/rb/pronto-rubocop.png)](http://badge.fury.io/rb/pronto-rubocop)
5
6
  [![Dependency Status](https://gemnasium.com/mmozuras/pronto-rubocop.png)](https://gemnasium.com/mmozuras/pronto-rubocop)
6
7
 
7
8
  Pronto runner for [Rubocop](https://github.com/bbatsov/rubocop), ruby code analyzer. [What is Pronto?](https://github.com/mmozuras/pronto)
@@ -7,7 +7,7 @@ module Pronto
7
7
  @cli = ::Rubocop::CLI.new
8
8
  end
9
9
 
10
- def run(patches)
10
+ def run(patches, _)
11
11
  return [] unless patches
12
12
 
13
13
  patches.select { |patch| patch.additions > 0 }
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module RubocopVersion
3
- VERSION = '0.1.2'
3
+ VERSION = '0.2.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mindaugas Mozūras
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-07 00:00:00.000000000 Z
11
+ date: 2013-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ~>
32
32
  - !ruby/object:Gem::Version
33
- version: 0.1.0
33
+ version: 0.2.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ~>
39
39
  - !ruby/object:Gem::Version
40
- version: 0.1.0
40
+ version: 0.2.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement