hoe-manns 2.1.7 → 2.1.8

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: acea22b2f5779d2315db94cba63e1f68cce742496ad2cf2898dda45612718781
4
- data.tar.gz: '0923e098f21948d1248314f85938ac801114f4d11245bc08594b434a1167c541'
3
+ metadata.gz: 8df8eff608639bd3de9db6055be449f8518229cb3c8b604bb44d37de302848db
4
+ data.tar.gz: 1120a178141cdadabba15d17c55fb226acaf132f037957f6dac63e95aa593800
5
5
  SHA512:
6
- metadata.gz: 177d9e9a16b36a9b84688550dcca20ec3ce02480e2d4c8ea4b67b9af6b4d07ad30dee517ebac15ca0021db1b1dfb029c977bc4f3d8d21fbba032b443dd42915c
7
- data.tar.gz: 52ac4a30a0d57723aa2d22428d0d361e1fa6dba30fdd100ea32a7dae2a173f77cec99b1dd1fe2e88e4a8ec9b88deebf5ec237242f2c4d6e29140f50f0f2df67a
6
+ metadata.gz: 1826258e6b93daf456e1b18f702c5e33884e78636bdede3960d609fe3e7542b17ea26cce3a44655570d9bf19b10a151a684ea63bdc97fa805b5304769107e476
7
+ data.tar.gz: 5b43f978a9006cd93908d830a01db6fb259926ae14ee9255dc343b8b0e58631f06db116bf646fad9243a87ec586e8f517f9a14dd2424072d97ad202ada97d0d4
@@ -1,234 +1,165 @@
1
- ### 2.1.7 / 2020-06-25
1
+ # Changelog
2
2
 
3
- * updated dependencies
4
- * updated README
3
+ ## 2.1.7 / 2020-06-25
5
4
 
6
- ### 2.1.6 / 2019-05-02
5
+ * updated dependencies
6
+ * updated README
7
7
 
8
- #### 1 patch enhancement
8
+ ## 2.1.6 / 2019-05-02
9
9
 
10
- * updated dependencies
10
+ * updated dependencies
11
11
 
12
- ### 2.1.5 / 2018-11-27
12
+ ## 2.1.5 / 2018-11-27
13
13
 
14
- #### 1 minor enhancement
14
+ * fixed #8: Update deps & Add Azure Pipelines
15
15
 
16
- * fixed #8: Update deps & Add Azure Pipelines
16
+ ## 2.1.4 / 2018-11-02
17
17
 
18
- ### 2.1.4 / 2018-11-02
18
+ * Moved to Azure DevOps
19
19
 
20
- #### 1 misc enhancement
20
+ ## 2.1.3 / 2018-06-25
21
21
 
22
- * Moved to Azure DevOps
22
+ * updated dependencies
23
23
 
24
- ### 2.1.3 / 2018-06-25
24
+ ## 2.1.2 / 2018-04-13
25
25
 
26
- #### 1 minor enhancement
26
+ * just changed the urls for documentation and project
27
27
 
28
- * updated dependencies
28
+ ## 2.1.1 / 2017-11-06
29
29
 
30
- ### 2.1.2 / 2018-04-13
30
+ * updated reek dependency
31
31
 
32
- #### 1 misc enhancement
32
+ ## 2.1.0 / 2017-10-25
33
33
 
34
- * just changed the urls for documentation and project
34
+ * HM-9: Split module into two seperate modules
35
+ * HM-10: Remove run_after_release
36
+ * HM-11: Remove system('git add recipes/recipe.rb') if File.exist?('recipes/recipe.rb')
37
+ * HM-13: Add more tests
38
+ * Added task 'rake bundler:gemfile install'
39
+ * Changed publican to daps docbook managing
35
40
 
36
- ### 2.1.1 / 2017-11-06
41
+ ## 2.0.0 / 2017-10-19
37
42
 
38
- #### 1 patch enhancement
43
+ * HM-2: Remove copy_manuals and get_projectname methods
44
+ * HM-3: Remove get_develpath (was used by a already removed method)
45
+ * HM-6: Cleanup run_before_release (Removed old stuff)
46
+ * HM-7: Changed license from MIT to GPL-3.0-or-later
47
+ * HM-8: Removed parseconfig and yaml dependency
39
48
 
40
- * updated reek dependency
49
+ ## 1.6.2 / 2017-02-25
41
50
 
42
- ### 2.1.0 / 2017-10-25
51
+ * fixed travis
43
52
 
44
- #### 5 minor enhancements
53
+ ## 1.6.1 / 2017-02-22
45
54
 
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
55
+ * updated dependencies
52
56
 
53
- ### 2.0.0 / 2017-10-19
57
+ ## 1.6.0 / 2016-08-08
54
58
 
55
- #### 5 major enhancements
59
+ * fixed HM-2: Simplify copy_wiki method (dropped)
60
+ * fixed HM-3: manns.rb (Code cleanup)
61
+ * removed pandoc dependency
62
+ * reworked spec files
56
63
 
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
64
+ ## 1.5.1 / 2016-08-07
62
65
 
63
- #### 1 minor enhancement
66
+ * replaced Rake::Task['git:tag'] with system('rake git:tag') because old procedure produces errors
67
+ * added # encoding: UTF-8
68
+ * fixed HM-1 - Testcase produces testfile on false place
64
69
 
65
- * updated dependencies
70
+ ## 1.5.0 / 2016-08-05
66
71
 
67
- ### 1.6.2 / 2017-02-25
72
+ * removed .index creation from run_before_release and from code
73
+ * removed copy_mirror from run_before_release and from code
74
+ * removed get_version and usage of a system based git. Now using the rake task.
68
75
 
69
- #### 1 minor enhancement
76
+ ## 1.4.9 / 2016-02-08
70
77
 
71
- * fixed travis
78
+ * Added some new tests
72
79
 
73
- ### 1.6.1 / 2017-02-22
80
+ ## 1.4.8 / 2016-02-08
74
81
 
75
- #### 1 minor enhancement
82
+ * updated dependencies from gemnasium
76
83
 
77
- * updated dependencies
84
+ ## 1.4.7 / 2016-01-27
78
85
 
79
- ### 1.6.0 / 2016-08-08
86
+ * updated dependencies by gemnasium
80
87
 
81
- #### 3 major enhancements
88
+ ## 1.4.6 / 2015-12-23
82
89
 
83
- * fixed HM-2: Simplify copy_wiki method (dropped)
84
- * fixed HM-3: manns.rb (Code cleanup)
85
- * removed pandoc dependency
90
+ * moved directory test to spec. So Hoe can handle the tests directly.
86
91
 
87
- #### 1 minor enhancement
92
+ ## 1.4.5 / 2015-12-23
88
93
 
89
- * reworked spec files
94
+ * Updated automatic tests
90
95
 
91
- ### 1.5.1 / 2016-08-07
96
+ ## 1.4.4 / 2015-12-22
92
97
 
93
- #### 3 minor enhancement
98
+ * Added security to README.rdoc
99
+ * Updated dependencies by using gemnasium
94
100
 
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
101
+ ## 1.4.3 / 2015-10-31
98
102
 
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
103
+ * Added procedure to convert markdown to rst inside ./docs
104
+ * Created new methods copy_mirror_create_dirs and copy_mirror_copy_files to reduce the copmplexity of
150
105
  the copy_mirror_method
151
106
 
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
107
+ ## 1.4.2 / 2015-10-19
179
108
 
180
- ### 1.2.1 / 2015-10-13
109
+ * Added git tag procedure to copy_master method
181
110
 
182
- #### 1 bug fix
111
+ ## 1.4.1 / 2015-10-19
183
112
 
184
- * fixed run_after_release for using create_packages instead of generate_packages
113
+ * Added FileUtils.rm_rf('recipes/pkg') to cleanup method
185
114
 
186
- ### 1.2.0 / 2015-10-13
115
+ ## 1.4.0 / 2015-10-19
187
116
 
188
- #### 5 major enhancements
117
+ * Added a copy_master method
189
118
 
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
119
+ ## 1.3.0 / 2015-10-19
195
120
 
196
- ### 1.1.0 / 2015-10-05
121
+ * Added a "git pull" to copy_wiki_method
197
122
 
198
- #### 2 major enhancements
123
+ ## 1 bug fix
199
124
 
200
- * HM-4 Add function to copy the content to a mirror directory
201
- * HM-5 Integration of bundle audit
125
+ * Removed omnibus from require path
202
126
 
203
- #### 1 minor enhancements
127
+ ## 1.2.1 / 2015-10-13
204
128
 
205
- * HM-3 Update all content for using with GitLab
129
+ * fixed run_after_release for using create_packages instead of generate_packages
206
130
 
207
- ### 1.0.2 / 2015-10-02
131
+ ## 1.2.0 / 2015-10-13
208
132
 
209
- #### 1 minor enhancement
133
+ * HM-6 Copy wiki method implemented
134
+ * use of .hoerc instead of own config
135
+ * reworked update_workspace_method
136
+ * reworked copy_mirror_method
137
+ * excluded create_packages & deploy_packages methods to hoe-packaging
210
138
 
211
- * reworked stuff for using with GitLab (HM-3)
139
+ ## 1.1.0 / 2015-10-05
212
140
 
213
- ### 1.0.1 / 2015-10-01
141
+ * HM-4 Add function to copy the content to a mirror directory
142
+ * HM-5 Integration of bundle audit
143
+ * HM-3 Update all content for using with GitLab
214
144
 
215
- #### 1 minor enhancement
145
+ ## 1.0.2 / 2015-10-02
216
146
 
217
- * extended documentation so all methods and rake tasks will be explained (HM-2)
147
+ * reworked stuff for using with GitLab (HM-3)
218
148
 
219
- ### 1.0.0 / 2015-09-28
149
+ ## 1.0.1 / 2015-10-01
220
150
 
221
- #### 1 major enhancement
151
+ * extended documentation so all methods and rake tasks will be explained (HM-2)
222
152
 
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
153
+ ## 1.0.0 / 2015-09-28
234
154
 
155
+ * Birthday!
156
+ * fix HM-1
157
+ * Implemented my project rake tasks
158
+ * update_gemfile_lock
159
+ * remove_pre_gemspec
160
+ * update_workspace
161
+ * update_index
162
+ * copy_manuals
163
+ * run_before_release
164
+ * run_after_release
165
+ * clean_pkg
@@ -1,3 +1,5 @@
1
+ # Contributing
2
+
1
3
  ## Reporting Bugs
2
4
 
3
5
  * Ensure the bug was not already reported, see the
@@ -8,11 +10,11 @@
8
10
 
9
11
  Thanks!
10
12
 
11
- # IDEAS:
13
+ ## IDEAS
12
14
 
13
15
  * Add ideas on: https://github.com/saigkill/hoe-manns/issues
14
16
 
15
- ## COOL HACKS:
17
+ ## COOL HACKS
16
18
 
17
19
  * Open a bugreport on https://github.com/saigkill/hoe-manns/issues.
18
20
  * Please use the -u flag when generating the patch as it makes the patch
@@ -20,12 +22,12 @@ Thanks!
20
22
  * Write a good explanation of what the patch does.
21
23
  * It is better to use git format-patch command: git format-patch HEAD^
22
24
 
23
- # STRUCTURE:
25
+ ## STRUCTURE
24
26
 
25
- ## BRANCHES:
27
+ ## BRANCHES
26
28
 
27
29
  ### `master` BRANCH:
28
30
  The master branch is the last stable version.
29
31
 
30
32
  ### PULL REQUESTS:
31
- Please base all Pullrequests off the `master` branch.
33
+ Please base all Pullrequests off the `master` branch.
data/LICENSE.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # GNU GENERAL PUBLIC LICENSE V3.0 OR LATER
2
+
2
3
  Version 3, 29 June 2007
3
4
 
4
5
  Copyright (C) 2007 [Free Software Foundation, Inc.](http://fsf.org/)
@@ -1,19 +1,19 @@
1
- # MAINTENANCE POLICY:
1
+ # MAINTENANCE POLICY
2
2
 
3
3
  I'm following the Semantic Versioning for its releases: (Major).(Minor).(Patch).
4
4
 
5
- * Major version: Whenever there is something significant or any backwards
5
+ * Major version: Whenever there is something significant or any backwards
6
6
  incompatible changes.
7
- * Minor version: When new, backwards compatible functionality is introduced a
7
+ * Minor version: When new, backwards compatible functionality is introduced a
8
8
  minor feature is introduced, or when a set of smaller features is rolled out.
9
- * Patch number: When backwards compatible bug fixes are introduced that fix
9
+ * Patch number: When backwards compatible bug fixes are introduced that fix
10
10
  incorrect behavior.
11
- * The current stable release will receive security patches and bug fixes
11
+ * The current stable release will receive security patches and bug fixes
12
12
  (eg. 5.0 -> 5.0.1).
13
- * Feature releases will mark the next supported stable release where the minor
13
+ * Feature releases will mark the next supported stable release where the minor
14
14
  version is increased numerically by increments of one (eg. 5.0 -> 5.1).
15
15
 
16
16
  I encourage everyone to run the latest stable release to ensure that you can
17
17
  easily upgrade to the most secure and feature rich experience. In order to
18
18
  make sure you can easily run the most recent stable release, we are working
19
- hard to keep the update process simple and reliable.
19
+ hard to keep the update process simple and reliable.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # hoe-manns
2
2
 
3
- ## DESCRIPTION:
3
+ ## DESCRIPTION
4
4
 
5
5
  hoe-manns is a small collection of my personal used rake tasks for using with hoe. Actually it includes that tasks:
6
6
 
@@ -18,12 +18,12 @@ hoe-manns is released under the GPL-3.0-or-later License, see the file 'LICENSE.
18
18
 
19
19
  |What | Where |
20
20
  |-----|--------|
21
- |codebase | https://github.com/saigkill/hoe-manns |
22
- |rdoc | http://www.rubydoc.info/gems/hoe-manns |
23
- |docs | https://github.com/saigkill/hoe-manns/wiki |
24
- |bugs & feature requests | https://github.com/saigkill/hoe-manns/issues |
25
- |openhub statistics| https://www.openhub.net/p/hoe-manns |
26
- |authors blog| https://saschamanns.de/ |
21
+ |codebase | [https://github.com/saigkill/hoe-manns] |
22
+ |rdoc | [http://www.rubydoc.info/gems/hoe-manns] |
23
+ |docs | [https://github.com/saigkill/hoe-manns/wiki] |
24
+ |bugs & feature requests | [https://github.com/saigkill/hoe-manns/issues] |
25
+ |openhub statistics| [https://www.openhub.net/p/hoe-manns] |
26
+ |authors blog| [https://saschamanns.de/] |
27
27
 
28
28
  | What | Status |
29
29
  |-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -34,14 +34,14 @@ hoe-manns is released under the GPL-3.0-or-later License, see the file 'LICENSE.
34
34
  |code quality | [![Code Quality](https://api.codeclimate.com/v1/badges/009b795034d7c698c74f/maintainability)](https://codeclimate.com/github/saigkill/hoe-manns/maintainability) |
35
35
  |dependencies|[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=saigkill/hoe-manns)](https://dependabot.com)
36
36
  |security | [![Security](https://hakiri.io/github/saigkill/hoe-manns/master.svg)](https://hakiri.io/github/saigkill/hoe-manns/master/shield) |
37
- |vulnerabilities|[![Known Vulnerabilities](https://snyk.io/test/github/saigkill/hoe-manns/badge.svg?targetFile=Gemfile.lock)](https://snyk.io/test/github/saigkill/hoe-manns?targetFile=Gemfile.lock) |
37
+ |vulnerabilities| [![Known Vulnerabilities](https://snyk.io/test/github/saigkill/hoe-manns/badge.svg?targetFile=Gemfile.lock)](https://snyk.io/test/github/saigkill/hoe-manns?targetFile=Gemfile.lock) |
38
38
  |documentation quality | [![Documentation Quality](https://inch-ci.org/github/saigkill/hoe-manns.svg?branch=master)](https://inch-ci.org/github/saigkill/hoe-manns) |
39
39
 
40
40
  ## SCREENSHOT
41
41
 
42
42
  [![Screenshot](https://saschamanns.de/img/screenshots/hoe-manns-screenshots.png)](https://github.com/saigkill/hoe-manns)
43
43
 
44
- ## FEATURES:
44
+ ## FEATURES
45
45
 
46
46
  * Updates the Gemfile.lock
47
47
  * Removes the old *.gemspec created in test cases
@@ -57,13 +57,13 @@ hoe-manns is released under the GPL-3.0-or-later License, see the file 'LICENSE.
57
57
  * hoe
58
58
  * bundler-audit
59
59
 
60
- ## INSTALL:
60
+ ## INSTALL
61
61
 
62
62
  The installation is very easy.
63
63
 
64
64
  gem install hoe-manns
65
65
 
66
- ## SYNOPSIS:
66
+ ## SYNOPSIS
67
67
 
68
68
  Use in your Rakefile:
69
69
 
@@ -75,15 +75,15 @@ Use in your Rakefile:
75
75
 
76
76
  Also add hoe-manns to your requirements and recreate your Gemfile.
77
77
 
78
- ## DEVELOPERS:
78
+ ## DEVELOPERS
79
79
 
80
80
  After checking out the source, run:
81
81
 
82
- $ rake newb
82
+ `$ rake newb`
83
83
 
84
84
  This task will install any missing dependencies, run the tests/specs, and generate the RDoc.
85
85
  Also you can read the MAINTENANCE.md and CONTRIBUTING.md for more information.
86
86
 
87
- ## ISSUE TRACKING:
87
+ ## ISSUE TRACKING
88
88
 
89
89
  * Add ideas on: https://github.com/saigkill/hoe-manns/issues
@@ -18,7 +18,7 @@ module Hoe::Manns
18
18
  # This module holds the latex_curriculum_vitae version information.
19
19
 
20
20
  module Version
21
- STRING = '2.1.7'.freeze
21
+ STRING = '2.1.8'.freeze
22
22
  MSG = '%<version>s (using Parser %<parser_version>s, running on ' \
23
23
  '%<ruby_engine>s %<ruby_version>s %<ruby_platform>s)'.freeze
24
24
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoe-manns
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.7
4
+ version: 2.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Manns
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-25 00:00:00.000000000 Z
11
+ date: 2020-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc
@@ -202,14 +202,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
202
202
  requirements:
203
203
  - - ">="
204
204
  - !ruby/object:Gem::Version
205
- version: 2.3.0
205
+ version: 2.7.1
206
206
  required_rubygems_version: !ruby/object:Gem::Requirement
207
207
  requirements:
208
208
  - - ">="
209
209
  - !ruby/object:Gem::Version
210
210
  version: '0'
211
211
  requirements: []
212
- rubygems_version: 3.0.3
212
+ rubygems_version: 3.1.2
213
213
  signing_key:
214
214
  specification_version: 4
215
215
  summary: Collection of some personal used tasks