pronto-rubocop 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: c290cabb94203d182063eeffe3a948023e1bcb6c
4
- data.tar.gz: 7768c0ab7faad31b934913d1305209e9463446c8
3
+ metadata.gz: be781c50ae5ce717d5331b1cd24ec8ffd02622d5
4
+ data.tar.gz: 5785f42044764c600e34ecab28a6f2b41b8c3e1c
5
5
  SHA512:
6
- metadata.gz: 36f3076cc0ab5aa8124e7a94d944cf6dcdb848b5e859856edc50dd9d38b9d85d539f0270f4fea74cffd9c2a3c75038cf438c8815164b831257135d1dc168d682
7
- data.tar.gz: 67067642c789184c41eda5bdf00f8b3da4f7882d38c8bd14b89318103c261c76586879ba04590d91004e6598b258bf8c620504966a137436653bb62bff8d7377
6
+ metadata.gz: 81a6e098490f5a3c89804f3a608a258f737b02cb9ae4ca9372fba1c3e08515814d8f74d264e8842e12eb7847900a1bc6f224ca6a0068b59db5b5b16058c4e7f6
7
+ data.tar.gz: 4c4865b926361521a4a5ead458c943c3bb70fe048e88992db1f98988e9cfe4dd5bb4b2edcffa2a6f4e2ab428ed104486135efc7346ed1343122623456a9afd8d
data/README.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # Pronto runner for Rubocop
2
2
 
3
3
  [![Code Climate](https://codeclimate.com/github/mmozuras/pronto-rubocop.png)](https://codeclimate.com/github/mmozuras/pronto-rubocop)
4
- [![Build Status](https://travis-ci.org/mmozuras/pronto-rubocop)](https://travis-ci.org/mmozuras/pronto-rubocop)
4
+ [![Build Status](https://travis-ci.org/mmozuras/pronto-rubocop.png)](https://travis-ci.org/mmozuras/pronto-rubocop)
5
5
  [![Dependency Status](https://gemnasium.com/mmozuras/pronto-rubocop.png)](https://gemnasium.com/mmozuras/pronto-rubocop)
6
6
 
7
- Pronto runner for Rubocop, ruby code analyzer. [What is Pronto?](https://github.com/mmozuras/pronto)
7
+ Pronto runner for [Rubocop](https://github.com/bbatsov/rubocop), ruby code analyzer. [What is Pronto?](https://github.com/mmozuras/pronto)
8
+
9
+ ## Configuration
10
+
11
+ Configuring Rubocop via .rubocop.yml will work just fine with pronto-rubocop.
@@ -1,5 +1,5 @@
1
1
  module Pronto
2
2
  module RubocopVersion
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
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.1
4
+ version: 0.1.2
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-09-29 00:00:00.000000000 Z
11
+ date: 2013-10-07 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.13.0
19
+ version: 0.14.0
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.13.0
26
+ version: 0.14.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pronto
29
29
  requirement: !ruby/object:Gem::Requirement