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 +4 -4
- data/CHANGELOG.md +100 -169
- data/CONTRIBUTING.md +7 -5
- data/LICENSE.md +1 -0
- data/MAINTENANCE.md +7 -7
- data/README.md +14 -14
- data/lib/hoe/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8df8eff608639bd3de9db6055be449f8518229cb3c8b604bb44d37de302848db
|
4
|
+
data.tar.gz: 1120a178141cdadabba15d17c55fb226acaf132f037957f6dac63e95aa593800
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1826258e6b93daf456e1b18f702c5e33884e78636bdede3960d609fe3e7542b17ea26cce3a44655570d9bf19b10a151a684ea63bdc97fa805b5304769107e476
|
7
|
+
data.tar.gz: 5b43f978a9006cd93908d830a01db6fb259926ae14ee9255dc343b8b0e58631f06db116bf646fad9243a87ec586e8f517f9a14dd2424072d97ad202ada97d0d4
|
data/CHANGELOG.md
CHANGED
@@ -1,234 +1,165 @@
|
|
1
|
-
|
1
|
+
# Changelog
|
2
2
|
|
3
|
-
|
4
|
-
* updated README
|
3
|
+
## 2.1.7 / 2020-06-25
|
5
4
|
|
6
|
-
|
5
|
+
* updated dependencies
|
6
|
+
* updated README
|
7
7
|
|
8
|
-
|
8
|
+
## 2.1.6 / 2019-05-02
|
9
9
|
|
10
|
-
|
10
|
+
* updated dependencies
|
11
11
|
|
12
|
-
|
12
|
+
## 2.1.5 / 2018-11-27
|
13
13
|
|
14
|
-
|
14
|
+
* fixed #8: Update deps & Add Azure Pipelines
|
15
15
|
|
16
|
-
|
16
|
+
## 2.1.4 / 2018-11-02
|
17
17
|
|
18
|
-
|
18
|
+
* Moved to Azure DevOps
|
19
19
|
|
20
|
-
|
20
|
+
## 2.1.3 / 2018-06-25
|
21
21
|
|
22
|
-
|
22
|
+
* updated dependencies
|
23
23
|
|
24
|
-
|
24
|
+
## 2.1.2 / 2018-04-13
|
25
25
|
|
26
|
-
|
26
|
+
* just changed the urls for documentation and project
|
27
27
|
|
28
|
-
|
28
|
+
## 2.1.1 / 2017-11-06
|
29
29
|
|
30
|
-
|
30
|
+
* updated reek dependency
|
31
31
|
|
32
|
-
|
32
|
+
## 2.1.0 / 2017-10-25
|
33
33
|
|
34
|
-
|
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
|
-
|
41
|
+
## 2.0.0 / 2017-10-19
|
37
42
|
|
38
|
-
|
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
|
-
|
49
|
+
## 1.6.2 / 2017-02-25
|
41
50
|
|
42
|
-
|
51
|
+
* fixed travis
|
43
52
|
|
44
|
-
|
53
|
+
## 1.6.1 / 2017-02-22
|
45
54
|
|
46
|
-
|
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
|
-
|
57
|
+
## 1.6.0 / 2016-08-08
|
54
58
|
|
55
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
70
|
+
## 1.5.0 / 2016-08-05
|
66
71
|
|
67
|
-
|
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
|
-
|
76
|
+
## 1.4.9 / 2016-02-08
|
70
77
|
|
71
|
-
|
78
|
+
* Added some new tests
|
72
79
|
|
73
|
-
|
80
|
+
## 1.4.8 / 2016-02-08
|
74
81
|
|
75
|
-
|
82
|
+
* updated dependencies from gemnasium
|
76
83
|
|
77
|
-
|
84
|
+
## 1.4.7 / 2016-01-27
|
78
85
|
|
79
|
-
|
86
|
+
* updated dependencies by gemnasium
|
80
87
|
|
81
|
-
|
88
|
+
## 1.4.6 / 2015-12-23
|
82
89
|
|
83
|
-
|
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
|
-
|
92
|
+
## 1.4.5 / 2015-12-23
|
88
93
|
|
89
|
-
|
94
|
+
* Updated automatic tests
|
90
95
|
|
91
|
-
|
96
|
+
## 1.4.4 / 2015-12-22
|
92
97
|
|
93
|
-
|
98
|
+
* Added security to README.rdoc
|
99
|
+
* Updated dependencies by using gemnasium
|
94
100
|
|
95
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
109
|
+
* Added git tag procedure to copy_master method
|
181
110
|
|
182
|
-
|
111
|
+
## 1.4.1 / 2015-10-19
|
183
112
|
|
184
|
-
|
113
|
+
* Added FileUtils.rm_rf('recipes/pkg') to cleanup method
|
185
114
|
|
186
|
-
|
115
|
+
## 1.4.0 / 2015-10-19
|
187
116
|
|
188
|
-
|
117
|
+
* Added a copy_master method
|
189
118
|
|
190
|
-
|
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
|
-
|
121
|
+
* Added a "git pull" to copy_wiki_method
|
197
122
|
|
198
|
-
|
123
|
+
## 1 bug fix
|
199
124
|
|
200
|
-
|
201
|
-
* HM-5 Integration of bundle audit
|
125
|
+
* Removed omnibus from require path
|
202
126
|
|
203
|
-
|
127
|
+
## 1.2.1 / 2015-10-13
|
204
128
|
|
205
|
-
|
129
|
+
* fixed run_after_release for using create_packages instead of generate_packages
|
206
130
|
|
207
|
-
|
131
|
+
## 1.2.0 / 2015-10-13
|
208
132
|
|
209
|
-
|
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
|
-
|
139
|
+
## 1.1.0 / 2015-10-05
|
212
140
|
|
213
|
-
|
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
|
-
|
145
|
+
## 1.0.2 / 2015-10-02
|
216
146
|
|
217
|
-
|
147
|
+
* reworked stuff for using with GitLab (HM-3)
|
218
148
|
|
219
|
-
|
149
|
+
## 1.0.1 / 2015-10-01
|
220
150
|
|
221
|
-
|
151
|
+
* extended documentation so all methods and rake tasks will be explained (HM-2)
|
222
152
|
|
223
|
-
|
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
|
data/CONTRIBUTING.md
CHANGED
@@ -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
|
-
|
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
|
-
|
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
data/MAINTENANCE.md
CHANGED
@@ -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
|
-
|
5
|
+
* Major version: Whenever there is something significant or any backwards
|
6
6
|
incompatible changes.
|
7
|
-
|
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
|
-
|
9
|
+
* Patch number: When backwards compatible bug fixes are introduced that fix
|
10
10
|
incorrect behavior.
|
11
|
-
|
11
|
+
* The current stable release will receive security patches and bug fixes
|
12
12
|
(eg. 5.0 -> 5.0.1).
|
13
|
-
|
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
|
-
|
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
|
data/lib/hoe/version.rb
CHANGED
@@ -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.
|
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.
|
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-
|
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.
|
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.
|
212
|
+
rubygems_version: 3.1.2
|
213
213
|
signing_key:
|
214
214
|
specification_version: 4
|
215
215
|
summary: Collection of some personal used tasks
|