hoe-reek 1.2.1 → 1.2.2
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/Gemfile +0 -2
- data/Gemfile.lock +1 -20
- data/History.rdoc +6 -0
- data/NEWS +64 -0
- data/README.rdoc +1 -1
- data/Rakefile +1 -5
- data/STATUS.rdoc +1 -1
- data/lib/hoe/reek.rb +1 -1
- metadata +4 -32
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7df8c1e6ae0fa7391cb4e635abc560b12626d443
|
|
4
|
+
data.tar.gz: 68e456772eca560601f7e1ae839743e2c7cfa1f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b6533656181177fbf2c7e0393c34945081a8dd8f959d57aca808088553f218679ec80e49439aa0c3820518682a1b6cf51e3ef76d1551aa1c59f645c9447b736
|
|
7
|
+
data.tar.gz: 6795d436cae7becf5a74cc169d93aefb3ef22c0d621210f728e4cfa0c219e77befc4d9cf2e04bc7b7f0ad939f850d14e10e47ba0dc8ac72c13b31301e983c30c
|
data/Gemfile
CHANGED
|
@@ -12,8 +12,6 @@ gem "hoe-bundler", "~>1.3", :group => [:development, :test]
|
|
|
12
12
|
gem "hoe-doofus", "~>1.0", :group => [:development, :test]
|
|
13
13
|
gem "hoe-git", "~>1.6", :group => [:development, :test]
|
|
14
14
|
gem "hoe-manns", "~>1.6", :group => [:development, :test]
|
|
15
|
-
gem "hoe-reek", "~>1.1", :group => [:development, :test]
|
|
16
|
-
gem "hoe-rubocop", "~>1.0", :group => [:development, :test]
|
|
17
15
|
gem "hoe-rubygems", "~>1.0", :group => [:development, :test]
|
|
18
16
|
gem "hoe-travis", "~>1.3", :group => [:development, :test]
|
|
19
17
|
gem "hoe-version", "~>1.2", :group => [:development, :test]
|
data/Gemfile.lock
CHANGED
|
@@ -34,28 +34,20 @@ GEM
|
|
|
34
34
|
bundler-audit (~> 0.5)
|
|
35
35
|
parseconfig (~> 1.0)
|
|
36
36
|
rainbow (~> 2.2)
|
|
37
|
-
hoe-reek (1.2.0)
|
|
38
|
-
bundler (~> 1.15)
|
|
39
|
-
reek (~> 4.7)
|
|
40
|
-
hoe-rubocop (1.0.8)
|
|
41
|
-
bundler (~> 1.14)
|
|
42
|
-
rubocop (~> 0.47)
|
|
43
37
|
hoe-rubygems (1.0.0)
|
|
44
38
|
hoe-travis (1.3.1)
|
|
45
39
|
hoe (~> 3.0)
|
|
46
40
|
hoe-version (1.2.0)
|
|
47
41
|
ice_nine (0.11.2)
|
|
48
42
|
json (2.1.0)
|
|
49
|
-
parallel (1.12.0)
|
|
50
43
|
parseconfig (1.0.8)
|
|
51
44
|
parser (2.4.0.0)
|
|
52
45
|
ast (~> 2.2)
|
|
53
|
-
powerpack (0.1.1)
|
|
54
46
|
rainbow (2.2.2)
|
|
55
47
|
rake
|
|
56
48
|
rake (12.2.1)
|
|
57
49
|
rdoc (5.1.0)
|
|
58
|
-
reek (4.7.
|
|
50
|
+
reek (4.7.3)
|
|
59
51
|
codeclimate-engine-rb (~> 0.4.0)
|
|
60
52
|
parser (>= 2.4.0.0, < 2.5)
|
|
61
53
|
rainbow (~> 2.0)
|
|
@@ -72,14 +64,6 @@ GEM
|
|
|
72
64
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
73
65
|
rspec-support (~> 3.7.0)
|
|
74
66
|
rspec-support (3.7.0)
|
|
75
|
-
rubocop (0.51.0)
|
|
76
|
-
parallel (~> 1.10)
|
|
77
|
-
parser (>= 2.3.3.1, < 3.0)
|
|
78
|
-
powerpack (~> 0.1)
|
|
79
|
-
rainbow (>= 2.2.2, < 3.0)
|
|
80
|
-
ruby-progressbar (~> 1.7)
|
|
81
|
-
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
82
|
-
ruby-progressbar (1.9.0)
|
|
83
67
|
simplecov (0.14.1)
|
|
84
68
|
docile (~> 1.1.0)
|
|
85
69
|
json (>= 1.8, < 3)
|
|
@@ -90,7 +74,6 @@ GEM
|
|
|
90
74
|
thor (0.19.4)
|
|
91
75
|
thread_safe (0.3.6)
|
|
92
76
|
tins (1.15.0)
|
|
93
|
-
unicode-display_width (1.3.0)
|
|
94
77
|
virtus (1.0.5)
|
|
95
78
|
axiom-types (~> 0.1)
|
|
96
79
|
coercible (~> 1.0)
|
|
@@ -108,8 +91,6 @@ DEPENDENCIES
|
|
|
108
91
|
hoe-doofus (~> 1.0)
|
|
109
92
|
hoe-git (~> 1.6)
|
|
110
93
|
hoe-manns (~> 1.6)
|
|
111
|
-
hoe-reek (~> 1.1)
|
|
112
|
-
hoe-rubocop (~> 1.0)
|
|
113
94
|
hoe-rubygems (~> 1.0)
|
|
114
95
|
hoe-travis (~> 1.3)
|
|
115
96
|
hoe-version (~> 1.2)
|
data/History.rdoc
CHANGED
data/NEWS
CHANGED
|
@@ -1,3 +1,67 @@
|
|
|
1
|
+
===============================================================================
|
|
2
|
+
hoe-reek 1.2.2 - 2017-11-06
|
|
3
|
+
===============================================================================
|
|
4
|
+
|
|
5
|
+
hoe-reek 1.2.2 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
|
+
* Updated dependency (reek)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
===============================================================================
|
|
23
|
+
SOURCES / PACKAGES
|
|
24
|
+
===============================================================================
|
|
25
|
+
|
|
26
|
+
Sources
|
|
27
|
+
-------
|
|
28
|
+
|
|
29
|
+
* hoe-reek 1.2.2 Tarballs:
|
|
30
|
+
https://launchpad.net/hoe-reek/1.x/1.2.2/+download/hoe-reek-1.2.2.tar.xz
|
|
31
|
+
|
|
32
|
+
Packages
|
|
33
|
+
--------
|
|
34
|
+
|
|
35
|
+
Download and installation information is available here:
|
|
36
|
+
|
|
37
|
+
* https://saigkill.github.io/hoe-reek/about/
|
|
38
|
+
|
|
39
|
+
Gems:
|
|
40
|
+
|
|
41
|
+
* https://rubygems.org/gems/hoe-reek
|
|
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-reek
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
===============================================================================
|
|
54
|
+
VALUED HOE-REEK 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-reek. Without their help, there would be no release!
|
|
62
|
+
|
|
63
|
+
Sascha Manns
|
|
64
|
+
|
|
1
65
|
===============================================================================
|
|
2
66
|
hoe-reek 1.2.1 - 2017-11-03
|
|
3
67
|
===============================================================================
|
data/README.rdoc
CHANGED
|
@@ -21,7 +21,7 @@ The History.rdoc contains a detailed description on what has changed. For most
|
|
|
21
21
|
users the NEWS file might be a better place to look since it contains
|
|
22
22
|
change summaries between the different versions.
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
hoe-reek is released under the GPL3 License, see the file 'License.rdoc'
|
|
25
25
|
for more information.
|
|
26
26
|
|
|
27
27
|
The official web site is:
|
data/Rakefile
CHANGED
|
@@ -10,8 +10,6 @@ Hoe.plugin :doofus
|
|
|
10
10
|
#Hoe.plugin :git
|
|
11
11
|
Hoe.plugin :manns
|
|
12
12
|
Hoe.plugin :rdoc
|
|
13
|
-
Hoe.plugin :reek
|
|
14
|
-
Hoe.plugin :rubocop
|
|
15
13
|
Hoe.plugin :rubygems
|
|
16
14
|
Hoe.plugin :travis
|
|
17
15
|
Hoe.plugin :version
|
|
@@ -23,7 +21,7 @@ Hoe.spec 'hoe-reek' do
|
|
|
23
21
|
developer('Sascha Manns', 'Sascha.Manns@mailbox.org')
|
|
24
22
|
developer('Erik Hollensbe', 'erik@hollensbe.org')
|
|
25
23
|
|
|
26
|
-
license '
|
|
24
|
+
license 'GPL-3.0' # this should match the license in the README
|
|
27
25
|
require_ruby_version '>= 2.2.0'
|
|
28
26
|
|
|
29
27
|
self.history_file = 'History.rdoc'
|
|
@@ -39,8 +37,6 @@ Hoe.spec 'hoe-reek' do
|
|
|
39
37
|
extra_dev_deps << ['hoe-doofus', '~> 1.0']
|
|
40
38
|
extra_dev_deps << ['hoe-git', '~> 1.6']
|
|
41
39
|
extra_dev_deps << ['hoe-manns', '~> 1.6']
|
|
42
|
-
extra_dev_deps << ['hoe-reek', '~> 1.1']
|
|
43
|
-
extra_dev_deps << ['hoe-rubocop', '~> 1.0']
|
|
44
40
|
extra_dev_deps << ['hoe-rubygems', '~> 1.0']
|
|
45
41
|
extra_dev_deps << ['hoe-travis', '~> 1.3']
|
|
46
42
|
extra_dev_deps << ['hoe-version', '~> 1.2']
|
data/STATUS.rdoc
CHANGED
|
@@ -7,7 +7,7 @@ downloads all :: {<img src="https://img.shields.io/gem/dt/hoe-reek.svg" alt="Dow
|
|
|
7
7
|
|
|
8
8
|
== Code Review
|
|
9
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://
|
|
10
|
+
code quality :: {<img src="https://api.codeclimate.com/v1/badges/47c41b9c432372b426a2/maintainability" alt="Code Quality" />}[https://codeclimate.com/github/saigkill/hoe-reek/maintainability]
|
|
11
11
|
|
|
12
12
|
== Security
|
|
13
13
|
security :: {<img src="https://hakiri.io/github/saigkill/hoe-reek/master.svg" alt="security" />}[https://hakiri.io/github/saigkill/hoe-reek/master]
|
data/lib/hoe/reek.rb
CHANGED
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.2.
|
|
4
|
+
version: 1.2.2
|
|
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-11-
|
|
12
|
+
date: 2017-11-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -109,34 +109,6 @@ dependencies:
|
|
|
109
109
|
- - "~>"
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
111
|
version: '1.6'
|
|
112
|
-
- !ruby/object:Gem::Dependency
|
|
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
|
-
requirement: !ruby/object:Gem::Requirement
|
|
129
|
-
requirements:
|
|
130
|
-
- - "~>"
|
|
131
|
-
- !ruby/object:Gem::Version
|
|
132
|
-
version: '1.0'
|
|
133
|
-
type: :development
|
|
134
|
-
prerelease: false
|
|
135
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
136
|
-
requirements:
|
|
137
|
-
- - "~>"
|
|
138
|
-
- !ruby/object:Gem::Version
|
|
139
|
-
version: '1.0'
|
|
140
112
|
- !ruby/object:Gem::Dependency
|
|
141
113
|
name: hoe-rubygems
|
|
142
114
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -242,7 +214,7 @@ description: |-
|
|
|
242
214
|
users the NEWS file might be a better place to look since it contains
|
|
243
215
|
change summaries between the different versions.
|
|
244
216
|
|
|
245
|
-
|
|
217
|
+
hoe-reek is released under the GPL3 License, see the file 'License.rdoc'
|
|
246
218
|
for more information.
|
|
247
219
|
|
|
248
220
|
The official web site is:
|
|
@@ -272,7 +244,7 @@ files:
|
|
|
272
244
|
- lib/hoe/reek.rb
|
|
273
245
|
homepage: https://launchpad.net/hoe-reek
|
|
274
246
|
licenses:
|
|
275
|
-
-
|
|
247
|
+
- GPL-3.0
|
|
276
248
|
metadata: {}
|
|
277
249
|
post_install_message: 'Please file bugreports and feature requests on: https://bugs.launchpad.net/hoe-reek'
|
|
278
250
|
rdoc_options:
|