hoe-rubocop 1.0.8 → 1.0.9

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.
@@ -0,0 +1,19 @@
1
+ = MAINTENANCE POLICY:
2
+
3
+ I'm following the Semantic Versioning for its releases: (Major).(Minor).(Patch).
4
+
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
+
16
+ I encourage everyone to run the latest stable release to ensure that you can
17
+ easily upgrade to the most secure and feature rich experience. In order to
18
+ make sure you can easily run the most recent stable release, we are working
19
+ hard to keep the update process simple and reliable.
@@ -1,13 +1,3 @@
1
- .autotest
2
- .codeclimate.yml
3
- .coveralls.yml
4
- .gemnasium.yml
5
- .rspec
6
- .rubocop.yml
7
- .scrutinizer.yml
8
- .travis.yml
9
- CODE_OF_CONDUCT.md
10
- CONTRIBUTING.md
11
1
  Gemfile
12
2
  Gemfile.lock
13
3
  History.rdoc
@@ -16,5 +6,9 @@ Manifest.txt
16
6
  README.rdoc
17
7
  Rakefile
18
8
  config.reek
19
- data/hoe-rubocop/rubygems.png
9
+ NEWS
10
+ CODE_OF_CONDUCT.rdoc
11
+ CONTRIBUTING.md
12
+ DEVELOPING.rdoc
13
+ MAINTENANCE.rdoc
20
14
  lib/hoe/rubocop.rb
data/NEWS ADDED
@@ -0,0 +1,63 @@
1
+ ===============================================================================
2
+ hoe-rubocop 1.0.9 - 2017-11-03
3
+ ===============================================================================
4
+
5
+ hoe-rubocop 1.0.9 is the culmination of one days' work by 1 developer.
6
+
7
+ New Features:
8
+
9
+ * Nothing yet
10
+
11
+
12
+ Enhancements:
13
+
14
+ * Nothing yet
15
+
16
+
17
+ Notable Bugs Fixed:
18
+
19
+ * Changed documentation from publican to daps
20
+
21
+
22
+ ===============================================================================
23
+ SOURCES / PACKAGES
24
+ ===============================================================================
25
+
26
+ Sources
27
+ -------
28
+
29
+ * hoe-rubocop 1.0.9 Tarballs:
30
+ https://launchpad.net/hoe-reek/1.x/1.0.9/+download/hoe-rubocop-1.0.9.tar.xz
31
+
32
+ Packages
33
+ --------
34
+
35
+ Download and installation information is available here:
36
+
37
+ * https://saigkill.github.io/hoe-rubocop/about/
38
+
39
+ Gems:
40
+
41
+ * https://rubygems.org/gems/hoe-rubocop
42
+
43
+ ===============================================================================
44
+ REPORT BUGS - HELP THE PROJECT - GROW THE COMMUNITY
45
+ ===============================================================================
46
+
47
+ If you encounter any bad behavior with this release, please do not
48
+ hesitate to file bugs!
49
+
50
+ * https://bugs.launchpad.net/hoe-rubocop
51
+
52
+
53
+ ===============================================================================
54
+ VALUED HOE-RUBOCOP CONTRIBUTORS
55
+ ===============================================================================
56
+
57
+ Contributors For This Release
58
+ -----------------------------
59
+
60
+ The following people directly contributed to the release of this version
61
+ of hoe-rubocop. Without their help, there would be no release!
62
+
63
+ Sascha Manns
@@ -1,38 +1,47 @@
1
1
  = hoe-rubocop
2
2
 
3
- home :: http://saigkill.tuxfamily.org
4
- code :: http://github.com/saigkill/hoe-rubocop
5
- docu (en) :: https://saigkill.tuxfamily.org/docs/hoe-rubocop/en-US/html/
6
- docu (de) :: https://saigkill.tuxfamily.org/docs/hoe-rubocop/de-DE/html/
7
- apidoc :: http://www.rubydoc.info/gems/hoe-rubocop
3
+ code :: https://github.com/saigkill/hoe-rubocop
4
+ rdoc :: http://www.rubydoc.info/gems/hoe-rubocop
5
+ docs :: https://saigkill.tuxfamily.org/documentation/hoe-rubocop/
8
6
  bugs :: https://github.com/saigkill/hoe-rubocop/issues
9
- min. rubyver :: 2.2.0
7
+ mailinglist :: https://groups.google.com/forum/#!forum/saigkills-hoe-plugins
8
+ openhub statistics :: https://www.openhub.net/p/hoe-rubocop
9
+ authors blog :: https://saigkill.tuxfamily.org
10
+ min_rubyver :: 2.3.0
11
+
10
12
  last public version :: {<img src="https://badge.fury.io/rb/hoe-rubocop.png" alt="Build Status" />}[http://rubygems.org/gems/hoe-rubocop]
11
13
  downloads latest :: {<img src="https://img.shields.io/gem/dtv/hoe-rubocop.svg" alt="Build Status" />}[http://rubygems.org/gems/hoe-rubocop]
12
14
  downloads all :: {<img src="https://img.shields.io/gem/dt/hoe-rubocop.svg" alt="Build Status" />}[http://rubygems.org/gems/hoe-rubocop]
13
15
  continuous integration :: {<img src="https://secure.travis-ci.org/saigkill/hoe-rubocop.png?branch=master" alt="Build Status" />}[https://secure.travis-ci.org/saigkill/hoe-rubocop]
14
16
  continuous integration :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-rubocop/badges/build.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-rubocop/]
15
17
  code quality :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-rubocop/badges/quality-score.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-rubocop/]
16
- code quality :: {<img src="https://codeclimate.com/github/saigkill/hoe-rubocop/badges/gpa.svg" alt="Code Quality" />}[https://codeclimate.com/github/saigkill/hoe-rubocop]
18
+ code quality :: {<img src="https://api.codeclimate.com/v1/badges/b86e5bce35fcf054090a/maintainability" />}[https://codeclimate.com/github/saigkill/hoe-rubocop/maintainability]
17
19
  security :: {<img src="https://hakiri.io/github/saigkill/hoe-rubocop/master.svg" alt="security" />}[https://hakiri.io/github/saigkill/hoe-rubocop/master]
18
20
  dependency check :: {<img src="https://gemnasium.com/saigkill/hoe-rubocop.svg" alt="Dependency Status" />}[https://gemnasium.com/saigkill/hoe-rubocop]
19
21
  documentation quality :: {<img src="http://inch-ci.org/github/saigkill/hoe-rubocop.svg?branch=master" alt="Documentation Quality" />}[http://inch-ci.org/github/saigkill/hoe-rubocop]
20
- donations :: {<img src="https://pledgie.com/campaigns/29554.png?skin_name=chrome" alt="Build Status" />}[https://pledgie.com/campaigns/29554]
21
- donations :: {<img src="https://saigkill.tuxfamily.org/dotclear/public/Amazon.png" alt="Build Status" />}[http://www.amazon.de/registry/wishlist/D75HOEQ00BDD]
22
22
 
23
23
  == DESCRIPTION:
24
24
 
25
25
  This hoe plugin extends hoe for using some rake tasks to control rubocop.
26
26
 
27
- == FEATURES/PROBLEMS:
27
+ The History.rdoc contains a detailed description on what has changed. For most
28
+ users the NEWS file might be a better place to look since it contains
29
+ change summaries between the different versions.
30
+
31
+ hoe-rubocop is released under the GPL3 License, see the file 'License.rdoc'
32
+ for more information.
33
+
34
+ The official web site is:
35
+
36
+ https://github.com/saigkill/hoe-rubocop
37
+
38
+ == FEATURES:
28
39
 
29
40
  * This plugin extends hoe for using some rake tasks to control rubocop.
30
41
 
31
42
  This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS,
32
43
  i'm happy about Pull requests.
33
44
 
34
- For a detailed information please visit: https://saigkill.tuxfamily.org/docs/hoe-rubocop/en-US/html/.
35
-
36
45
  == SYNOPSIS:
37
46
 
38
47
  Use in your Rakefile:
@@ -43,7 +52,7 @@ Use in your Rakefile:
43
52
  ...
44
53
  end
45
54
 
46
- Also add hoe-rubocop to your requirements.
55
+ Also add hoe-rubocop to your requirements and recreate your Gemfile.
47
56
 
48
57
  == REQUIREMENTS:
49
58
 
@@ -52,10 +61,9 @@ Also add hoe-rubocop to your requirements.
52
61
 
53
62
  == INSTALL:
54
63
 
55
- * gem install hoe-rubocop
64
+ The installation is very easy.
56
65
 
57
- See https://saigkill.tuxfamily.org/docs/hoe-rubocop/en-US/html/ for more information.
58
- If you like this little peace of software, dont't forget to give a star to the GitLab repository.
66
+ gem install hoe-rubocop
59
67
 
60
68
  == DEVELOPERS:
61
69
 
@@ -64,29 +72,4 @@ After checking out the source, run:
64
72
  $ rake newb
65
73
 
66
74
  This task will install any missing dependencies, run the tests/specs,
67
- and generate the RDoc.
68
-
69
- == LICENSE:
70
-
71
- (The MIT License)
72
-
73
- Copyright (c) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
74
-
75
- Permission is hereby granted, free of charge, to any person obtaining
76
- a copy of this software and associated documentation files (the
77
- 'Software'), to deal in the Software without restriction, including
78
- without limitation the rights to use, copy, modify, merge, publish,
79
- distribute, sublicense, and/or sell copies of the Software, and to
80
- permit persons to whom the Software is furnished to do so, subject to
81
- the following conditions:
82
-
83
- The above copyright notice and this permission notice shall be
84
- included in all copies or substantial portions of the Software.
85
-
86
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
87
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
88
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
89
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
90
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
91
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
92
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
75
+ and generate the RDoc.
data/Rakefile CHANGED
@@ -1,58 +1,37 @@
1
1
  # -*- ruby -*-
2
2
  # Release:
3
- # * update *.wiki markdown documentation for GitLab
4
- # * enable :git
5
- # * rake run_before_release
6
- # * disable :git
7
- # * Checkin
8
- # * rake release
9
- # * rake run_after_release
3
+ # See README.rdoc.release
10
4
 
11
5
  require 'rubygems'
12
6
  require 'hoe'
13
7
 
14
8
  Hoe.plugin :bundler
15
- Hoe.plugin :doofus
16
- Hoe.plugin :email
17
- #Hoe.plugins.delete :git
18
- Hoe.plugin :git
19
- Hoe.plugin :history
20
- Hoe.plugin :highline
21
- Hoe.plugin :manns
22
9
  Hoe.plugin :rdoc
23
- Hoe.plugin :rubocop
24
10
  Hoe.plugin :rubygems
25
11
  Hoe.plugin :version
26
12
 
27
- # rubocop:disable Metrics/LineLength
13
+
28
14
  Hoe.spec 'hoe-rubocop' do
29
15
  developer('Sascha Manns', 'Sascha.Manns@mailbox.org')
30
- license 'MIT' # this should match the license in the README
16
+ license 'GPL-3' # this should match the license in the README
31
17
  require_ruby_version '>= 2.2.0'
32
18
 
33
- email_to << 'ruby-talk@ruby-lang.org'
34
-
35
19
  self.history_file = 'History.rdoc'
36
20
  self.readme_file = 'README.rdoc'
37
21
  self.extra_rdoc_files = FileList['*.rdoc'].to_a
38
22
  self.post_install_message = 'Please file bugreports and feature requests on: https://github.com/saigkill/hoe-rubocop/issues'
39
23
 
40
- dependency 'bundler', '~> 1.14'
41
- dependency 'rubocop', '~> 0.47'
24
+ dependency 'bundler', '~> 1.16'
25
+ dependency 'rubocop', '~> 0.55'
42
26
 
43
- extra_dev_deps << ['hoe-bundler', '~> 1.3']
44
- extra_dev_deps << ['hoe-deveiate', '~> 0.8']
45
- extra_dev_deps << ['hoe-doofus', '~> 1.0']
46
- extra_dev_deps << ['hoe-git', '~> 1.6']
27
+ extra_dev_deps << ['hoe-bundler', '~> 1.4']
47
28
  extra_dev_deps << ['hoe-highline', '~> 0.2']
48
- extra_dev_deps << ['hoe-manifest', '~> 0.1']
49
- extra_dev_deps << ['hoe-manns', '~> 1.6']
29
+ extra_dev_deps << ['hoe-rubocop', '~> 1.0']
50
30
  extra_dev_deps << ['hoe-rubygems', '~> 1.0']
51
- extra_dev_deps << ['hoe-seattlerb', '~> 1.3']
52
31
  extra_dev_deps << ['hoe-version', '~> 1.2']
53
- extra_dev_deps << ['parseconfig', '~> 1.0']
54
- extra_dev_deps << ['rake', '~> 12.0']
55
- extra_dev_deps << ['rspec', '~> 3.5']
32
+ extra_dev_deps << ['rake', '~> 12.3']
33
+ extra_dev_deps << ['rdoc', '~> 6.0']
34
+ extra_dev_deps << ['rspec', '~> 3.7']
56
35
  end
57
36
 
58
37
 
@@ -1,17 +1,25 @@
1
- # encoding: UTF-8
2
1
  # @encoding: utf-8
3
- # @author: Sascha Manns
4
- # @abstract: hoe-rubocop
2
+ # Copyright (C) 2013-2018 Sascha Manns <Sascha.Manns@mailbox.org>
5
3
  #
6
- # Copyright (c) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
7
- # License: MIT
4
+ # This program is free software: you can redistribute it and/or modify
5
+ # it under the terms of the GNU General Public License as published by
6
+ # the Free Software Foundation, either version 3 of the License, or
7
+ # (at your option) any later version.
8
+ #
9
+ # This program is distributed in the hope that it will be useful,
10
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ # GNU General Public License for more details.
13
+ #
14
+ # You should have received a copy of the GNU General Public License
15
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
8
16
 
9
17
  # Dependencies
10
18
  require 'fileutils'
11
19
 
12
20
  # Main module for hoe-rubocop
13
21
  module Hoe::Rubocop
14
- VERSION = '1.0.8'
22
+ VERSION = '1.0.9'
15
23
 
16
24
  attr_accessor :rubocop
17
25
 
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.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Manns
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-25 00:00:00.000000000 Z
11
+ date: 2018-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,72 +16,58 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.14'
19
+ version: '1.16'
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: '1.14'
26
+ version: '1.16'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '0.47'
33
+ version: '0.55'
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.47'
41
- - !ruby/object:Gem::Dependency
42
- name: hoe-highline
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - "~>"
46
- - !ruby/object:Gem::Version
47
- version: '0.2'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - "~>"
53
- - !ruby/object:Gem::Version
54
- version: '0.2'
40
+ version: '0.55'
55
41
  - !ruby/object:Gem::Dependency
56
42
  name: hoe-bundler
57
43
  requirement: !ruby/object:Gem::Requirement
58
44
  requirements:
59
45
  - - "~>"
60
46
  - !ruby/object:Gem::Version
61
- version: '1.3'
47
+ version: '1.4'
62
48
  type: :development
63
49
  prerelease: false
64
50
  version_requirements: !ruby/object:Gem::Requirement
65
51
  requirements:
66
52
  - - "~>"
67
53
  - !ruby/object:Gem::Version
68
- version: '1.3'
54
+ version: '1.4'
69
55
  - !ruby/object:Gem::Dependency
70
- name: hoe-deveiate
56
+ name: hoe-highline
71
57
  requirement: !ruby/object:Gem::Requirement
72
58
  requirements:
73
59
  - - "~>"
74
60
  - !ruby/object:Gem::Version
75
- version: '0.8'
61
+ version: '0.2'
76
62
  type: :development
77
63
  prerelease: false
78
64
  version_requirements: !ruby/object:Gem::Requirement
79
65
  requirements:
80
66
  - - "~>"
81
67
  - !ruby/object:Gem::Version
82
- version: '0.8'
68
+ version: '0.2'
83
69
  - !ruby/object:Gem::Dependency
84
- name: hoe-doofus
70
+ name: hoe-rubocop
85
71
  requirement: !ruby/object:Gem::Requirement
86
72
  requirements:
87
73
  - - "~>"
@@ -94,48 +80,6 @@ dependencies:
94
80
  - - "~>"
95
81
  - !ruby/object:Gem::Version
96
82
  version: '1.0'
97
- - !ruby/object:Gem::Dependency
98
- name: hoe-git
99
- requirement: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - "~>"
102
- - !ruby/object:Gem::Version
103
- version: '1.6'
104
- type: :development
105
- prerelease: false
106
- version_requirements: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - "~>"
109
- - !ruby/object:Gem::Version
110
- version: '1.6'
111
- - !ruby/object:Gem::Dependency
112
- name: hoe-manifest
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - "~>"
116
- - !ruby/object:Gem::Version
117
- version: '0.1'
118
- type: :development
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - "~>"
123
- - !ruby/object:Gem::Version
124
- version: '0.1'
125
- - !ruby/object:Gem::Dependency
126
- name: hoe-manns
127
- requirement: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - "~>"
130
- - !ruby/object:Gem::Version
131
- version: '1.6'
132
- type: :development
133
- prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - "~>"
137
- - !ruby/object:Gem::Version
138
- version: '1.6'
139
83
  - !ruby/object:Gem::Dependency
140
84
  name: hoe-rubygems
141
85
  requirement: !ruby/object:Gem::Requirement
@@ -150,20 +94,6 @@ dependencies:
150
94
  - - "~>"
151
95
  - !ruby/object:Gem::Version
152
96
  version: '1.0'
153
- - !ruby/object:Gem::Dependency
154
- name: hoe-seattlerb
155
- requirement: !ruby/object:Gem::Requirement
156
- requirements:
157
- - - "~>"
158
- - !ruby/object:Gem::Version
159
- version: '1.3'
160
- type: :development
161
- prerelease: false
162
- version_requirements: !ruby/object:Gem::Requirement
163
- requirements:
164
- - - "~>"
165
- - !ruby/object:Gem::Version
166
- version: '1.3'
167
97
  - !ruby/object:Gem::Dependency
168
98
  name: hoe-version
169
99
  requirement: !ruby/object:Gem::Requirement
@@ -178,112 +108,106 @@ dependencies:
178
108
  - - "~>"
179
109
  - !ruby/object:Gem::Version
180
110
  version: '1.2'
181
- - !ruby/object:Gem::Dependency
182
- name: parseconfig
183
- requirement: !ruby/object:Gem::Requirement
184
- requirements:
185
- - - "~>"
186
- - !ruby/object:Gem::Version
187
- version: '1.0'
188
- type: :development
189
- prerelease: false
190
- version_requirements: !ruby/object:Gem::Requirement
191
- requirements:
192
- - - "~>"
193
- - !ruby/object:Gem::Version
194
- version: '1.0'
195
111
  - !ruby/object:Gem::Dependency
196
112
  name: rake
197
113
  requirement: !ruby/object:Gem::Requirement
198
114
  requirements:
199
115
  - - "~>"
200
116
  - !ruby/object:Gem::Version
201
- version: '12.0'
117
+ version: '12.3'
202
118
  type: :development
203
119
  prerelease: false
204
120
  version_requirements: !ruby/object:Gem::Requirement
205
121
  requirements:
206
122
  - - "~>"
207
123
  - !ruby/object:Gem::Version
208
- version: '12.0'
124
+ version: '12.3'
209
125
  - !ruby/object:Gem::Dependency
210
- name: rspec
126
+ name: rdoc
211
127
  requirement: !ruby/object:Gem::Requirement
212
128
  requirements:
213
129
  - - "~>"
214
130
  - !ruby/object:Gem::Version
215
- version: '3.5'
131
+ version: '6.0'
216
132
  type: :development
217
133
  prerelease: false
218
134
  version_requirements: !ruby/object:Gem::Requirement
219
135
  requirements:
220
136
  - - "~>"
221
137
  - !ruby/object:Gem::Version
222
- version: '3.5'
138
+ version: '6.0'
223
139
  - !ruby/object:Gem::Dependency
224
- name: rdoc
140
+ name: rspec
225
141
  requirement: !ruby/object:Gem::Requirement
226
142
  requirements:
227
143
  - - "~>"
228
144
  - !ruby/object:Gem::Version
229
- version: '4.0'
145
+ version: '3.7'
230
146
  type: :development
231
147
  prerelease: false
232
148
  version_requirements: !ruby/object:Gem::Requirement
233
149
  requirements:
234
150
  - - "~>"
235
151
  - !ruby/object:Gem::Version
236
- version: '4.0'
152
+ version: '3.7'
237
153
  - !ruby/object:Gem::Dependency
238
154
  name: hoe
239
155
  requirement: !ruby/object:Gem::Requirement
240
156
  requirements:
241
157
  - - "~>"
242
158
  - !ruby/object:Gem::Version
243
- version: '3.16'
159
+ version: '3.17'
244
160
  type: :development
245
161
  prerelease: false
246
162
  version_requirements: !ruby/object:Gem::Requirement
247
163
  requirements:
248
164
  - - "~>"
249
165
  - !ruby/object:Gem::Version
250
- version: '3.16'
251
- description: This hoe plugin extends hoe for using some rake tasks to control rubocop.
166
+ version: '3.17'
167
+ description: |-
168
+ This hoe plugin extends hoe for using some rake tasks to control rubocop.
169
+
170
+ The History.rdoc contains a detailed description on what has changed. For most
171
+ users the NEWS file might be a better place to look since it contains
172
+ change summaries between the different versions.
173
+
174
+ hoe-rubocop is released under the GPL3 License, see the file 'License.rdoc'
175
+ for more information.
176
+
177
+ The official web site is:
178
+
179
+ https://github.com/saigkill/hoe-rubocop
252
180
  email:
253
181
  - Sascha.Manns@mailbox.org
254
182
  executables: []
255
183
  extensions: []
256
184
  extra_rdoc_files:
257
- - CODE_OF_CONDUCT.md
185
+ - CODE_OF_CONDUCT.rdoc
258
186
  - CONTRIBUTING.md
187
+ - DEVELOPING.rdoc
259
188
  - History.rdoc
260
189
  - LICENSE.rdoc
190
+ - MAINTENANCE.rdoc
261
191
  - Manifest.txt
262
192
  - README.rdoc
263
193
  files:
264
- - ".autotest"
265
- - ".codeclimate.yml"
266
- - ".coveralls.yml"
267
- - ".gemnasium.yml"
268
- - ".rspec"
269
- - ".rubocop.yml"
270
- - ".scrutinizer.yml"
271
- - ".travis.yml"
272
- - CODE_OF_CONDUCT.md
194
+ - CODE_OF_CONDUCT.rdoc
273
195
  - CONTRIBUTING.md
196
+ - DEVELOPING.rdoc
274
197
  - Gemfile
275
198
  - Gemfile.lock
276
199
  - History.rdoc
277
200
  - LICENSE.rdoc
201
+ - MAINTENANCE.rdoc
278
202
  - Manifest.txt
203
+ - NEWS
279
204
  - README.rdoc
280
205
  - Rakefile
281
206
  - config.reek
282
- - data/hoe-rubocop/rubygems.png
283
207
  - lib/hoe/rubocop.rb
284
- homepage: http://saigkill.tuxfamily.org
208
+ homepage: https://github.com/saigkill/hoe-rubocop
285
209
  licenses:
286
- - MIT
210
+ - GPL-3
287
211
  metadata: {}
288
212
  post_install_message: 'Please file bugreports and feature requests on: https://github.com/saigkill/hoe-rubocop/issues'
289
213
  rdoc_options:
@@ -303,8 +227,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
303
227
  version: '0'
304
228
  requirements: []
305
229
  rubyforge_project:
306
- rubygems_version: 2.6.6
230
+ rubygems_version: 2.7.6
307
231
  signing_key:
308
232
  specification_version: 4
309
- summary: This hoe plugin extends hoe for using some rake tasks to control rubocop.
233
+ summary: This hoe plugin extends hoe for using some rake tasks to control rubocop
310
234
  test_files: []