hoe-rubocop 1.0.12 → 1.0.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -18
- data/CONTRIBUTING.md +11 -7
- data/MAINTENANCE.md +11 -11
- data/README.md +2 -3
- data/lib/hoe/rubocop.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 821c780ba00d307a6fe2f9ea4b3219f7864099843fb8c68cdc62510c406cd3c7
|
4
|
+
data.tar.gz: 6d728ecfdc8b87bcf71d9b94cdcec96ad45fd8ee13ea4a8714ad119430204861
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85e29f275182d5ccb8bcf48d6efe7411465f878c0e4cd2b0c0f55bbbcb812ef70afa2cdca9b209dfe03aec592101815e131b181b1b59051a0ea25c2e424d70c5
|
7
|
+
data.tar.gz: 63654cc644a0723a3474969798b3c0d235791dbd71166901df4d89970f1ac7e4845eae667ff832d93a2af9a193093f003a5ddaa609364b19db2f8447dad1e903
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,14 @@
|
|
1
|
-
|
1
|
+
# Changelog
|
2
2
|
|
3
|
-
|
3
|
+
## 1.0.13 / 2020-07-10
|
4
4
|
|
5
|
-
|
5
|
+
* updated docs
|
6
|
+
|
7
|
+
## 1.0.12 / 2020-06-24
|
8
|
+
|
9
|
+
* Bump Gemfile to latest dependencies
|
10
|
+
|
11
|
+
## 1.0.11 / 2019-05-19
|
6
12
|
|
7
13
|
* 1 dependency update
|
8
14
|
|
@@ -14,69 +20,66 @@
|
|
14
20
|
* Bump rdoc from 6.0.4 to 6.1.1
|
15
21
|
* Bump rubocop from 0.57.2 to 0.69.0
|
16
22
|
|
17
|
-
|
23
|
+
## 1.0.10 / 2018-06-27
|
18
24
|
|
19
|
-
*
|
25
|
+
* updated dependencies
|
20
26
|
|
21
|
-
|
22
|
-
|
23
|
-
### 1.0.9 / 2018-04-28
|
27
|
+
## 1.0.9 / 2018-04-28
|
24
28
|
|
25
29
|
* 1 misc enhancement
|
26
30
|
|
27
31
|
* updated docs
|
28
32
|
|
29
|
-
|
33
|
+
## 1.0.8 / 2017-02-25
|
30
34
|
|
31
35
|
* 1 minor enhancement
|
32
36
|
|
33
37
|
* updated docs
|
34
38
|
|
35
|
-
|
39
|
+
## 1.0.7 / 2016-08-06
|
36
40
|
|
37
41
|
* 1 minor enhancement
|
38
42
|
|
39
43
|
* updated dependencies by gemnasium
|
40
44
|
|
41
|
-
|
45
|
+
## 1.0.6 / 2016-02-08
|
42
46
|
|
43
47
|
* 1 minor enhancement
|
44
48
|
|
45
49
|
* updated dependencies by gemnasium
|
46
50
|
|
47
|
-
|
51
|
+
## 1.0.5 / 2016-01-27
|
48
52
|
|
49
53
|
* 1 minor enhancement
|
50
54
|
|
51
55
|
* updated dependencies by gemnasium
|
52
56
|
|
53
|
-
|
57
|
+
## 1.0.3 / 2015-12-11
|
54
58
|
|
55
59
|
* 1 minor enhancement
|
56
60
|
|
57
61
|
* fixed typo in define_rubocop_tasks
|
58
62
|
|
59
|
-
|
63
|
+
## 1.0.2 / 2015-12-11
|
60
64
|
|
61
65
|
* 1 minor enhancement
|
62
66
|
|
63
67
|
* updated rubocop dependency to 0.35
|
64
68
|
|
65
|
-
|
69
|
+
## 1.0.1 / 2015-10-02
|
66
70
|
|
67
71
|
* 1 patch issue
|
68
72
|
|
69
73
|
* refactored code to match GitLab
|
70
74
|
|
71
|
-
|
75
|
+
## 1.0.0 / 2015-09-26
|
72
76
|
|
73
77
|
* 1 major enhancement
|
74
78
|
|
75
79
|
* first stable release
|
76
80
|
|
77
|
-
|
81
|
+
## 0.1.0 / 2015-09-25
|
78
82
|
|
79
83
|
* 1 major enhancement
|
80
84
|
|
81
85
|
* Birthday!
|
82
|
-
|
data/CONTRIBUTING.md
CHANGED
@@ -1,8 +1,10 @@
|
|
1
|
-
#
|
1
|
+
# Contributing
|
2
|
+
|
3
|
+
## IDEAS
|
2
4
|
|
3
5
|
* Add ideas on: https://github.com/saigkill/hoe-rubocop/issues
|
4
6
|
|
5
|
-
## COOL HACKS
|
7
|
+
## COOL HACKS
|
6
8
|
|
7
9
|
* Open a bugreport on https://github.com/saigkill/hoe-rubocop/issues.
|
8
10
|
* Please use the -u flag when generating the patch as it makes the patch
|
@@ -10,12 +12,14 @@
|
|
10
12
|
* Write a good explanation of what the patch does.
|
11
13
|
* It is better to use git format-patch command: git format-patch HEAD^
|
12
14
|
|
13
|
-
|
15
|
+
## STRUCTURE
|
16
|
+
|
17
|
+
### BRANCHES
|
14
18
|
|
15
|
-
|
19
|
+
#### `master` BRANCH
|
16
20
|
|
17
|
-
### `master` BRANCH:
|
18
21
|
The master branch is the last stable version.
|
19
22
|
|
20
|
-
|
21
|
-
|
23
|
+
#### PULL REQUESTS
|
24
|
+
|
25
|
+
Please base all Pullrequests off the `master` branch.
|
data/MAINTENANCE.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1
|
-
# MAINTENANCE POLICY
|
1
|
+
# MAINTENANCE POLICY
|
2
2
|
|
3
3
|
I'm following the Semantic Versioning for its releases: (Major).(Minor).(Patch).
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
5
|
+
* Major version: Whenever there is something significant or any backwards
|
6
|
+
incompatible changes.
|
7
|
+
* Minor version: When new, backwards compatible functionality is introduced a
|
8
|
+
minor feature is introduced, or when a set of smaller features is rolled out.
|
9
|
+
* Patch number: When backwards compatible bug fixes are introduced that fix
|
10
|
+
incorrect behavior.
|
11
|
+
* The current stable release will receive security patches and bug fixes
|
12
|
+
(eg. 5.0 -> 5.0.1).
|
13
|
+
* Feature releases will mark the next supported stable release where the minor
|
14
|
+
version is increased numerically by increments of one (eg. 5.0 -> 5.1).
|
15
15
|
|
16
16
|
I encourage everyone to run the latest stable release to ensure that you can
|
17
17
|
easily upgrade to the most secure and feature rich experience. In order to
|
data/README.md
CHANGED
@@ -6,7 +6,6 @@
|
|
6
6
|
|rdoc | http://www.rubydoc.info/gems/hoe-rubocop |
|
7
7
|
|docs | https://github.com/saigkill/hoe-rubocop/wiki |
|
8
8
|
|bugs | https://github.com/saigkill/hoe-rubocop/issues |
|
9
|
-
|mailinglist | https://groups.google.com/forum/#!forum/saigkills-hoe-plugins |
|
10
9
|
|openhub statistics | https://www.openhub.net/p/hoe-rubocop |
|
11
10
|
|authors blog | https://saschamanns.de |
|
12
11
|
|min_rubyver | 2.3.0 |
|
@@ -16,10 +15,10 @@
|
|
16
15
|
|last public version | [![Last Version](https://badge.fury.io/rb/hoe-rubocop.png)](http://rubygems.org/gems/hoe-rubocop) |
|
17
16
|
|downloads latest | [![Downloads latest](https://img.shields.io/gem/dtv/hoe-rubocop.svg)](http://rubygems.org/gems/hoe-rubocop) |
|
18
17
|
|downloads all | [![Downloads all](https://img.shields.io/gem/dt/hoe-rubocop.svg)](http://rubygems.org/gems/hoe-rubocop) |
|
19
|
-
|continuous integration | [![
|
18
|
+
|continuous integration | [![continuous integration](https://github.com/saigkill/hoe-rubocop/workflows/RubyGem/badge.svg?branch=master&event=push)](https://github.)
|
20
19
|
|code quality | [![Maintainability](https://api.codeclimate.com/v1/badges/b86e5bce35fcf054090a/maintainability)](https://codeclimate.com/github/saigkill/hoe-rubocop/maintainability) |
|
21
20
|
|dependencies|[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=saigkill/hoe-rubocop)](https://dependabot.com)
|
22
|
-
|security | [![Security](https://hakiri.io/github/saigkill/hoe-rubocop/master.svg)](https://hakiri.io/github/saigkill/hoe-rubocop/master
|
21
|
+
|security | [![Security](https://hakiri.io/github/saigkill/hoe-rubocop/master.svg)](https://hakiri.io/github/saigkill/hoe-rubocop/master) |
|
23
22
|
|vulnerabilities|[![Known Vulnerabilities](https://snyk.io/test/github/saigkill/hoe-rubocop/badge.svg?targetFile=Gemfile.lock)](https://snyk.io/test/github/saigkill/hoe-rubocop?targetFile=Gemfile.lock) |
|
24
23
|
|documentation quality | [![Documentation Quality](https://inch-ci.org/github/saigkill/hoe-rubocop.svg?branch=master)](https://inch-ci.org/github/saigkill/hoe-rubocop) |
|
25
24
|
|
data/lib/hoe/rubocop.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hoe-rubocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sascha Manns
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -100,14 +100,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
100
100
|
requirements:
|
101
101
|
- - ">="
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: 2.
|
103
|
+
version: 2.7.0
|
104
104
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
105
105
|
requirements:
|
106
106
|
- - ">="
|
107
107
|
- !ruby/object:Gem::Version
|
108
108
|
version: '0'
|
109
109
|
requirements: []
|
110
|
-
rubygems_version: 3.
|
110
|
+
rubygems_version: 3.1.2
|
111
111
|
signing_key:
|
112
112
|
specification_version: 4
|
113
113
|
summary: This hoe plugin extends hoe for using some rake tasks to control rubocop.
|