hoe-manns 2.1.5 → 2.1.6
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/CHANGELOG.md +6 -0
- data/CONTRIBUTING.md +3 -3
- data/README.md +14 -16
- data/lib/hoe/manns-methods.rb +1 -1
- data/lib/hoe/manns.rb +1 -1
- data/lib/hoe/version.rb +2 -2
- data/spec/manns_spec.rb +6 -6
- metadata +20 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 7a084c4254b0a946c8e54e47ad2dc423fc4259a6ea917f0a3ae0d37f00202af2
|
4
|
+
data.tar.gz: 2343be94f5371db175747de310e54dd9a0a209797eaaff133a6aee8cf900c8e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fb12cb2bd23016bcba5f585957bf13d48d89ec5fb96ef2b28523f5a4ca6a2a4166aef860e30e389b87e6787666c49f5b278e7ff78fb3c8b15f8e708ad4e62b9
|
7
|
+
data.tar.gz: 96f0fbfcd0f5a192e2a85fc4a8cc97f0a360490ceb1c525f6c56ea1f9221bd4c55c2ff33dc41d5695cfa569bb3cea48281139052b222453c7faeda8c9cd5df36
|
data/CHANGELOG.md
CHANGED
data/CONTRIBUTING.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
## Reporting Bugs
|
2
2
|
|
3
3
|
* Ensure the bug was not already reported, see the
|
4
|
-
[Issue Tracker](https://
|
4
|
+
[Issue Tracker](https://github.com/saigkill/hoe-manns/issues) on GitHub.
|
5
5
|
* Open an issue or reference an existing one
|
6
6
|
* Assign yourself to the issue when you are working on it
|
7
7
|
* Reference the issue number (with `#NUMBER`) in your pull request
|
@@ -10,11 +10,11 @@ Thanks!
|
|
10
10
|
|
11
11
|
# IDEAS:
|
12
12
|
|
13
|
-
* Add ideas on: https://
|
13
|
+
* Add ideas on: https://github.com/saigkill/hoe-manns/issues
|
14
14
|
|
15
15
|
## COOL HACKS:
|
16
16
|
|
17
|
-
* Open a bugreport on https://
|
17
|
+
* Open a bugreport on https://github.com/saigkill/hoe-manns/issues.
|
18
18
|
* Please use the -u flag when generating the patch as it makes the patch
|
19
19
|
more readable.
|
20
20
|
* Write a good explanation of what the patch does.
|
data/README.md
CHANGED
@@ -12,32 +12,36 @@ hoe-manns is a small collection of my personal used rake tasks for using with ho
|
|
12
12
|
* run_before_release
|
13
13
|
* run_after_release
|
14
14
|
|
15
|
-
The
|
15
|
+
The CHANGELOG.md contains a detailed description of what has changed.
|
16
16
|
|
17
17
|
hoe-manns is released under the GPL-3.0-or-later License, see the file 'LICENSE.md' for more information.
|
18
18
|
|
19
19
|
|What | Where |
|
20
20
|
|-----|--------|
|
21
|
-
|codebase | https://
|
21
|
+
|codebase | https://github.com/saigkill/hoe-manns |
|
22
22
|
|rdoc | http://www.rubydoc.info/gems/hoe-manns |
|
23
|
-
|docs |
|
24
|
-
|bugs & feature requests |
|
25
|
-
|mailing list| https://groups.google.com/forum/#!forum/saigkills-hoe-plugins|
|
26
|
-
|openhub statistics| https://www.openhub.net/p/hoe-manns|
|
27
|
-
|authors blog|
|
23
|
+
|docs | https://github.com/saigkill/hoe-manns/wiki |
|
24
|
+
|bugs & feature requests | https://github.com/saigkill/hoe-manns/issues |
|
25
|
+
|mailing list| https://groups.google.com/forum/#!forum/saigkills-hoe-plugins |
|
26
|
+
|openhub statistics| https://www.openhub.net/p/hoe-manns |
|
27
|
+
|authors blog| https://saschamanns.de/ |
|
28
28
|
|
29
29
|
| What | Status |
|
30
30
|
|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
31
31
|
|last public version | [](http://rubygems.org/gems/hoe-manns) |
|
32
32
|
|downloads latest | [](http://rubygems.org/gems/hoe-manns) |
|
33
33
|
|downloads all | [](http://rubygems.org/gems/hoe-manns) |
|
34
|
-
|continuous integration | [](https://dev.azure.com/saigkill/hoe-manns/_build/latest?definitionId=3&branchName=master) |
|
35
35
|
|code quality | [](https://codeclimate.com/github/saigkill/hoe-manns/maintainability) |
|
36
36
|
|dependencies|[](https://dependabot.com)
|
37
37
|
|security | [](https://hakiri.io/github/saigkill/hoe-manns/master/shield) |
|
38
|
-
|
|
38
|
+
|vulnerabilities|[](https://snyk.io/test/github/saigkill/hoe-manns?targetFile=Gemfile.lock) |
|
39
39
|
|documentation quality | [](https://inch-ci.org/github/saigkill/hoe-manns) |
|
40
40
|
|
41
|
+
## SCREENSHOT
|
42
|
+
|
43
|
+
[](https://github.com/saigkill/hoe-manns)
|
44
|
+
|
41
45
|
## FEATURES:
|
42
46
|
|
43
47
|
* Updates the Gemfile.lock
|
@@ -83,10 +87,4 @@ Also you can read the MAINTENANCE.md and CONTRIBUTING.md for more information.
|
|
83
87
|
|
84
88
|
## ISSUE TRACKING:
|
85
89
|
|
86
|
-
* Add ideas on: https://
|
87
|
-
|
88
|
-
## License
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fsaigkill%2Fhoe-manns?ref=badge_large)
|
90
|
+
* Add ideas on: https://github.com/saigkill/hoe-manns/issues
|
data/lib/hoe/manns-methods.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (C) 2013-
|
1
|
+
# Copyright (C) 2013-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
2
2
|
#
|
3
3
|
# This program is free software: you can redistribute it and/or modify
|
4
4
|
# it under the terms of the GNU General Public License as published by
|
data/lib/hoe/manns.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (C) 2013-
|
1
|
+
# Copyright (C) 2013-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
2
2
|
#
|
3
3
|
# This program is free software: you can redistribute it and/or modify
|
4
4
|
# it under the terms of the GNU General Public License as published by
|
data/lib/hoe/version.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (C) 2015-
|
1
|
+
# Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
2
2
|
#
|
3
3
|
# This program is free software: you can redistribute it and/or modify
|
4
4
|
# it under the terms of the GNU General Public License as published by
|
@@ -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.6'.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
|
|
data/spec/manns_spec.rb
CHANGED
@@ -20,12 +20,12 @@ RSpec.describe Hoe::Manns do
|
|
20
20
|
expect(avail)
|
21
21
|
end
|
22
22
|
|
23
|
-
it 'removes the old gemspec' do
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
end
|
23
|
+
# it 'removes the old gemspec' do
|
24
|
+
# FileUtils.touch('hoe-manns.gemspec')
|
25
|
+
# Hoe::MannsMethods.remove_pre_gemspec_method
|
26
|
+
# gemspec = Dir.glob('*.gemspec').empty?
|
27
|
+
# expect(gemspec)
|
28
|
+
# end
|
29
29
|
|
30
30
|
it 'cleans the pkg' do
|
31
31
|
Hoe::MannsMethods.clean_pkg_method
|
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.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sascha Manns
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rdoc
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '6.
|
19
|
+
version: '6.1'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '6.
|
26
|
+
version: '6.1'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -56,16 +56,22 @@ dependencies:
|
|
56
56
|
name: bundler
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- - "
|
59
|
+
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '1.16'
|
62
|
+
- - "<"
|
63
|
+
- !ruby/object:Gem::Version
|
64
|
+
version: '3.0'
|
62
65
|
type: :runtime
|
63
66
|
prerelease: false
|
64
67
|
version_requirements: !ruby/object:Gem::Requirement
|
65
68
|
requirements:
|
66
|
-
- - "
|
69
|
+
- - ">="
|
67
70
|
- !ruby/object:Gem::Version
|
68
71
|
version: '1.16'
|
72
|
+
- - "<"
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: '3.0'
|
69
75
|
- !ruby/object:Gem::Dependency
|
70
76
|
name: bundler-audit
|
71
77
|
requirement: !ruby/object:Gem::Requirement
|
@@ -185,17 +191,17 @@ files:
|
|
185
191
|
- lib/hoe/version.rb
|
186
192
|
- spec/manns_spec.rb
|
187
193
|
- spec/spec_helper.rb
|
188
|
-
homepage: https://
|
194
|
+
homepage: https://github.com/saigkill/hoe-manns
|
189
195
|
licenses:
|
190
196
|
- GPL-3.0
|
191
197
|
metadata:
|
192
|
-
homepage_uri: https://
|
193
|
-
changelog_uri: https://
|
194
|
-
source_code_uri: https://
|
195
|
-
documentation_uri:
|
196
|
-
bug_tracker_uri: https://
|
198
|
+
homepage_uri: https://github.com/saigkill/hoe-manns
|
199
|
+
changelog_uri: https://github.com/saigkill/hoe-manns/blob/master/CHANGELOG.md
|
200
|
+
source_code_uri: https://github.com/saigkill/hoe-manns
|
201
|
+
documentation_uri: https://github.com/saigkill/hoe-manns/wiki
|
202
|
+
bug_tracker_uri: https://github.com/saigkill/hoe-manns/issues
|
197
203
|
mailing_list_uri: https://groups.google.com/forum/#!forum/saigkills-hoe-plugins
|
198
|
-
post_install_message: 'Please file bugreports on: https://
|
204
|
+
post_install_message: 'Please file bugreports on: https://github.com/saigkill/hoe-manns/issues'
|
199
205
|
rdoc_options: []
|
200
206
|
require_paths:
|
201
207
|
- lib
|
@@ -210,8 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
210
216
|
- !ruby/object:Gem::Version
|
211
217
|
version: '0'
|
212
218
|
requirements: []
|
213
|
-
|
214
|
-
rubygems_version: 2.6.14.1
|
219
|
+
rubygems_version: 3.0.1
|
215
220
|
signing_key:
|
216
221
|
specification_version: 4
|
217
222
|
summary: Collection of some personal used tasks
|