hoe-manns 2.1.1 → 2.1.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 +5 -5
- data/Gemfile +17 -26
- data/Gemfile.lock +46 -123
- data/History.rdoc +205 -199
- data/LICENSE.rdoc +618 -618
- data/Manifest.txt +12 -12
- data/NEWS +264 -200
- data/README.rdoc +106 -172
- data/Rakefile +64 -56
- data/lib/hoe/manns-methods.rb +71 -71
- data/lib/hoe/manns.rb +106 -106
- data/spec/manns_spec.rb +41 -41
- data/spec/spec_helper.rb +4 -4
- metadata +13 -141
- data/STATUS.rdoc +0 -30
data/Manifest.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
Gemfile
|
2
|
-
Gemfile.lock
|
3
|
-
History.rdoc
|
4
|
-
LICENSE.rdoc
|
5
|
-
Manifest.txt
|
6
|
-
README.rdoc
|
7
|
-
Rakefile
|
8
|
-
NEWS
|
9
|
-
lib/hoe/manns.rb
|
10
|
-
lib/hoe/manns-methods.rb
|
11
|
-
spec/manns_spec.rb
|
12
|
-
spec/spec_helper.rb
|
1
|
+
Gemfile
|
2
|
+
Gemfile.lock
|
3
|
+
History.rdoc
|
4
|
+
LICENSE.rdoc
|
5
|
+
Manifest.txt
|
6
|
+
README.rdoc
|
7
|
+
Rakefile
|
8
|
+
NEWS
|
9
|
+
lib/hoe/manns.rb
|
10
|
+
lib/hoe/manns-methods.rb
|
11
|
+
spec/manns_spec.rb
|
12
|
+
spec/spec_helper.rb
|
data/NEWS
CHANGED
@@ -1,200 +1,264 @@
|
|
1
|
-
===============================================================================
|
2
|
-
hoe-manns 2.1.
|
3
|
-
===============================================================================
|
4
|
-
|
5
|
-
hoe-manns 2.1.
|
6
|
-
|
7
|
-
New Features:
|
8
|
-
|
9
|
-
* Nothing yet
|
10
|
-
|
11
|
-
Enhancements:
|
12
|
-
|
13
|
-
* Nothing yet
|
14
|
-
|
15
|
-
Notable Bugs Fixed:
|
16
|
-
|
17
|
-
*
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
===============================================================================
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
* https://
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
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
|
+
|