hoe-manns 2.1.6 → 2.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a084c4254b0a946c8e54e47ad2dc423fc4259a6ea917f0a3ae0d37f00202af2
4
- data.tar.gz: 2343be94f5371db175747de310e54dd9a0a209797eaaff133a6aee8cf900c8e9
3
+ metadata.gz: acea22b2f5779d2315db94cba63e1f68cce742496ad2cf2898dda45612718781
4
+ data.tar.gz: '0923e098f21948d1248314f85938ac801114f4d11245bc08594b434a1167c541'
5
5
  SHA512:
6
- metadata.gz: 1fb12cb2bd23016bcba5f585957bf13d48d89ec5fb96ef2b28523f5a4ca6a2a4166aef860e30e389b87e6787666c49f5b278e7ff78fb3c8b15f8e708ad4e62b9
7
- data.tar.gz: 96f0fbfcd0f5a192e2a85fc4a8cc97f0a360490ceb1c525f6c56ea1f9221bd4c55c2ff33dc41d5695cfa569bb3cea48281139052b222453c7faeda8c9cd5df36
6
+ metadata.gz: 177d9e9a16b36a9b84688550dcca20ec3ce02480e2d4c8ea4b67b9af6b4d07ad30dee517ebac15ca0021db1b1dfb029c977bc4f3d8d21fbba032b443dd42915c
7
+ data.tar.gz: 52ac4a30a0d57723aa2d22428d0d361e1fa6dba30fdd100ea32a7dae2a173f77cec99b1dd1fe2e88e4a8ec9b88deebf5ec237242f2c4d6e29140f50f0f2df67a
@@ -1,229 +1,234 @@
1
- ### 2.1.6 / 2019-05-02
2
-
3
- #### 1 patch enhancement
4
-
5
- * updated dependencies
6
-
7
- ### 2.1.5 / 2018-11-27
8
-
9
- #### 1 minor enhancement
10
-
11
- * fixed #8: Update deps & Add Azure Pipelines
12
-
13
- ### 2.1.4 / 2018-11-02
14
-
15
- #### 1 misc enhancement
16
-
17
- * Moved to Azure DevOps
18
-
19
- ### 2.1.3 / 2018-06-25
20
-
21
- #### 1 minor enhancement
22
-
23
- * updated dependencies
24
-
25
- ### 2.1.2 / 2018-04-13
26
-
27
- #### 1 misc enhancement
28
-
29
- * just changed the urls for documentation and project
30
-
31
- ### 2.1.1 / 2017-11-06
32
-
33
- #### 1 patch enhancement
34
-
35
- * updated reek dependency
36
-
37
- ### 2.1.0 / 2017-10-25
38
-
39
- #### 5 minor enhancements
40
-
41
- * HM-9: Split module into two seperate modules
42
- * HM-10: Remove run_after_release
43
- * HM-11: Remove system('git add recipes/recipe.rb') if File.exist?('recipes/recipe.rb')
44
- * HM-13: Add more tests
45
- * Added task 'rake bundler:gemfile install'
46
- * Changed publican to daps docbook managing
47
-
48
- ### 2.0.0 / 2017-10-19
49
-
50
- #### 5 major enhancements
51
-
52
- * HM-2: Remove copy_manuals and get_projectname methods
53
- * HM-3: Remove get_develpath (was used by a already removed method)
54
- * HM-6: Cleanup run_before_release (Removed old stuff)
55
- * HM-7: Changed license from MIT to GPL-3.0-or-later
56
- * HM-8: Removed parseconfig and yaml dependency
57
-
58
- #### 1 minor enhancement
59
-
60
- * updated dependencies
61
-
62
- ### 1.6.2 / 2017-02-25
63
-
64
- #### 1 minor enhancement
65
-
66
- * fixed travis
67
-
68
- ### 1.6.1 / 2017-02-22
69
-
70
- #### 1 minor enhancement
71
-
72
- * updated dependencies
73
-
74
- ### 1.6.0 / 2016-08-08
75
-
76
- #### 3 major enhancements
77
-
78
- * fixed HM-2: Simplify copy_wiki method (dropped)
79
- * fixed HM-3: manns.rb (Code cleanup)
80
- * removed pandoc dependency
81
-
82
- #### 1 minor enhancement
83
-
84
- * reworked spec files
85
-
86
- ### 1.5.1 / 2016-08-07
87
-
88
- #### 3 minor enhancement
89
-
90
- * replaced Rake::Task['git:tag'] with system('rake git:tag') because old procedure produces errors
91
- * added # encoding: UTF-8
92
- * fixed HM-1 - Testcase produces testfile on false place
93
-
94
- ### 1.5.0 / 2016-08-05
95
-
96
- #### 3 minor issues:
97
-
98
- * removed .index creation from run_before_release and from code
99
- * removed copy_mirror from run_before_release and from code
100
- * removed get_version and usage of a system based git. Now using the rake task.
101
-
102
- ### 1.4.9 / 2016-02-08
103
-
104
- #### 1 minor enhancement
105
-
106
- * Added some new tests
107
-
108
- ### 1.4.8 / 2016-02-08
109
-
110
- #### 1 minor enhancement
111
-
112
- * updated dependencies from gemnasium
113
-
114
- ### 1.4.7 / 2016-01-27
115
-
116
- #### 1 minor enhancement
117
-
118
- * updated dependencies by gemnasium
119
-
120
- ### 1.4.6 / 2015-12-23
121
-
122
- #### 1 minor enhancement
123
-
124
- * moved directory test to spec. So Hoe can handle the tests directly.
125
-
126
- ### 1.4.5 / 2015-12-23
127
-
128
- #### 1 minor enhancement
129
-
130
- * Updated automatic tests
131
-
132
- ### 1.4.4 / 2015-12-22
133
-
134
- #### 2 minor enhancement
135
-
136
- * Added security to README.rdoc
137
- * Updated dependencies by using gemnasium
138
-
139
- ### 1.4.3 / 2015-10-31
140
-
141
- #### 2 minor enhancement
142
-
143
- * Added procedure to convert markdown to rst inside ./docs
144
- * Created new methods copy_mirror_create_dirs and copy_mirror_copy_files to reduce the copmplexity of
145
- the copy_mirror_method
146
-
147
- ### 1.4.2 / 2015-10-19
148
-
149
- #### 1 minor enhancement
150
-
151
- * Added git tag procedure to copy_master method
152
-
153
- ### 1.4.1 / 2015-10-19
154
-
155
- #### 1 minor enhancement
156
-
157
- * Added FileUtils.rm_rf('recipes/pkg') to cleanup method
158
-
159
- ### 1.4.0 / 2015-10-19
160
-
161
- #### 1 minor enhancement
162
-
163
- * Added a copy_master method
164
-
165
- ### 1.3.0 / 2015-10-19
166
-
167
- #### 1 minor enhancement
168
-
169
- * Added a "git pull" to copy_wiki_method
170
-
171
- #### 1 bug fix
172
-
173
- * Removed omnibus from require path
174
-
175
- ### 1.2.1 / 2015-10-13
176
-
177
- #### 1 bug fix
178
-
179
- * fixed run_after_release for using create_packages instead of generate_packages
180
-
181
- ### 1.2.0 / 2015-10-13
182
-
183
- #### 5 major enhancements
184
-
185
- * HM-6 Copy wiki method implemented
186
- * use of .hoerc instead of own config
187
- * reworked update_workspace_method
188
- * reworked copy_mirror_method
189
- * excluded create_packages & deploy_packages methods to hoe-packaging
190
-
191
- ### 1.1.0 / 2015-10-05
192
-
193
- #### 2 major enhancements
194
-
195
- * HM-4 Add function to copy the content to a mirror directory
196
- * HM-5 Integration of bundle audit
197
-
198
- #### 1 minor enhancements
199
-
200
- * HM-3 Update all content for using with GitLab
201
-
202
- ### 1.0.2 / 2015-10-02
203
-
204
- #### 1 minor enhancement
205
-
206
- * reworked stuff for using with GitLab (HM-3)
207
-
208
- ### 1.0.1 / 2015-10-01
209
-
210
- #### 1 minor enhancement
211
-
212
- * extended documentation so all methods and rake tasks will be explained (HM-2)
213
-
214
- ### 1.0.0 / 2015-09-28
215
-
216
- #### 1 major enhancement
217
-
218
- * Birthday!
219
- * fix HM-1
220
- * Implemented my project rake tasks
221
- * update_gemfile_lock
222
- * remove_pre_gemspec
223
- * update_workspace
224
- * update_index
225
- * copy_manuals
226
- * run_before_release
227
- * run_after_release
228
- * clean_pkg
229
-
1
+ ### 2.1.7 / 2020-06-25
2
+
3
+ * updated dependencies
4
+ * updated README
5
+
6
+ ### 2.1.6 / 2019-05-02
7
+
8
+ #### 1 patch enhancement
9
+
10
+ * updated dependencies
11
+
12
+ ### 2.1.5 / 2018-11-27
13
+
14
+ #### 1 minor enhancement
15
+
16
+ * fixed #8: Update deps & Add Azure Pipelines
17
+
18
+ ### 2.1.4 / 2018-11-02
19
+
20
+ #### 1 misc enhancement
21
+
22
+ * Moved to Azure DevOps
23
+
24
+ ### 2.1.3 / 2018-06-25
25
+
26
+ #### 1 minor enhancement
27
+
28
+ * updated dependencies
29
+
30
+ ### 2.1.2 / 2018-04-13
31
+
32
+ #### 1 misc enhancement
33
+
34
+ * just changed the urls for documentation and project
35
+
36
+ ### 2.1.1 / 2017-11-06
37
+
38
+ #### 1 patch enhancement
39
+
40
+ * updated reek dependency
41
+
42
+ ### 2.1.0 / 2017-10-25
43
+
44
+ #### 5 minor enhancements
45
+
46
+ * HM-9: Split module into two seperate modules
47
+ * HM-10: Remove run_after_release
48
+ * HM-11: Remove system('git add recipes/recipe.rb') if File.exist?('recipes/recipe.rb')
49
+ * HM-13: Add more tests
50
+ * Added task 'rake bundler:gemfile install'
51
+ * Changed publican to daps docbook managing
52
+
53
+ ### 2.0.0 / 2017-10-19
54
+
55
+ #### 5 major enhancements
56
+
57
+ * HM-2: Remove copy_manuals and get_projectname methods
58
+ * HM-3: Remove get_develpath (was used by a already removed method)
59
+ * HM-6: Cleanup run_before_release (Removed old stuff)
60
+ * HM-7: Changed license from MIT to GPL-3.0-or-later
61
+ * HM-8: Removed parseconfig and yaml dependency
62
+
63
+ #### 1 minor enhancement
64
+
65
+ * updated dependencies
66
+
67
+ ### 1.6.2 / 2017-02-25
68
+
69
+ #### 1 minor enhancement
70
+
71
+ * fixed travis
72
+
73
+ ### 1.6.1 / 2017-02-22
74
+
75
+ #### 1 minor enhancement
76
+
77
+ * updated dependencies
78
+
79
+ ### 1.6.0 / 2016-08-08
80
+
81
+ #### 3 major enhancements
82
+
83
+ * fixed HM-2: Simplify copy_wiki method (dropped)
84
+ * fixed HM-3: manns.rb (Code cleanup)
85
+ * removed pandoc dependency
86
+
87
+ #### 1 minor enhancement
88
+
89
+ * reworked spec files
90
+
91
+ ### 1.5.1 / 2016-08-07
92
+
93
+ #### 3 minor enhancement
94
+
95
+ * replaced Rake::Task['git:tag'] with system('rake git:tag') because old procedure produces errors
96
+ * added # encoding: UTF-8
97
+ * fixed HM-1 - Testcase produces testfile on false place
98
+
99
+ ### 1.5.0 / 2016-08-05
100
+
101
+ #### 3 minor issues:
102
+
103
+ * removed .index creation from run_before_release and from code
104
+ * removed copy_mirror from run_before_release and from code
105
+ * removed get_version and usage of a system based git. Now using the rake task.
106
+
107
+ ### 1.4.9 / 2016-02-08
108
+
109
+ #### 1 minor enhancement
110
+
111
+ * Added some new tests
112
+
113
+ ### 1.4.8 / 2016-02-08
114
+
115
+ #### 1 minor enhancement
116
+
117
+ * updated dependencies from gemnasium
118
+
119
+ ### 1.4.7 / 2016-01-27
120
+
121
+ #### 1 minor enhancement
122
+
123
+ * updated dependencies by gemnasium
124
+
125
+ ### 1.4.6 / 2015-12-23
126
+
127
+ #### 1 minor enhancement
128
+
129
+ * moved directory test to spec. So Hoe can handle the tests directly.
130
+
131
+ ### 1.4.5 / 2015-12-23
132
+
133
+ #### 1 minor enhancement
134
+
135
+ * Updated automatic tests
136
+
137
+ ### 1.4.4 / 2015-12-22
138
+
139
+ #### 2 minor enhancement
140
+
141
+ * Added security to README.rdoc
142
+ * Updated dependencies by using gemnasium
143
+
144
+ ### 1.4.3 / 2015-10-31
145
+
146
+ #### 2 minor enhancement
147
+
148
+ * Added procedure to convert markdown to rst inside ./docs
149
+ * Created new methods copy_mirror_create_dirs and copy_mirror_copy_files to reduce the copmplexity of
150
+ the copy_mirror_method
151
+
152
+ ### 1.4.2 / 2015-10-19
153
+
154
+ #### 1 minor enhancement
155
+
156
+ * Added git tag procedure to copy_master method
157
+
158
+ ### 1.4.1 / 2015-10-19
159
+
160
+ #### 1 minor enhancement
161
+
162
+ * Added FileUtils.rm_rf('recipes/pkg') to cleanup method
163
+
164
+ ### 1.4.0 / 2015-10-19
165
+
166
+ #### 1 minor enhancement
167
+
168
+ * Added a copy_master method
169
+
170
+ ### 1.3.0 / 2015-10-19
171
+
172
+ #### 1 minor enhancement
173
+
174
+ * Added a "git pull" to copy_wiki_method
175
+
176
+ #### 1 bug fix
177
+
178
+ * Removed omnibus from require path
179
+
180
+ ### 1.2.1 / 2015-10-13
181
+
182
+ #### 1 bug fix
183
+
184
+ * fixed run_after_release for using create_packages instead of generate_packages
185
+
186
+ ### 1.2.0 / 2015-10-13
187
+
188
+ #### 5 major enhancements
189
+
190
+ * HM-6 Copy wiki method implemented
191
+ * use of .hoerc instead of own config
192
+ * reworked update_workspace_method
193
+ * reworked copy_mirror_method
194
+ * excluded create_packages & deploy_packages methods to hoe-packaging
195
+
196
+ ### 1.1.0 / 2015-10-05
197
+
198
+ #### 2 major enhancements
199
+
200
+ * HM-4 Add function to copy the content to a mirror directory
201
+ * HM-5 Integration of bundle audit
202
+
203
+ #### 1 minor enhancements
204
+
205
+ * HM-3 Update all content for using with GitLab
206
+
207
+ ### 1.0.2 / 2015-10-02
208
+
209
+ #### 1 minor enhancement
210
+
211
+ * reworked stuff for using with GitLab (HM-3)
212
+
213
+ ### 1.0.1 / 2015-10-01
214
+
215
+ #### 1 minor enhancement
216
+
217
+ * extended documentation so all methods and rake tasks will be explained (HM-2)
218
+
219
+ ### 1.0.0 / 2015-09-28
220
+
221
+ #### 1 major enhancement
222
+
223
+ * Birthday!
224
+ * fix HM-1
225
+ * Implemented my project rake tasks
226
+ * update_gemfile_lock
227
+ * remove_pre_gemspec
228
+ * update_workspace
229
+ * update_index
230
+ * copy_manuals
231
+ * run_before_release
232
+ * run_after_release
233
+ * clean_pkg
234
+