hoe-manns 2.1.1 → 2.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/{History.rdoc → CHANGELOG.md} +90 -55
- data/CONTRIBUTING.md +31 -0
- data/LICENSE.md +636 -0
- data/MAINTENANCE.md +19 -0
- data/README.md +89 -0
- data/lib/hoe/manns-methods.rb +1 -1
- data/lib/hoe/manns.rb +1 -3
- data/lib/hoe/version.rb +35 -0
- data/spec/manns_spec.rb +23 -27
- data/spec/spec_helper.rb +19 -2
- metadata +60 -167
- data/Gemfile +0 -26
- data/Gemfile.lock +0 -123
- data/LICENSE.rdoc +0 -619
- data/Manifest.txt +0 -12
- data/NEWS +0 -200
- data/README.rdoc +0 -172
- data/Rakefile +0 -56
- data/STATUS.rdoc +0 -30
data/Manifest.txt
DELETED
data/NEWS
DELETED
@@ -1,200 +0,0 @@
|
|
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
|
-
|
data/README.rdoc
DELETED
@@ -1,172 +0,0 @@
|
|
1
|
-
= hoe-manns
|
2
|
-
|
3
|
-
code :: https://launchpad.net/hoe-manns
|
4
|
-
rdoc :: http://www.rubydoc.info/gems/hoe-manns
|
5
|
-
docs :: https://saigkill.github.io/hoe-manns/about/
|
6
|
-
bugs :: https://bugs.launchpad.net/hoe-manns
|
7
|
-
questions :: https://answers.launchpad.net/hoe-manns
|
8
|
-
feature requests :: https://blueprints.launchpad.net/hoe-manns
|
9
|
-
openhub statistics :: https://www.openhub.net/p/hoe-manns
|
10
|
-
authors blog :: https://saigkill.tuxfamily.org
|
11
|
-
min_rubyver :: 2.3.0
|
12
|
-
|
13
|
-
If you're reading this on Github, please keep in mind, that this is just a
|
14
|
-
mirror. The development happens on: https://launchpad.net/hoe-manns
|
15
|
-
|
16
|
-
== DESCRIPTION:
|
17
|
-
|
18
|
-
hoe-manns is a small collection of my personal used rake tasks for using with hoe. Actually it includes that tasks:
|
19
|
-
|
20
|
-
* bundler:gemfile_lock
|
21
|
-
* bundle_audit:*
|
22
|
-
* clean_pkg
|
23
|
-
* copy_master
|
24
|
-
* remove_pre_gemspec
|
25
|
-
* run_before_release
|
26
|
-
* run_after_release
|
27
|
-
|
28
|
-
The History.rdoc contains a detailed description on what has changed. For most
|
29
|
-
users the NEWS file might be a better place to look since it contains
|
30
|
-
change summaries between the different versions.
|
31
|
-
|
32
|
-
hoe-manns is released under the GPL3 License, see the file 'License.rdoc'
|
33
|
-
for more information.
|
34
|
-
|
35
|
-
The official web site is:
|
36
|
-
|
37
|
-
https://launchpad.net/hoe-manns
|
38
|
-
|
39
|
-
== FEATURES/PROBLEMS:
|
40
|
-
|
41
|
-
* Updates the Gemfile.lock
|
42
|
-
* Removes the old *.gemspec created in test cases
|
43
|
-
* copies your manuals to your docpath.
|
44
|
-
* runs the rake tasks before release: git:manifest, bundler:gemfile, update_gemfile_lock, remove_pre_gemspec,
|
45
|
-
bundler_audit:run and copy_mirror.
|
46
|
-
* runs after release: send_email.
|
47
|
-
* Cleans up the pkg dir
|
48
|
-
* provides bundler_audit tasks
|
49
|
-
|
50
|
-
This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS,
|
51
|
-
i'm happy about Pull requests.
|
52
|
-
|
53
|
-
See the {FAQs}[https://answers.launchpad.net/hoe-manns/+faqs] for checking known issues.
|
54
|
-
See the {status}[https://github.com/saigkill/hoe-manns/blob/master/STATUS.rdoc] of the app.
|
55
|
-
|
56
|
-
== SYNOPSIS:
|
57
|
-
|
58
|
-
Use in your Rakefile:
|
59
|
-
|
60
|
-
Hoe.plugin :manns
|
61
|
-
|
62
|
-
Hoe.spec 'yourproject' do
|
63
|
-
...
|
64
|
-
end
|
65
|
-
|
66
|
-
Also add hoe-manns to your requirements and recreate your Gemfile.
|
67
|
-
|
68
|
-
Read the documentation at: https://saigkill.github.io/hoe-manns/about/
|
69
|
-
|
70
|
-
== REQUIREMENTS:
|
71
|
-
|
72
|
-
* rake
|
73
|
-
* hoe
|
74
|
-
* bundler-audit
|
75
|
-
|
76
|
-
== INSTALL:
|
77
|
-
|
78
|
-
The installation is very easy.
|
79
|
-
|
80
|
-
gem install hoe-manns
|
81
|
-
|
82
|
-
Read the documentation at: https://saigkill.github.io/hoe-manns/about/
|
83
|
-
|
84
|
-
== DEVELOPERS:
|
85
|
-
|
86
|
-
After checking out the source, run:
|
87
|
-
|
88
|
-
$ rake newb
|
89
|
-
|
90
|
-
This task will install any missing dependencies, run the tests/specs,
|
91
|
-
and generate the RDoc.
|
92
|
-
|
93
|
-
=== IDEAS:
|
94
|
-
|
95
|
-
* Add ideas on: https://blueprints.launchpad.net/hoe-manns
|
96
|
-
|
97
|
-
=== COOL HACKS:
|
98
|
-
|
99
|
-
* Open a bugreport on https://bugs.launchpad.net/hoe-manns.
|
100
|
-
* Please use the -u flag when generating the patch as it makes the patch
|
101
|
-
more readable.
|
102
|
-
* Write a good explanation of what the patch does.
|
103
|
-
* It is better to use git format-patch command: git format-patch HEAD^
|
104
|
-
|
105
|
-
=== CONTRIBUTOR CODE OF CONDUCT:
|
106
|
-
|
107
|
-
As contributors and maintainers of this project, we pledge to respect all
|
108
|
-
people who contribute through reporting issues, posting feature requests,
|
109
|
-
updating documentation, submitting pull requests or patches, and other
|
110
|
-
activities.
|
111
|
-
|
112
|
-
We are committed to making participation in this project a harassment-free
|
113
|
-
experience for everyone, regardless of level of experience, gender, gender
|
114
|
-
identity and expression, sexual orientation, disability, personal
|
115
|
-
appearance, body size, race, age, or religion.
|
116
|
-
|
117
|
-
Examples of unacceptable behavior by participants include the use of sexual
|
118
|
-
language or imagery, derogatory comments or personal attacks, trolling,
|
119
|
-
public or private harassment, insults, or other unprofessional conduct.
|
120
|
-
|
121
|
-
Project maintainers have the right and responsibility to remove, edit, or
|
122
|
-
reject comments, commits, code, wiki edits, issues, and other contributions
|
123
|
-
that are not aligned to this Code of Conduct. Project maintainers who do
|
124
|
-
not follow the Code of Conduct may be removed from the project team.
|
125
|
-
|
126
|
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
127
|
-
reported by opening an issue or contacting one or more of the project
|
128
|
-
maintainers.
|
129
|
-
|
130
|
-
This Code of Conduct is adapted from the {Contributor Covenant}[http:contributor-covenant.org],
|
131
|
-
version 1.0.0, available at {http://contributor-covenant.org/version/1/0/0/}[http://contributor-covenant.org/version/1/0/0/].
|
132
|
-
|
133
|
-
=== MAINTANANCE POLICY:
|
134
|
-
|
135
|
-
I'm following the Semantic Versioning for its releases: (Major).(Minor).(Patch).
|
136
|
-
|
137
|
-
* Major version: Whenever there is something significant or any backwards
|
138
|
-
incompatible changes.
|
139
|
-
* Minor version: When new, backwards compatible functionality is introduced a
|
140
|
-
minor feature is introduced, or when a set of smaller features is rolled out.
|
141
|
-
* Patch number: When backwards compatible bug fixes are introduced that fix
|
142
|
-
incorrect behavior.
|
143
|
-
* The current stable release will receive security patches and bug fixes
|
144
|
-
(eg. 5.0 -> 5.0.1).
|
145
|
-
* Feature releases will mark the next supported stable release where the minor
|
146
|
-
version is increased numerically by increments of one (eg. 5.0 -> 5.1).
|
147
|
-
|
148
|
-
I encourage everyone to run the latest stable release to ensure that you can
|
149
|
-
easily upgrade to the most secure and feature rich experience. In order to
|
150
|
-
make sure you can easily run the most recent stable release, we are working
|
151
|
-
hard to keep the update process simple and reliable.
|
152
|
-
|
153
|
-
=== STRUCTURE:
|
154
|
-
|
155
|
-
==== BRANCHES:
|
156
|
-
|
157
|
-
===== `master` BRANCH:
|
158
|
-
The master branch is the current edge of development.
|
159
|
-
|
160
|
-
===== `X.X` BRANCH:
|
161
|
-
The X.X branch is the last stable branch. It will used for tarballs.
|
162
|
-
|
163
|
-
===== MERGE REQUESTS:
|
164
|
-
If you want to merge your branch with the trunk, join the team.
|
165
|
-
|
166
|
-
Please base all Merge requests off the `master` branch. Merges to
|
167
|
-
`X.X` only occur through the `master` branch.
|
168
|
-
|
169
|
-
== PROBLEM REPORTING:
|
170
|
-
|
171
|
-
Bugs should be reported to https://bugs.launchpad.net/hoe-manns. You will need to create an
|
172
|
-
account for yourself.
|
data/Rakefile
DELETED
@@ -1,56 +0,0 @@
|
|
1
|
-
# -*- ruby -*-
|
2
|
-
# Release:
|
3
|
-
# See README.rdoc.release
|
4
|
-
|
5
|
-
require 'rubygems'
|
6
|
-
require 'hoe'
|
7
|
-
|
8
|
-
Hoe.plugin :bundler
|
9
|
-
Hoe.plugin :doofus
|
10
|
-
#Hoe.plugin :git
|
11
|
-
Hoe.plugin :manns
|
12
|
-
Hoe.plugin :rdoc
|
13
|
-
Hoe.plugin :reek
|
14
|
-
Hoe.plugin :rubocop
|
15
|
-
Hoe.plugin :rubygems
|
16
|
-
Hoe.plugin :travis
|
17
|
-
Hoe.plugin :version
|
18
|
-
|
19
|
-
|
20
|
-
###########################################DEVELOPING ZONE##############################################################
|
21
|
-
# rubocop:disable Metrics/LineLength
|
22
|
-
Hoe.spec 'hoe-manns' do
|
23
|
-
developer('Sascha Manns', 'Sascha.Manns@mailbox.org')
|
24
|
-
license 'GPL-3.0' # this should match the license in the README
|
25
|
-
require_ruby_version '>= 2.2.0'
|
26
|
-
|
27
|
-
dependency 'rainbow', '~> 2.2'
|
28
|
-
dependency 'bundler-audit', '~> 0.6'
|
29
|
-
|
30
|
-
extra_dev_deps << ['coveralls', '~> 0.8']
|
31
|
-
extra_dev_deps << ['hoe-bundler', '~> 1.3']
|
32
|
-
extra_dev_deps << ['hoe-doofus', '~> 1.0']
|
33
|
-
extra_dev_deps << ['hoe-git', '~> 1.6']
|
34
|
-
extra_dev_deps << ['hoe-manns', '~> 1.6']
|
35
|
-
extra_dev_deps << ['hoe-reek', '~> 1.1']
|
36
|
-
extra_dev_deps << ['hoe-rubocop', '~> 1.0']
|
37
|
-
extra_dev_deps << ['hoe-rubygems', '~> 1.0']
|
38
|
-
extra_dev_deps << ['hoe-travis', '~> 1.3']
|
39
|
-
extra_dev_deps << ['hoe-version', '~> 1.2']
|
40
|
-
extra_dev_deps << ['rake', '~> 12.1']
|
41
|
-
extra_dev_deps << ['rdoc', '~> 5.1']
|
42
|
-
extra_dev_deps << ['rubocop', '~> 0.50']
|
43
|
-
extra_dev_deps << ['rspec', '~> 3.7']
|
44
|
-
|
45
|
-
self.history_file = 'History.rdoc'
|
46
|
-
self.readme_file = 'README.rdoc'
|
47
|
-
self.extra_rdoc_files = FileList['*.rdoc'].to_a
|
48
|
-
self.post_install_message = 'Please file bugreports on: https://bugs.launchpad.net/hoe-manns'
|
49
|
-
end
|
50
|
-
|
51
|
-
##################################################SETUP ZONE############################################################
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
# vim: syntax=ruby
|
56
|
-
|
data/STATUS.rdoc
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
= Misc status badges
|
2
|
-
|
3
|
-
== Gem
|
4
|
-
last public version :: {<img src="https://badge.fury.io/rb/hoe-manns.png" alt="Last Version" />}[http://rubygems.org/gems/hoe-manns]
|
5
|
-
downloads latest :: {<img src="https://img.shields.io/gem/dtv/hoe-manns.svg" alt="Downloads latest version" />}[http://rubygems.org/gems/hoe-manns]
|
6
|
-
downloads all :: {<img src="https://img.shields.io/gem/dt/hoe-manns.svg" alt="Downloads all versions" />}[http://rubygems.org/gems/hoe-manns]
|
7
|
-
|
8
|
-
== Continuous Integration
|
9
|
-
continuous integration :: {<img src="https://travis-ci.org/saigkill/hoe-manns.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/saigkill/hoe-manns]
|
10
|
-
continuous integration :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-manns/badges/build.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-manns/build-status/master]
|
11
|
-
|
12
|
-
== Code Review
|
13
|
-
code quality :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-manns/badges/quality-score.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-manns/]
|
14
|
-
code quality :: {<img src="https://api.codeclimate.com/v1/badges/009b795034d7c698c74f/maintainability" />}[https://codeclimate.com/github/saigkill/hoe-manns/maintainability]
|
15
|
-
code quality :: {<img src="https://api.codacy.com/project/badge/Grade/bfa993bdac4b46efa6e102daf97ca311" alt="Codacy code quality" />}[https://www.codacy.com/app/saigkill_2/hoe-manns?utm_source=github.com&utm_medium=referral&utm_content=saigkill/hoe-manns&utm_campaign=Badge_Grade]
|
16
|
-
|
17
|
-
== Security
|
18
|
-
security :: {<img src="https://hakiri.io/github/saigkill/hoe-manns/master.svg" alt="security" />}[https://hakiri.io/github/saigkill/hoe-manns/master/shield]
|
19
|
-
|
20
|
-
== Test Coverage
|
21
|
-
test coverage :: {<img src="https://coveralls.io/repos/github/saigkill/hoe-manns/badge.svg?branch=master" alt="Test Coverage" />}[https://coveralls.io/github/saigkill/hoe-manns]
|
22
|
-
|
23
|
-
== Dependencies
|
24
|
-
dependency check :: {<img src="https://gemnasium.com/badges/github.com/saigkill/hoe-manns.svg" alt="Dependency Status" />}[https://gemnasium.com/github.com/saigkill/hoe-manns]
|
25
|
-
|
26
|
-
== Documentation
|
27
|
-
documentation quality :: {<img src="https://inch-ci.org/github/saigkill/hoe-manns.svg?branch=master" alt="Documentation Quality" />}[https://inch-ci.org/github/saigkill/hoe-manns]
|
28
|
-
|
29
|
-
== Donations
|
30
|
-
donations :: {<img src="https://saigkill.tuxfamily.org/dotclear/public/Amazon.png" alt="Donations" />}[http://www.amazon.de/registry/wishlist/D75HOEQ00BDD]
|