rubocop-config-coverhound 1.3.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f798b09ea6d904468b304bbb2a552bd44cb418cc
|
4
|
+
data.tar.gz: d723319f4475cb6581df9568293b1358398f2611
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f349e5be46056f15a31da9d05601f7f906eac1fe9fe9a9999cd31a6b7c0d3607baf141d1fa3048041680e2bb6826a95dc3e86e1e07e483fbd1efc5484ed08a40
|
7
|
+
data.tar.gz: e806f29c0f5852158f91c28b64653eb36667d8c7e0372dea15d230aa3cd7fb90b6ff0ea8ff2b05a9746beee96187288d96f4b8a8a858855397cd01cb6eef31fb
|
data/README.md
CHANGED
@@ -43,3 +43,9 @@ $ bundle exec rubocop
|
|
43
43
|
You do not need to include `rubocop` directly in your application's dependences.
|
44
44
|
`rubocop-config-coverhound` will include a specific version of `rubocop` that is shared across
|
45
45
|
all projects.
|
46
|
+
|
47
|
+
## Versioning
|
48
|
+
|
49
|
+
We are pegging our major versions to Rubocop minor versions. Rubop patch
|
50
|
+
versions would indicate a minor version bump for us. A patch for us would
|
51
|
+
indicate a change only for us, not in our upstream dependencies.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-config-coverhound
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bernardo Farah
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-07-
|
11
|
+
date: 2018-07-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|