hoe-manns 2.1.2 → 2.1.8
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/CHANGELOG.md +165 -0
- data/CONTRIBUTING.md +33 -0
- data/LICENSE.md +637 -0
- data/MAINTENANCE.md +19 -0
- data/README.md +89 -0
- data/lib/hoe/manns-methods.rb +71 -71
- data/lib/hoe/manns.rb +104 -106
- data/lib/hoe/version.rb +35 -0
- data/spec/manns_spec.rb +37 -41
- data/spec/spec_helper.rb +21 -4
- metadata +83 -62
- data/Gemfile +0 -17
- data/Gemfile.lock +0 -46
- data/History.rdoc +0 -205
- data/LICENSE.rdoc +0 -619
- data/Manifest.txt +0 -12
- data/NEWS +0 -264
- data/README.rdoc +0 -106
- data/Rakefile +0 -64
data/Manifest.txt
DELETED
data/NEWS
DELETED
@@ -1,264 +0,0 @@
|
|
1
|
-
===============================================================================
|
2
|
-
hoe-manns 2.1.2 - 2018-04-13
|
3
|
-
===============================================================================
|
4
|
-
|
5
|
-
hoe-manns 2.1.2 is the culmination of one days' work by 1 developer.
|
6
|
-
|
7
|
-
New Features:
|
8
|
-
|
9
|
-
* Nothing yet
|
10
|
-
|
11
|
-
Enhancements:
|
12
|
-
|
13
|
-
* Nothing yet
|
14
|
-
|
15
|
-
Notable Bugs Fixed:
|
16
|
-
|
17
|
-
* Nothing yet
|
18
|
-
* Just updated documents and projects url
|
19
|
-
|
20
|
-
|
21
|
-
===============================================================================
|
22
|
-
SOURCES / PACKAGES
|
23
|
-
===============================================================================
|
24
|
-
|
25
|
-
Sources
|
26
|
-
-------
|
27
|
-
|
28
|
-
* hoe-manns 2.1.2 Tarballs:
|
29
|
-
https://launchpad.net/hoe-manns/2.x/2.1.2/+download/hoe-manns-2.1.2.tar.xz
|
30
|
-
|
31
|
-
Packages
|
32
|
-
--------
|
33
|
-
|
34
|
-
Download and installation information is available here:
|
35
|
-
|
36
|
-
* http://saigkill.tuxfamily.org/documentation/hoe-manns/
|
37
|
-
|
38
|
-
Gems:
|
39
|
-
|
40
|
-
* https://rubygems.org/gems/hoe-manns
|
41
|
-
|
42
|
-
===============================================================================
|
43
|
-
REPORT BUGS - HELP THE PROJECT - GROW THE COMMUNITY
|
44
|
-
===============================================================================
|
45
|
-
|
46
|
-
If you encounter any bad behavior with this release, please do not
|
47
|
-
hesitate to file bugs!
|
48
|
-
|
49
|
-
* https://smanns.myjetbrains.com/youtrack
|
50
|
-
|
51
|
-
|
52
|
-
===============================================================================
|
53
|
-
VALUED HOE-MANNS CONTRIBUTORS
|
54
|
-
===============================================================================
|
55
|
-
|
56
|
-
Contributors For This Release
|
57
|
-
-----------------------------
|
58
|
-
|
59
|
-
The following people directly contributed to the release of this version
|
60
|
-
of hoe-manns. Without their help, there would be no release!
|
61
|
-
|
62
|
-
Sascha Manns
|
63
|
-
|
64
|
-
|
65
|
-
===============================================================================
|
66
|
-
hoe-manns 2.1.1 - 2017-11-06
|
67
|
-
===============================================================================
|
68
|
-
|
69
|
-
hoe-manns 2.1.1 is the culmination of one days' work by 1 developer.
|
70
|
-
|
71
|
-
New Features:
|
72
|
-
|
73
|
-
* Nothing yet
|
74
|
-
|
75
|
-
Enhancements:
|
76
|
-
|
77
|
-
* Nothing yet
|
78
|
-
|
79
|
-
Notable Bugs Fixed:
|
80
|
-
|
81
|
-
* Updated reek dependency
|
82
|
-
|
83
|
-
|
84
|
-
===============================================================================
|
85
|
-
SOURCES / PACKAGES
|
86
|
-
===============================================================================
|
87
|
-
|
88
|
-
Sources
|
89
|
-
-------
|
90
|
-
|
91
|
-
* hoe-manns 2.1.1 Tarballs:
|
92
|
-
https://launchpad.net/hoe-manns/2.x/2.1.1/+download/hoe-manns-2.1.1.tar.xz
|
93
|
-
|
94
|
-
Packages
|
95
|
-
--------
|
96
|
-
|
97
|
-
Download and installation information is available here:
|
98
|
-
|
99
|
-
* https://saigkill.github.io/hoe-manns/about/
|
100
|
-
|
101
|
-
Gems:
|
102
|
-
|
103
|
-
* https://rubygems.org/gems/hoe-manns
|
104
|
-
|
105
|
-
===============================================================================
|
106
|
-
REPORT BUGS - HELP THE PROJECT - GROW THE COMMUNITY
|
107
|
-
===============================================================================
|
108
|
-
|
109
|
-
If you encounter any bad behavior with this release, please do not
|
110
|
-
hesitate to file bugs!
|
111
|
-
|
112
|
-
* https://bugs.launchpad.net/hoe-manns
|
113
|
-
|
114
|
-
|
115
|
-
===============================================================================
|
116
|
-
VALUED HOE-MANNS CONTRIBUTORS
|
117
|
-
===============================================================================
|
118
|
-
|
119
|
-
Contributors For This Release
|
120
|
-
-----------------------------
|
121
|
-
|
122
|
-
The following people directly contributed to the release of this version
|
123
|
-
of hoe-manns. Without their help, there would be no release!
|
124
|
-
|
125
|
-
Sascha Manns
|
126
|
-
|
127
|
-
===============================================================================
|
128
|
-
hoe-manns 2.1.0 - 2017-10-24
|
129
|
-
===============================================================================
|
130
|
-
|
131
|
-
hoe-manns 2.1.0 is the culmination of two days' work by 1 developer.
|
132
|
-
|
133
|
-
New Features:
|
134
|
-
|
135
|
-
* Handling
|
136
|
-
|
137
|
-
run
|
138
|
-
|
139
|
-
|
140
|
-
Enhancements:
|
141
|
-
|
142
|
-
* Nothing yet
|
143
|
-
|
144
|
-
|
145
|
-
Notable Bugs Fixed:
|
146
|
-
|
147
|
-
* HM-9: Split module into two seperate modules
|
148
|
-
* HM-10: Remove run_after_release
|
149
|
-
* HM-11: Remove system('git add recipes/recipe.rb') if File.exist?('recipes/recipe.rb')
|
150
|
-
|
151
|
-
|
152
|
-
===============================================================================
|
153
|
-
SOURCES / PACKAGES
|
154
|
-
===============================================================================
|
155
|
-
|
156
|
-
Sources
|
157
|
-
-------
|
158
|
-
|
159
|
-
* hoe-manns 2.1.0 Tarballs:
|
160
|
-
https://launchpad.net/hoe-manns/2.x/2.1.0/+download/hoe-manns-2.1.0.tar.xz
|
161
|
-
|
162
|
-
Packages
|
163
|
-
--------
|
164
|
-
|
165
|
-
Download and installation information is available here:
|
166
|
-
|
167
|
-
* https://saigkill.github.io/hoe-manns/about/
|
168
|
-
|
169
|
-
Gems:
|
170
|
-
|
171
|
-
* https://rubygems.org/gems/hoe-manns
|
172
|
-
|
173
|
-
===============================================================================
|
174
|
-
REPORT BUGS - HELP THE PROJECT - GROW THE COMMUNITY
|
175
|
-
===============================================================================
|
176
|
-
|
177
|
-
If you encounter any bad behavior with this release, please do not
|
178
|
-
hesitate to file bugs!
|
179
|
-
|
180
|
-
* https://bugs.launchpad.net/hoe-manns
|
181
|
-
|
182
|
-
|
183
|
-
===============================================================================
|
184
|
-
VALUED HOE-MANNS CONTRIBUTORS
|
185
|
-
===============================================================================
|
186
|
-
|
187
|
-
Contributors For This Release
|
188
|
-
-----------------------------
|
189
|
-
|
190
|
-
The following people directly contributed to the release of this version
|
191
|
-
of hoe-manns. Without their help, there would be no release!
|
192
|
-
|
193
|
-
Sascha Manns
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
===============================================================================
|
198
|
-
hoe-manns 2.0.0 - 2017-10-19
|
199
|
-
===============================================================================
|
200
|
-
|
201
|
-
hoe 2.0.0 is the culmination of a days' work by 1 developer.
|
202
|
-
|
203
|
-
New Features:
|
204
|
-
|
205
|
-
* Handling
|
206
|
-
|
207
|
-
run_before_release changed. The trigger for update_workspace are
|
208
|
-
removed. It was written before i knew 'git -a' ;-) Also the method
|
209
|
-
for running the manuals was dropped.
|
210
|
-
|
211
|
-
|
212
|
-
Enhancements:
|
213
|
-
|
214
|
-
* Nothing yet
|
215
|
-
|
216
|
-
|
217
|
-
Notable Bugs Fixed:
|
218
|
-
|
219
|
-
* HM-7: Changed license from MIT to GPL-3
|
220
|
-
|
221
|
-
|
222
|
-
===============================================================================
|
223
|
-
SOURCES / PACKAGES
|
224
|
-
===============================================================================
|
225
|
-
|
226
|
-
Sources
|
227
|
-
-------
|
228
|
-
|
229
|
-
* hoe-manns 2.0.0 Tarballs:
|
230
|
-
https://launchpad.net/hoe-manns/2.x/2.0.0/+download/hoe-manns-2.0.0.tar.xz
|
231
|
-
|
232
|
-
Packages
|
233
|
-
--------
|
234
|
-
|
235
|
-
Download and installation information is available here:
|
236
|
-
|
237
|
-
* https://saigkill.github.io/hoe-manns/userdocs/en/
|
238
|
-
|
239
|
-
Gems:
|
240
|
-
|
241
|
-
* https://rubygems.org/gems/hoe-manns
|
242
|
-
|
243
|
-
===============================================================================
|
244
|
-
REPORT BUGS - HELP THE PROJECT - GROW THE COMMUNITY
|
245
|
-
===============================================================================
|
246
|
-
|
247
|
-
If you encounter any bad behavior with this release, please do not
|
248
|
-
hesitate to file bugs!
|
249
|
-
|
250
|
-
* https://bugs.launchpad.net/hoe-manns
|
251
|
-
|
252
|
-
|
253
|
-
===============================================================================
|
254
|
-
VALUED HOE-MANNS CONTRIBUTORS
|
255
|
-
===============================================================================
|
256
|
-
|
257
|
-
Contributors For This Release
|
258
|
-
-----------------------------
|
259
|
-
|
260
|
-
The following people directly contributed to the release of this version
|
261
|
-
of hoe-manns. Without their help, there would be no release!
|
262
|
-
|
263
|
-
Sascha Manns
|
264
|
-
|
data/README.rdoc
DELETED
@@ -1,106 +0,0 @@
|
|
1
|
-
= hoe-manns
|
2
|
-
|
3
|
-
code :: https://github.com/saigkill/hoe-manns
|
4
|
-
rdoc :: http://www.rubydoc.info/gems/hoe-manns
|
5
|
-
docs :: http://saigkill.tuxfamily.org/documentation/hoe-manns/
|
6
|
-
bugs & feature requests:: https://github.com/saigkill/hoe-manns/issues
|
7
|
-
mailing list :: https://groups.google.com/forum/#!forum/saigkills-hoe-plugins
|
8
|
-
openhub statistics :: https://www.openhub.net/p/hoe-manns
|
9
|
-
authors blog :: https://saigkill.tuxfamily.org
|
10
|
-
min_rubyver :: 2.3.0
|
11
|
-
|
12
|
-
last public version :: {<img src="https://badge.fury.io/rb/hoe-manns.png" alt="Last Version" />}[http://rubygems.org/gems/hoe-manns]
|
13
|
-
downloads latest :: {<img src="https://img.shields.io/gem/dtv/hoe-manns.svg" alt="Downloads latest version" />}[http://rubygems.org/gems/hoe-manns]
|
14
|
-
downloads all :: {<img src="https://img.shields.io/gem/dt/hoe-manns.svg" alt="Downloads all versions" />}[http://rubygems.org/gems/hoe-manns]
|
15
|
-
continuous integration :: {<img src="https://travis-ci.org/saigkill/hoe-manns.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/saigkill/hoe-manns]
|
16
|
-
continuous integration :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-manns/badges/build.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-manns/build-status/master]
|
17
|
-
code quality :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-manns/badges/quality-score.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-manns/]
|
18
|
-
code quality :: {<img src="https://api.codeclimate.com/v1/badges/009b795034d7c698c74f/maintainability" />}[https://codeclimate.com/github/saigkill/hoe-manns/maintainability]
|
19
|
-
code quality :: {<img src="https://api.codacy.com/project/badge/Grade/bfa993bdac4b46efa6e102daf97ca311" alt="Codacy code quality" />}[https://www.codacy.com/app/saigkill_2/hoe-manns?utm_source=github.com&utm_medium=referral&utm_content=saigkill/hoe-manns&utm_campaign=Badge_Grade]
|
20
|
-
security :: {<img src="https://hakiri.io/github/saigkill/hoe-manns/master.svg" alt="security" />}[https://hakiri.io/github/saigkill/hoe-manns/master/shield]
|
21
|
-
test coverage :: {<img src="https://coveralls.io/repos/github/saigkill/hoe-manns/badge.svg?branch=master" alt="Test Coverage" />}[https://coveralls.io/github/saigkill/hoe-manns]
|
22
|
-
dependency check :: {<img src="https://gemnasium.com/badges/github.com/saigkill/hoe-manns.svg" alt="Dependency Status" />}[https://gemnasium.com/github.com/saigkill/hoe-manns]
|
23
|
-
documentation quality :: {<img src="https://inch-ci.org/github/saigkill/hoe-manns.svg?branch=master" alt="Documentation Quality" />}[https://inch-ci.org/github/saigkill/hoe-manns]
|
24
|
-
donations :: http://saigkill.tuxfamily.org/wordpress/campaigns/hoe-manns/
|
25
|
-
|
26
|
-
== DESCRIPTION:
|
27
|
-
|
28
|
-
hoe-manns is a small collection of my personal used rake tasks for using with hoe. Actually it includes that tasks:
|
29
|
-
|
30
|
-
* bundler:gemfile_lock
|
31
|
-
* bundle_audit:*
|
32
|
-
* clean_pkg
|
33
|
-
* copy_master
|
34
|
-
* remove_pre_gemspec
|
35
|
-
* run_before_release
|
36
|
-
* run_after_release
|
37
|
-
|
38
|
-
The History.rdoc contains a detailed description of what has changed. For most
|
39
|
-
users the NEWS file might be a better place to look since it contains
|
40
|
-
change summaries between the different versions.
|
41
|
-
|
42
|
-
hoe-manns is released under the GPL3 License, see the file 'LICENSE.rdoc'
|
43
|
-
for more information.
|
44
|
-
|
45
|
-
The official website is:
|
46
|
-
|
47
|
-
http://saigkill.tuxfamily.org/wordpress
|
48
|
-
|
49
|
-
== FEATURES:
|
50
|
-
|
51
|
-
* Updates the Gemfile.lock
|
52
|
-
* Removes the old *.gemspec created in test cases
|
53
|
-
* copies your manuals to your docpath.
|
54
|
-
* runs the rake tasks before release: git:manifest, bundler:gemfile, update_gemfile_lock, remove_pre_gemspec,
|
55
|
-
bundler_audit:run and copy_mirror.
|
56
|
-
* runs after release: send_email.
|
57
|
-
* Cleans up the pkg dir
|
58
|
-
* provides bundler_audit tasks
|
59
|
-
|
60
|
-
This Gem was programmed and tested on Linux systems. If anyone would like to make the methods also fit for other OS,
|
61
|
-
I'm happy about Pull requests.
|
62
|
-
|
63
|
-
== REQUIREMENTS:
|
64
|
-
|
65
|
-
* rake
|
66
|
-
* hoe
|
67
|
-
* bundler-audit
|
68
|
-
|
69
|
-
== INSTALL:
|
70
|
-
|
71
|
-
The installation is very easy.
|
72
|
-
|
73
|
-
gem install hoe-manns
|
74
|
-
|
75
|
-
== SYNOPSIS:
|
76
|
-
|
77
|
-
Use in your Rakefile:
|
78
|
-
|
79
|
-
Hoe.plugin :manns
|
80
|
-
|
81
|
-
Hoe.spec 'your project' do
|
82
|
-
...
|
83
|
-
end
|
84
|
-
|
85
|
-
Also add hoe-manns to your requirements and recreate your Gemfile.
|
86
|
-
|
87
|
-
|
88
|
-
== DEVELOPERS:
|
89
|
-
|
90
|
-
After checking out the source, run:
|
91
|
-
|
92
|
-
$ rake newb
|
93
|
-
|
94
|
-
This task will install any missing dependencies, run the tests/specs,
|
95
|
-
and generate the RDoc.
|
96
|
-
Also you can read the DEVELOPING.md and CONTRIBUTING.md for more information.
|
97
|
-
|
98
|
-
=== IDEAS:
|
99
|
-
|
100
|
-
* Add ideas on: https://github.com/saigkill/hoe-manns/issues
|
101
|
-
|
102
|
-
|
103
|
-
== PROBLEM REPORTING:
|
104
|
-
|
105
|
-
Bugs should be reported to https://bugs.launchpad.net/hoe-manns. You will need to create an
|
106
|
-
account for yourself.
|
data/Rakefile
DELETED
@@ -1,64 +0,0 @@
|
|
1
|
-
# -*- ruby -*-
|
2
|
-
# Copyright (C) 2013-2018 Sascha Manns <Sascha.Manns@mailbox.org>
|
3
|
-
# Release:
|
4
|
-
# Pre-release:
|
5
|
-
#* update docs
|
6
|
-
#* Update copyright years if needed, in the following paths:
|
7
|
-
# + lib/*
|
8
|
-
#* Check version in lib/hoe-manns.rb
|
9
|
-
#* Update History.rdoc & NEWS
|
10
|
-
#* git:manifest
|
11
|
-
#* bundler:gemfile
|
12
|
-
#* bundler:gemfile_lock
|
13
|
-
#* bundle_audit:run
|
14
|
-
#* git -a -m "Anything"
|
15
|
-
#* git tag x.x.x
|
16
|
-
|
17
|
-
# Release:
|
18
|
-
#* Create Release in Github
|
19
|
-
#* rake release
|
20
|
-
#* send_email
|
21
|
-
#* clean_pkg
|
22
|
-
|
23
|
-
# Post-release:
|
24
|
-
#* Bump version
|
25
|
-
#* Add new Milestone on Github
|
26
|
-
|
27
|
-
# Dependencies
|
28
|
-
require 'rubygems'
|
29
|
-
require 'hoe'
|
30
|
-
|
31
|
-
Hoe.plugin :bundler
|
32
|
-
Hoe.plugin :rdoc
|
33
|
-
Hoe.plugin :rubygems
|
34
|
-
Hoe.plugin :version
|
35
|
-
|
36
|
-
|
37
|
-
###########################################DEVELOPING ZONE##############################################################
|
38
|
-
# rubocop:disable Metrics/LineLength
|
39
|
-
Hoe.spec 'hoe-manns' do
|
40
|
-
developer('Sascha Manns', 'Sascha.Manns@mailbox.org')
|
41
|
-
license 'GPL-3.0' # this should match the license in the README
|
42
|
-
require_ruby_version '>= 2.2.0'
|
43
|
-
|
44
|
-
dependency 'rainbow', '~> 3.0'
|
45
|
-
dependency 'bundler-audit', '~> 0.6'
|
46
|
-
|
47
|
-
extra_dev_deps << ['hoe-bundler', '~> 1.3']
|
48
|
-
extra_dev_deps << ['hoe-rubygems', '~> 1.0']
|
49
|
-
extra_dev_deps << ['hoe-version', '~> 1.2']
|
50
|
-
extra_dev_deps << ['rdoc', '~> 5.1']
|
51
|
-
extra_dev_deps << ['rspec', '~> 3.7']
|
52
|
-
|
53
|
-
self.history_file = 'History.rdoc'
|
54
|
-
self.readme_file = 'README.rdoc'
|
55
|
-
self.extra_rdoc_files = FileList['*.rdoc'].to_a
|
56
|
-
self.post_install_message = 'Please file bugreports on: https://github.com/saigkill/hoe-manns/issues'
|
57
|
-
end
|
58
|
-
|
59
|
-
##################################################SETUP ZONE############################################################
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
# vim: syntax=ruby
|
64
|
-
|