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.
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.1 - 2017-11-06
3
- ===============================================================================
4
-
5
- hoe-manns 2.1.1 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
- * Updated reek dependency
18
-
19
-
20
- ===============================================================================
21
- SOURCES / PACKAGES
22
- ===============================================================================
23
-
24
- Sources
25
- -------
26
-
27
- * hoe-manns 2.1.1 Tarballs:
28
- https://launchpad.net/hoe-manns/2.x/2.1.1/+download/hoe-manns-2.1.1.tar.xz
29
-
30
- Packages
31
- --------
32
-
33
- Download and installation information is available here:
34
-
35
- * https://saigkill.github.io/hoe-manns/about/
36
-
37
- Gems:
38
-
39
- * https://rubygems.org/gems/hoe-manns
40
-
41
- ===============================================================================
42
- REPORT BUGS - HELP THE PROJECT - GROW THE COMMUNITY
43
- ===============================================================================
44
-
45
- If you encounter any bad behavior with this release, please do not
46
- hesitate to file bugs!
47
-
48
- * https://bugs.launchpad.net/hoe-manns
49
-
50
-
51
- ===============================================================================
52
- VALUED HOE-MANNS CONTRIBUTORS
53
- ===============================================================================
54
-
55
- Contributors For This Release
56
- -----------------------------
57
-
58
- The following people directly contributed to the release of this version
59
- of hoe-manns. Without their help, there would be no release!
60
-
61
- Sascha Manns
62
-
63
- ===============================================================================
64
- hoe-manns 2.1.0 - 2017-10-24
65
- ===============================================================================
66
-
67
- hoe-manns 2.1.0 is the culmination of two days' work by 1 developer.
68
-
69
- New Features:
70
-
71
- * Handling
72
-
73
- run
74
-
75
-
76
- Enhancements:
77
-
78
- * Nothing yet
79
-
80
-
81
- Notable Bugs Fixed:
82
-
83
- * HM-9: Split module into two seperate modules
84
- * HM-10: Remove run_after_release
85
- * HM-11: Remove system('git add recipes/recipe.rb') if File.exist?('recipes/recipe.rb')
86
-
87
-
88
- ===============================================================================
89
- SOURCES / PACKAGES
90
- ===============================================================================
91
-
92
- Sources
93
- -------
94
-
95
- * hoe-manns 2.1.0 Tarballs:
96
- https://launchpad.net/hoe-manns/2.x/2.1.0/+download/hoe-manns-2.1.0.tar.xz
97
-
98
- Packages
99
- --------
100
-
101
- Download and installation information is available here:
102
-
103
- * https://saigkill.github.io/hoe-manns/about/
104
-
105
- Gems:
106
-
107
- * https://rubygems.org/gems/hoe-manns
108
-
109
- ===============================================================================
110
- REPORT BUGS - HELP THE PROJECT - GROW THE COMMUNITY
111
- ===============================================================================
112
-
113
- If you encounter any bad behavior with this release, please do not
114
- hesitate to file bugs!
115
-
116
- * https://bugs.launchpad.net/hoe-manns
117
-
118
-
119
- ===============================================================================
120
- VALUED HOE-MANNS CONTRIBUTORS
121
- ===============================================================================
122
-
123
- Contributors For This Release
124
- -----------------------------
125
-
126
- The following people directly contributed to the release of this version
127
- of hoe-manns. Without their help, there would be no release!
128
-
129
- Sascha Manns
130
-
131
-
132
-
133
- ===============================================================================
134
- hoe-manns 2.0.0 - 2017-10-19
135
- ===============================================================================
136
-
137
- hoe 2.0.0 is the culmination of a days' work by 1 developer.
138
-
139
- New Features:
140
-
141
- * Handling
142
-
143
- run_before_release changed. The trigger for update_workspace are
144
- removed. It was written before i knew 'git -a' ;-) Also the method
145
- for running the manuals was dropped.
146
-
147
-
148
- Enhancements:
149
-
150
- * Nothing yet
151
-
152
-
153
- Notable Bugs Fixed:
154
-
155
- * HM-7: Changed license from MIT to GPL-3
156
-
157
-
158
- ===============================================================================
159
- SOURCES / PACKAGES
160
- ===============================================================================
161
-
162
- Sources
163
- -------
164
-
165
- * hoe-manns 2.0.0 Tarballs:
166
- https://launchpad.net/hoe-manns/2.x/2.0.0/+download/hoe-manns-2.0.0.tar.xz
167
-
168
- Packages
169
- --------
170
-
171
- Download and installation information is available here:
172
-
173
- * https://saigkill.github.io/hoe-manns/userdocs/en/
174
-
175
- Gems:
176
-
177
- * https://rubygems.org/gems/hoe-manns
178
-
179
- ===============================================================================
180
- REPORT BUGS - HELP THE PROJECT - GROW THE COMMUNITY
181
- ===============================================================================
182
-
183
- If you encounter any bad behavior with this release, please do not
184
- hesitate to file bugs!
185
-
186
- * https://bugs.launchpad.net/hoe-manns
187
-
188
-
189
- ===============================================================================
190
- VALUED HOE-MANNS CONTRIBUTORS
191
- ===============================================================================
192
-
193
- Contributors For This Release
194
- -----------------------------
195
-
196
- The following people directly contributed to the release of this version
197
- of hoe-manns. Without their help, there would be no release!
198
-
199
- Sascha Manns
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
+