hoe-reek 1.1.8 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,20 +1,8 @@
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
14
4
  LICENSE.rdoc
15
- MAINTENANCE.md
16
5
  Manifest.txt
17
6
  README.rdoc
18
7
  Rakefile
19
- config.reek
20
8
  lib/hoe/reek.rb
@@ -1,38 +1,41 @@
1
1
  = hoe-reek
2
2
 
3
- home :: http://saigkill.github.io
4
- code :: http://github.com/saigkill/hoe-reek
5
- docu (en) :: https://saigkill.tuxfamily.org/docs/hoe-reek/en-US/html/
6
- docu (de) :: https://saigkill.tuxfamily.org/docs/hoe-reek/de-DE/html/
3
+ code :: https://launchpad.net/hoe-reek
4
+ docs :: https://saigkill.github.io/hoe-reek/about/
7
5
  apidoc :: http://www.rubydoc.info/gems/hoe-reek
8
- bugs :: https://github.com/saigkill/hoe-reek/issues
6
+ bugs :: https://bugs.launchpad.net/hoe-reek
7
+ questions :: https://answers.launchpad.net/hoe-reek
8
+ feature requests :: https://blueprints.launchpad.net/hoe-reek
9
+ openhub statistics :: https://www.openhub.net/p/hoe-reek
10
+ authors blog :: https://saigkill.tuxfamily.org
9
11
  min. rubyver :: 2.2.0
10
- license :: {<img src="http://img.shields.io/:license-mit-blue.svg" />}[https://github.com/saigkill/hoe-reek/blob/master/LICENSE.rdoc]
11
- last public version :: {<img src="https://badge.fury.io/rb/hoe-reek.png" alt="Last Version" />}[http://rubygems.org/gems/hoe-reek]
12
- downloads latest :: {<img src="https://img.shields.io/gem/dtv/hoe-reek.svg" alt="Downloads latest version" />}[http://rubygems.org/gems/hoe-reek]
13
- downloads all :: {<img src="https://img.shields.io/gem/dt/hoe-reek.svg" alt="Downloads all versions" />}[http://rubygems.org/gems/hoe-reek]
14
- continuous integration :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-reek/badges/build.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-reek/]
15
- code quality :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-reek/badges/quality-score.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-reek/]
16
- code quality :: {<img src="https://d3s6mut3hikguw.cloudfront.net/github/saigkill/hoe-reek/badges/gpa.svg" alt="Code Quality" />}[https://codeclimate.com/github/saigkill/hoe-reek]
17
- security :: {<img src="https://hakiri.io/github/saigkill/hoe-reek/master.svg" alt="security" />}[https://hakiri.io/github/saigkill/hoe-reek/master]
18
- dependency check :: {<img src="https://gemnasium.com/saigkill/hoe-reek.svg" alt="Dependency Status" />}[https://gemnasium.com/saigkill/hoe-reek]
19
- documentation quality :: {<img src="http://inch-ci.org/github/saigkill/hoe-reek.svg?branch=master" alt="Documentation Quality" />}[http://inch-ci.org/github/saigkill/hoe-reek]
20
- donations :: {<img src="https://pledgie.com/campaigns/30306.png?skin_name=chrome" alt="Donations" />}[https://pledgie.com/campaigns/30306]
21
- donations :: {<img src="https://saigkill.tuxfamily.org/dotclear/public/Amazon.png" alt="Donations" />}[http://www.amazon.de/registry/wishlist/D75HOEQ00BDD]
12
+
13
+ If you're reading this on Github, please keep in mind, that this is just a
14
+ mirror. The development happens on: https://launchpad.net/hoe-reek.
22
15
 
23
16
  == DESCRIPTION:
24
17
 
25
18
  Tasks to integrate the reek code smell engine into your hoe projects. This project continues erics project (https://github.com/erikh/hoe-reek).
26
19
 
20
+ The History.rdoc contains a detailed description on what has changed. For most
21
+ users the NEWS file might be a better place to look since it contains
22
+ change summaries between the different versions.
23
+
24
+ youtube_dlhelper is released under the GPL3 License, see the file 'License.rdoc'
25
+ for more information.
26
+
27
+ The official web site is:
28
+
29
+ https://launchpad.net/hoe-reek
30
+
27
31
  == FEATURES/PROBLEMS:
28
32
 
29
- * Integration of Reek into a hoe Rake task
33
+ * Integration of Reek into a hoe Rake task.
30
34
 
31
- This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS,
32
- i'm happy about Pull requests.
35
+ This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS, i'm happy about Pull requests.
33
36
 
34
- For a detailed information please visit: https://saigkill.tuxfamily.org/docs/hoe-reek/en-US/html/ (en) or https://saigkill.tuxfamily.org/docs/hoe-reek/de-DE/html/ (de).
35
- If you like this piece of software don't forget to give the gitlab repo a star.
37
+ See the {FAQs}[https://answers.launchpad.net/hoe-reek/+faqs] for checking known issues.
38
+ See the {status}[https://github.com/saigkill/hoe-reek/blob/master/STATUS.rdoc] of the app.
36
39
 
37
40
  == SYNOPSIS:
38
41
 
@@ -46,19 +49,19 @@ Use in your Rakefile:
46
49
 
47
50
  Also add hoe-reek to your requirements and recreate your Gemfile.
48
51
 
52
+ Read the documentation at: https://saigkill.github.io/hoe-reek/about/
53
+
49
54
  == REQUIREMENTS:
50
55
 
51
- * rake
52
56
  * reek
53
- * hoe
54
57
 
55
58
  == INSTALL:
56
59
 
57
- gem install hoe-reek
60
+ The installation is very easy.
58
61
 
59
- == RUN:
62
+ gem install hoe-reek
60
63
 
61
- Type rake reek inside your project dir.
64
+ Read the documentation at: https://saigkill.github.io/hoe-reek/about/
62
65
 
63
66
  == DEVELOPERS:
64
67
 
@@ -69,29 +72,83 @@ After checking out the source, run:
69
72
  This task will install any missing dependencies, run the tests/specs,
70
73
  and generate the RDoc.
71
74
 
72
- Read https://github.com/saigkill/hoe-reek/blob/master/CONTRIBUTING.md
75
+ === IDEAS:
76
+
77
+ * Add ideas on: https://blueprints.launchpad.net/hoe-reek
78
+
79
+ === COOL HACKS:
80
+
81
+ * Open a bugreport on https://bugs.launchpad.net/hoe-reek.
82
+ * Please use the -u flag when generating the patch as it makes the patch
83
+ more readable.
84
+ * Write a good explanation of what the patch does.
85
+ * It is better to use git format-patch command: git format-patch HEAD^
86
+
87
+ === CONTRIBUTOR CODE OF CONDUCT:
88
+
89
+ As contributors and maintainers of this project, we pledge to respect all
90
+ people who contribute through reporting issues, posting feature requests,
91
+ updating documentation, submitting pull requests or patches, and other
92
+ activities.
93
+
94
+ We are committed to making participation in this project a harassment-free
95
+ experience for everyone, regardless of level of experience, gender, gender
96
+ identity and expression, sexual orientation, disability, personal
97
+ appearance, body size, race, age, or religion.
98
+
99
+ Examples of unacceptable behavior by participants include the use of sexual
100
+ language or imagery, derogatory comments or personal attacks, trolling,
101
+ public or private harassment, insults, or other unprofessional conduct.
102
+
103
+ Project maintainers have the right and responsibility to remove, edit, or
104
+ reject comments, commits, code, wiki edits, issues, and other contributions
105
+ that are not aligned to this Code of Conduct. Project maintainers who do
106
+ not follow the Code of Conduct may be removed from the project team.
107
+
108
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
109
+ reported by opening an issue or contacting one or more of the project
110
+ maintainers.
111
+
112
+ This Code of Conduct is adapted from the {Contributor Covenant}[http:contributor-covenant.org],
113
+ version 1.0.0, available at {http://contributor-covenant.org/version/1/0/0/}[http://contributor-covenant.org/version/1/0/0/].
114
+
115
+ === MAINTANANCE POLICY:
116
+
117
+ I'm following the Semantic Versioning for its releases: (Major).(Minor).(Patch).
118
+
119
+ * Major version: Whenever there is something significant or any backwards
120
+ incompatible changes.
121
+ * Minor version: When new, backwards compatible functionality is introduced a
122
+ minor feature is introduced, or when a set of smaller features is rolled out.
123
+ * Patch number: When backwards compatible bug fixes are introduced that fix
124
+ incorrect behavior.
125
+ * The current stable release will receive security patches and bug fixes
126
+ (eg. 5.0 -> 5.0.1).
127
+ * Feature releases will mark the next supported stable release where the minor
128
+ version is increased numerically by increments of one (eg. 5.0 -> 5.1).
129
+
130
+ I encourage everyone to run the latest stable release to ensure that you can
131
+ easily upgrade to the most secure and feature rich experience. In order to
132
+ make sure you can easily run the most recent stable release, we are working
133
+ hard to keep the update process simple and reliable.
134
+
135
+ === STRUCTURE:
136
+
137
+ ==== BRANCHES:
73
138
 
74
- == LICENSE:
139
+ ===== `master` BRANCH:
140
+ The master branch is the current edge of development.
75
141
 
76
- (The MIT License)
142
+ ===== `X.X` BRANCH:
143
+ The X.X branch is the last stable branch. It will used for tarballs.
77
144
 
78
- Copyright (c) 2015-2017 Sascha Manns <Sascha.Manns@mailbox.org>
145
+ ===== MERGE REQUESTS:
146
+ If you want to merge your branch with the trunk, join the team.
79
147
 
80
- Permission is hereby granted, free of charge, to any person obtaining
81
- a copy of this software and associated documentation files (the
82
- 'Software'), to deal in the Software without restriction, including
83
- without limitation the rights to use, copy, modify, merge, publish,
84
- distribute, sublicense, and/or sell copies of the Software, and to
85
- permit persons to whom the Software is furnished to do so, subject to
86
- the following conditions:
148
+ Please base all Merge requests off the `master` branch. Merges to
149
+ `X.X` only occur through the `master` branch.
87
150
 
88
- The above copyright notice and this permission notice shall be
89
- included in all copies or substantial portions of the Software.
151
+ == PROBLEM REPORTING:
90
152
 
91
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
92
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
93
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
94
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
95
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
96
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
97
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
153
+ Bugs should be reported to https://bugs.launchpad.net/hoe-reek. You will need to create an
154
+ account for yourself.
data/Rakefile CHANGED
@@ -1,27 +1,21 @@
1
1
  # -*- ruby -*-
2
2
  # Release:
3
- # * enable :git
4
- # * rake run_before_release
5
- # * disable :git
6
- # * Checkin
7
- # * rake release
8
- # * rake run_after_release
3
+ # See README.rdoc.release
9
4
 
10
5
  require 'rubygems'
11
6
  require 'hoe'
12
7
 
13
8
  Hoe.plugin :bundler
14
9
  Hoe.plugin :doofus
15
- Hoe.plugin :email
16
- #Hoe.plugins.delete :git
17
10
  #Hoe.plugin :git
18
- Hoe.plugin :history
19
- Hoe.plugin :highline
20
11
  Hoe.plugin :manns
21
- Hoe.plugin :reek
22
12
  Hoe.plugin :rdoc
13
+ Hoe.plugin :reek
14
+ Hoe.plugin :rubocop
15
+ Hoe.plugin :rubygems
16
+ Hoe.plugin :travis
23
17
  Hoe.plugin :version
24
- Hoe.plugin :website
18
+
25
19
 
26
20
  ###########################################DEVELOPING ZONE##############################################################
27
21
  # rubocop:disable Metrics/LineLength
@@ -32,28 +26,27 @@ Hoe.spec 'hoe-reek' do
32
26
  license 'MIT' # this should match the license in the README
33
27
  require_ruby_version '>= 2.2.0'
34
28
 
35
- email_to << 'ruby-talk@ruby-lang.org'
36
-
37
29
  self.history_file = 'History.rdoc'
38
30
  self.readme_file = 'README.rdoc'
39
31
  self.extra_rdoc_files = FileList['*.rdoc'].to_a
40
- self.post_install_message = 'Please file bugreports and feature requests on: https://github.com/saigkill/hoe-reek/issues'
32
+ self.post_install_message = 'Please file bugreports and feature requests on: https://bugs.launchpad.net/hoe-reek'
41
33
 
42
- dependency 'bundler', '~> 1.13'
43
- dependency 'reek', '~> 4.5'
34
+ dependency 'bundler', '~> 1.15'
35
+ dependency 'reek', '~> 4.7'
44
36
 
45
37
  extra_dev_deps << ['coveralls', '~> 0.8']
46
38
  extra_dev_deps << ['hoe-bundler', '~> 1.3']
47
39
  extra_dev_deps << ['hoe-doofus', '~> 1.0']
48
40
  extra_dev_deps << ['hoe-git', '~> 1.6']
49
- extra_dev_deps << ['hoe-highline', '~> 0.2']
50
41
  extra_dev_deps << ['hoe-manns', '~> 1.6']
42
+ extra_dev_deps << ['hoe-reek', '~> 1.1']
43
+ extra_dev_deps << ['hoe-rubocop', '~> 1.0']
51
44
  extra_dev_deps << ['hoe-rubygems', '~> 1.0']
52
- extra_dev_deps << ['hoe-seattlerb', '~> 1.3']
45
+ extra_dev_deps << ['hoe-travis', '~> 1.3']
53
46
  extra_dev_deps << ['hoe-version', '~> 1.2']
54
- extra_dev_deps << ['rake', '~> 11.3']
55
- extra_dev_deps << ['rspec', '~> 3.5']
56
- extra_dev_deps << ['simplecov', '~> 0.12']
47
+ extra_dev_deps << ['rake', '~> 12.1']
48
+ extra_dev_deps << ['rdoc', '~> 5.1']
49
+ extra_dev_deps << ['rspec', '~> 3.7']
57
50
  end
58
51
 
59
52
  ##################################################SETUP ZONE############################################################
@@ -0,0 +1,23 @@
1
+ = Misc status badges
2
+
3
+ == Gem
4
+ last public version :: {<img src="https://badge.fury.io/rb/hoe-reek.png" alt="Last Version" />}[http://rubygems.org/gems/hoe-reek]
5
+ downloads latest :: {<img src="https://img.shields.io/gem/dtv/hoe-reek.svg" alt="Downloads latest version" />}[http://rubygems.org/gems/hoe-reek]
6
+ downloads all :: {<img src="https://img.shields.io/gem/dt/hoe-reek.svg" alt="Downloads all versions" />}[http://rubygems.org/gems/hoe-reek]
7
+
8
+ == Code Review
9
+ code quality :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-reek/badges/quality-score.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-reek/]
10
+ code quality :: {<img src="https://d3s6mut3hikguw.cloudfront.net/github/saigkill/hoe-reek/badges/gpa.svg" alt="Code Quality" />}[https://codeclimate.com/github/saigkill/hoe-reek]
11
+
12
+ == Security
13
+ security :: {<img src="https://hakiri.io/github/saigkill/hoe-reek/master.svg" alt="security" />}[https://hakiri.io/github/saigkill/hoe-reek/master]
14
+
15
+ == Dependencies
16
+ dependency check :: {<img src="https://gemnasium.com/saigkill/hoe-reek.svg" alt="Dependency Status" />}[https://gemnasium.com/saigkill/hoe-reek]
17
+
18
+ == Documentation
19
+ documentation quality :: {<img src="http://inch-ci.org/github/saigkill/hoe-reek.svg?branch=master" alt="Documentation Quality" />}[http://inch-ci.org/github/saigkill/hoe-reek]
20
+
21
+ == Donations
22
+ donations :: {<img src="https://pledgie.com/campaigns/30306.png?skin_name=chrome" alt="Donations" />}[https://pledgie.com/campaigns/30306]
23
+ donations :: {<img src="https://saigkill.tuxfamily.org/dotclear/public/Amazon.png" alt="Donations" />}[http://www.amazon.de/registry/wishlist/D75HOEQ00BDD]
@@ -10,7 +10,7 @@
10
10
  # Main module for hoe-reek
11
11
  module Hoe::Reek
12
12
  # Versionizing the gem
13
- VERSION = '1.1.8'
13
+ VERSION = '1.2.0'.freeze
14
14
 
15
15
  #attr_accessor :reek
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-reek
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.8
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Manns
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-02-25 00:00:00.000000000 Z
12
+ date: 2017-10-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -17,42 +17,28 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: '1.13'
20
+ version: '1.15'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: '1.13'
27
+ version: '1.15'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: reek
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - "~>"
33
33
  - !ruby/object:Gem::Version
34
- version: '4.5'
34
+ version: '4.7'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - "~>"
40
40
  - !ruby/object:Gem::Version
41
- version: '4.5'
42
- - !ruby/object:Gem::Dependency
43
- name: hoe-highline
44
- requirement: !ruby/object:Gem::Requirement
45
- requirements:
46
- - - "~>"
47
- - !ruby/object:Gem::Version
48
- version: '0.2'
49
- type: :development
50
- prerelease: false
51
- version_requirements: !ruby/object:Gem::Requirement
52
- requirements:
53
- - - "~>"
54
- - !ruby/object:Gem::Version
55
- version: '0.2'
41
+ version: '4.7'
56
42
  - !ruby/object:Gem::Dependency
57
43
  name: coveralls
58
44
  requirement: !ruby/object:Gem::Requirement
@@ -124,7 +110,21 @@ dependencies:
124
110
  - !ruby/object:Gem::Version
125
111
  version: '1.6'
126
112
  - !ruby/object:Gem::Dependency
127
- name: hoe-rubygems
113
+ name: hoe-reek
114
+ requirement: !ruby/object:Gem::Requirement
115
+ requirements:
116
+ - - "~>"
117
+ - !ruby/object:Gem::Version
118
+ version: '1.1'
119
+ type: :development
120
+ prerelease: false
121
+ version_requirements: !ruby/object:Gem::Requirement
122
+ requirements:
123
+ - - "~>"
124
+ - !ruby/object:Gem::Version
125
+ version: '1.1'
126
+ - !ruby/object:Gem::Dependency
127
+ name: hoe-rubocop
128
128
  requirement: !ruby/object:Gem::Requirement
129
129
  requirements:
130
130
  - - "~>"
@@ -138,89 +138,89 @@ dependencies:
138
138
  - !ruby/object:Gem::Version
139
139
  version: '1.0'
140
140
  - !ruby/object:Gem::Dependency
141
- name: hoe-seattlerb
141
+ name: hoe-rubygems
142
142
  requirement: !ruby/object:Gem::Requirement
143
143
  requirements:
144
144
  - - "~>"
145
145
  - !ruby/object:Gem::Version
146
- version: '1.3'
146
+ version: '1.0'
147
147
  type: :development
148
148
  prerelease: false
149
149
  version_requirements: !ruby/object:Gem::Requirement
150
150
  requirements:
151
151
  - - "~>"
152
152
  - !ruby/object:Gem::Version
153
- version: '1.3'
153
+ version: '1.0'
154
154
  - !ruby/object:Gem::Dependency
155
- name: hoe-version
155
+ name: hoe-travis
156
156
  requirement: !ruby/object:Gem::Requirement
157
157
  requirements:
158
158
  - - "~>"
159
159
  - !ruby/object:Gem::Version
160
- version: '1.2'
160
+ version: '1.3'
161
161
  type: :development
162
162
  prerelease: false
163
163
  version_requirements: !ruby/object:Gem::Requirement
164
164
  requirements:
165
165
  - - "~>"
166
166
  - !ruby/object:Gem::Version
167
- version: '1.2'
167
+ version: '1.3'
168
168
  - !ruby/object:Gem::Dependency
169
- name: rake
169
+ name: hoe-version
170
170
  requirement: !ruby/object:Gem::Requirement
171
171
  requirements:
172
172
  - - "~>"
173
173
  - !ruby/object:Gem::Version
174
- version: '11.3'
174
+ version: '1.2'
175
175
  type: :development
176
176
  prerelease: false
177
177
  version_requirements: !ruby/object:Gem::Requirement
178
178
  requirements:
179
179
  - - "~>"
180
180
  - !ruby/object:Gem::Version
181
- version: '11.3'
181
+ version: '1.2'
182
182
  - !ruby/object:Gem::Dependency
183
- name: rspec
183
+ name: rake
184
184
  requirement: !ruby/object:Gem::Requirement
185
185
  requirements:
186
186
  - - "~>"
187
187
  - !ruby/object:Gem::Version
188
- version: '3.5'
188
+ version: '12.1'
189
189
  type: :development
190
190
  prerelease: false
191
191
  version_requirements: !ruby/object:Gem::Requirement
192
192
  requirements:
193
193
  - - "~>"
194
194
  - !ruby/object:Gem::Version
195
- version: '3.5'
195
+ version: '12.1'
196
196
  - !ruby/object:Gem::Dependency
197
- name: simplecov
197
+ name: rdoc
198
198
  requirement: !ruby/object:Gem::Requirement
199
199
  requirements:
200
200
  - - "~>"
201
201
  - !ruby/object:Gem::Version
202
- version: '0.12'
202
+ version: '5.1'
203
203
  type: :development
204
204
  prerelease: false
205
205
  version_requirements: !ruby/object:Gem::Requirement
206
206
  requirements:
207
207
  - - "~>"
208
208
  - !ruby/object:Gem::Version
209
- version: '0.12'
209
+ version: '5.1'
210
210
  - !ruby/object:Gem::Dependency
211
- name: rdoc
211
+ name: rspec
212
212
  requirement: !ruby/object:Gem::Requirement
213
213
  requirements:
214
214
  - - "~>"
215
215
  - !ruby/object:Gem::Version
216
- version: '4.0'
216
+ version: '3.7'
217
217
  type: :development
218
218
  prerelease: false
219
219
  version_requirements: !ruby/object:Gem::Requirement
220
220
  requirements:
221
221
  - - "~>"
222
222
  - !ruby/object:Gem::Version
223
- version: '4.0'
223
+ version: '3.7'
224
224
  - !ruby/object:Gem::Dependency
225
225
  name: hoe
226
226
  requirement: !ruby/object:Gem::Requirement
@@ -235,47 +235,45 @@ dependencies:
235
235
  - - "~>"
236
236
  - !ruby/object:Gem::Version
237
237
  version: '3.16'
238
- description: Tasks to integrate the reek code smell engine into your hoe projects.
239
- This project continues erics project (https://github.com/erikh/hoe-reek).
238
+ description: |-
239
+ Tasks to integrate the reek code smell engine into your hoe projects. This project continues erics project (https://github.com/erikh/hoe-reek).
240
+
241
+ The History.rdoc contains a detailed description on what has changed. For most
242
+ users the NEWS file might be a better place to look since it contains
243
+ change summaries between the different versions.
244
+
245
+ youtube_dlhelper is released under the GPL3 License, see the file 'License.rdoc'
246
+ for more information.
247
+
248
+ The official web site is:
249
+
250
+ https://launchpad.net/hoe-reek
240
251
  email:
241
252
  - Sascha.Manns@mailbox.org
242
253
  - erik@hollensbe.org
243
254
  executables: []
244
255
  extensions: []
245
256
  extra_rdoc_files:
246
- - CODE_OF_CONDUCT.md
247
- - CONTRIBUTING.md
248
257
  - History.rdoc
249
258
  - LICENSE.rdoc
250
- - MAINTENANCE.md
251
259
  - Manifest.txt
252
260
  - README.rdoc
261
+ - STATUS.rdoc
253
262
  files:
254
- - ".autotest"
255
- - ".codeclimate.yml"
256
- - ".coveralls.yml"
257
- - ".gemnasium.yml"
258
- - ".rspec"
259
- - ".rubocop.yml"
260
- - ".scrutinizer.yml"
261
- - ".travis.yml"
262
- - CODE_OF_CONDUCT.md
263
- - CONTRIBUTING.md
264
263
  - Gemfile
265
264
  - Gemfile.lock
266
265
  - History.rdoc
267
266
  - LICENSE.rdoc
268
- - MAINTENANCE.md
269
267
  - Manifest.txt
270
268
  - README.rdoc
271
269
  - Rakefile
272
- - config.reek
270
+ - STATUS.rdoc
273
271
  - lib/hoe/reek.rb
274
- homepage: http://saigkill.github.io
272
+ homepage: https://launchpad.net/hoe-reek
275
273
  licenses:
276
274
  - MIT
277
275
  metadata: {}
278
- post_install_message: 'Please file bugreports and feature requests on: https://github.com/saigkill/hoe-reek/issues'
276
+ post_install_message: 'Please file bugreports and feature requests on: https://bugs.launchpad.net/hoe-reek'
279
277
  rdoc_options:
280
278
  - "--main"
281
279
  - README.rdoc
@@ -293,7 +291,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
293
291
  version: '0'
294
292
  requirements: []
295
293
  rubyforge_project:
296
- rubygems_version: 2.6.6
294
+ rubygems_version: 2.6.13
297
295
  signing_key:
298
296
  specification_version: 4
299
297
  summary: Tasks to integrate the reek code smell engine into your hoe projects