pronto-rubocop 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 +4 -4
- data/README.md +4 -1
- data/lib/pronto/rubocop/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c290cabb94203d182063eeffe3a948023e1bcb6c
|
4
|
+
data.tar.gz: 7768c0ab7faad31b934913d1305209e9463446c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36f3076cc0ab5aa8124e7a94d944cf6dcdb848b5e859856edc50dd9d38b9d85d539f0270f4fea74cffd9c2a3c75038cf438c8815164b831257135d1dc168d682
|
7
|
+
data.tar.gz: 67067642c789184c41eda5bdf00f8b3da4f7882d38c8bd14b89318103c261c76586879ba04590d91004e6598b258bf8c620504966a137436653bb62bff8d7377
|
data/README.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1
|
-
#
|
1
|
+
# Pronto runner for Rubocop
|
2
2
|
|
3
3
|
[](https://codeclimate.com/github/mmozuras/pronto-rubocop)
|
4
|
+
[](https://travis-ci.org/mmozuras/pronto-rubocop)
|
4
5
|
[](https://gemnasium.com/mmozuras/pronto-rubocop)
|
6
|
+
|
7
|
+
Pronto runner for Rubocop, ruby code analyzer. [What is Pronto?](https://github.com/mmozuras/pronto)
|
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.
|
4
|
+
version: 0.1.1
|
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-
|
11
|
+
date: 2013-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -58,15 +58,15 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - ~>
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 2.
|
61
|
+
version: 2.14.0
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - ~>
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 2.
|
69
|
-
description:
|
68
|
+
version: 2.14.0
|
69
|
+
description:
|
70
70
|
email: mindaugas.mozuras@gmail.com
|
71
71
|
executables: []
|
72
72
|
extensions: []
|
@@ -99,6 +99,6 @@ rubyforge_project:
|
|
99
99
|
rubygems_version: 2.0.7
|
100
100
|
signing_key:
|
101
101
|
specification_version: 4
|
102
|
-
summary:
|
102
|
+
summary: Pronto runner for Rubocop, ruby code analyzer
|
103
103
|
test_files: []
|
104
104
|
has_rdoc:
|