hoe-packaging 1.2.1 → 1.2.6
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} +43 -11
- data/CONTRIBUTING.md +21 -0
- data/LICENSE.md +636 -0
- data/MAINTENANCE.md +19 -0
- data/README.md +83 -0
- data/lib/hoe/packaging.rb +2 -2
- metadata +38 -250
- data/Gemfile +0 -29
- data/Gemfile.lock +0 -180
- data/LICENSE.rdoc +0 -619
- data/Manifest.txt +0 -9
- data/NEWS +0 -66
- data/README.rdoc +0 -157
- data/Rakefile +0 -57
- data/STATUS.rdoc +0 -24
data/Manifest.txt
DELETED
data/NEWS
DELETED
@@ -1,66 +0,0 @@
|
|
1
|
-
===============================================================================
|
2
|
-
hoe-packaging 1.2.1 - 2017-11-02
|
3
|
-
===============================================================================
|
4
|
-
|
5
|
-
hoe-packaging 1.2.1 is the culmination of two days' work by 1 developer.
|
6
|
-
|
7
|
-
New Features:
|
8
|
-
|
9
|
-
* Nothing yet
|
10
|
-
|
11
|
-
|
12
|
-
Enhancements:
|
13
|
-
|
14
|
-
* Nothing yet
|
15
|
-
|
16
|
-
|
17
|
-
Notable Bugs Fixed:
|
18
|
-
|
19
|
-
* HP-5: Changed documentation from publican to daps
|
20
|
-
* HP-6: Add more targets to travis.yml
|
21
|
-
* HP-7: Add parseconfig as dependency
|
22
|
-
* HP-8: Fix method colour to color (Rainbow Standard)
|
23
|
-
|
24
|
-
|
25
|
-
===============================================================================
|
26
|
-
SOURCES / PACKAGES
|
27
|
-
===============================================================================
|
28
|
-
|
29
|
-
Sources
|
30
|
-
-------
|
31
|
-
|
32
|
-
* hoe-packaging 1.2.1 Tarballs:
|
33
|
-
https://launchpad.net/hoe-packaging/1.x/1.2.1/+download/hoe-packaging-1.2.1.tar.xz
|
34
|
-
|
35
|
-
Packages
|
36
|
-
--------
|
37
|
-
|
38
|
-
Download and installation information is available here:
|
39
|
-
|
40
|
-
* https://saigkill.github.io/hoe-packaging/about/
|
41
|
-
|
42
|
-
Gems:
|
43
|
-
|
44
|
-
* https://rubygems.org/gems/hoe-packaging
|
45
|
-
|
46
|
-
===============================================================================
|
47
|
-
REPORT BUGS - HELP THE PROJECT - GROW THE COMMUNITY
|
48
|
-
===============================================================================
|
49
|
-
|
50
|
-
If you encounter any bad behavior with this release, please do not
|
51
|
-
hesitate to file bugs!
|
52
|
-
|
53
|
-
* https://bugs.launchpad.net/hoe-packaging
|
54
|
-
|
55
|
-
|
56
|
-
===============================================================================
|
57
|
-
VALUED HOE-PACKAGING CONTRIBUTORS
|
58
|
-
===============================================================================
|
59
|
-
|
60
|
-
Contributors For This Release
|
61
|
-
-----------------------------
|
62
|
-
|
63
|
-
The following people directly contributed to the release of this version
|
64
|
-
of hoe-packaging. Without their help, there would be no release!
|
65
|
-
|
66
|
-
Sascha Manns
|
data/README.rdoc
DELETED
@@ -1,157 +0,0 @@
|
|
1
|
-
= hoe-packaging
|
2
|
-
|
3
|
-
code :: https://launchpad.net/hoe-packaging
|
4
|
-
docs :: https://saigkill.github.io/hoe-packaging/about/
|
5
|
-
apidoc :: http://www.rubydoc.info/gems/hoe-packaging
|
6
|
-
bugs :: https://bugs.launchpad.net/hoe-packaging
|
7
|
-
questions :: https://answers.launchpad.net/hoe-packaging
|
8
|
-
feature requests :: https://blueprints.launchpad.net/hoe-packaging
|
9
|
-
openhub statistics :: https://www.openhub.net/p/hoe-packaging
|
10
|
-
authors blog :: https://saigkill.tuxfamily.org
|
11
|
-
min. rubyver :: 2.2.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-packaging.
|
15
|
-
|
16
|
-
== DESCRIPTION:
|
17
|
-
|
18
|
-
hoe-packaging is a plugin for the hoe ruby projecthelper (https://github.com/seattlerb/hoe). It provides creation of rpm and deb packages,
|
19
|
-
also a deployment to bintray.
|
20
|
-
|
21
|
-
The History.rdoc contains a detailed description on what has changed. For most
|
22
|
-
users the NEWS file might be a better place to look since it contains
|
23
|
-
change summaries between the different versions.
|
24
|
-
|
25
|
-
youtube_dlhelper is released under the GPL3 License, see the file 'License.rdoc'
|
26
|
-
for more information.
|
27
|
-
|
28
|
-
The official web site is:
|
29
|
-
|
30
|
-
https://launchpad.net/hoe-packaging
|
31
|
-
|
32
|
-
== FEATURES/PROBLEMS:
|
33
|
-
|
34
|
-
* creating of deb & rpm packages
|
35
|
-
* deploying to bintray.
|
36
|
-
|
37
|
-
This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS, i'm happy about Pull requests.
|
38
|
-
|
39
|
-
See the {FAQs}[https://answers.launchpad.net/hoe-packaging/+faqs] for checking known issues.
|
40
|
-
See the {status}[https://github.com/saigkill/hoe-packaging/blob/master/STATUS.rdoc] of the app.
|
41
|
-
|
42
|
-
== SYNOPSIS:
|
43
|
-
|
44
|
-
Use in your Rakefile:
|
45
|
-
|
46
|
-
Hoe.plugin :packaging
|
47
|
-
|
48
|
-
Hoe.spec 'yourproject' do
|
49
|
-
...
|
50
|
-
end
|
51
|
-
|
52
|
-
Also add hoe-packaging to your requirements and recreate your Gemfile.
|
53
|
-
|
54
|
-
Read the documentation at: https://saigkill.github.io/hoe-packaging/about/
|
55
|
-
|
56
|
-
== REQUIREMENTS:
|
57
|
-
|
58
|
-
* fpm
|
59
|
-
* fpm-cookery
|
60
|
-
|
61
|
-
== INSTALL:
|
62
|
-
|
63
|
-
The installation is very easy.
|
64
|
-
|
65
|
-
gem install hoe-packaging
|
66
|
-
|
67
|
-
Read the documentation at: https://saigkill.github.io/hoe-packaging/about/
|
68
|
-
|
69
|
-
== DEVELOPERS:
|
70
|
-
|
71
|
-
After checking out the source, run:
|
72
|
-
|
73
|
-
$ rake newb
|
74
|
-
|
75
|
-
This task will install any missing dependencies, run the tests/specs,
|
76
|
-
and generate the RDoc.
|
77
|
-
|
78
|
-
=== IDEAS:
|
79
|
-
|
80
|
-
* Add ideas on: https://blueprints.launchpad.net/hoe-packaging
|
81
|
-
|
82
|
-
=== COOL HACKS:
|
83
|
-
|
84
|
-
* Open a bugreport on https://bugs.launchpad.net/hoe-manns.
|
85
|
-
* Please use the -u flag when generating the patch as it makes the patch
|
86
|
-
more readable.
|
87
|
-
* Write a good explanation of what the patch does.
|
88
|
-
* It is better to use git format-patch command: git format-patch HEAD^
|
89
|
-
|
90
|
-
=== CONTRIBUTOR CODE OF CONDUCT:
|
91
|
-
|
92
|
-
As contributors and maintainers of this project, we pledge to respect all
|
93
|
-
people who contribute through reporting issues, posting feature requests,
|
94
|
-
updating documentation, submitting pull requests or patches, and other
|
95
|
-
activities.
|
96
|
-
|
97
|
-
We are committed to making participation in this project a harassment-free
|
98
|
-
experience for everyone, regardless of level of experience, gender, gender
|
99
|
-
identity and expression, sexual orientation, disability, personal
|
100
|
-
appearance, body size, race, age, or religion.
|
101
|
-
|
102
|
-
Examples of unacceptable behavior by participants include the use of sexual
|
103
|
-
language or imagery, derogatory comments or personal attacks, trolling,
|
104
|
-
public or private harassment, insults, or other unprofessional conduct.
|
105
|
-
|
106
|
-
Project maintainers have the right and responsibility to remove, edit, or
|
107
|
-
reject comments, commits, code, wiki edits, issues, and other contributions
|
108
|
-
that are not aligned to this Code of Conduct. Project maintainers who do
|
109
|
-
not follow the Code of Conduct may be removed from the project team.
|
110
|
-
|
111
|
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
112
|
-
reported by opening an issue or contacting one or more of the project
|
113
|
-
maintainers.
|
114
|
-
|
115
|
-
This Code of Conduct is adapted from the {Contributor Covenant}[http:contributor-covenant.org],
|
116
|
-
version 1.0.0, available at {http://contributor-covenant.org/version/1/0/0/}[http://contributor-covenant.org/version/1/0/0/].
|
117
|
-
|
118
|
-
=== MAINTANANCE POLICY:
|
119
|
-
|
120
|
-
I'm following the Semantic Versioning for its releases: (Major).(Minor).(Patch).
|
121
|
-
|
122
|
-
* Major version: Whenever there is something significant or any backwards
|
123
|
-
incompatible changes.
|
124
|
-
* Minor version: When new, backwards compatible functionality is introduced a
|
125
|
-
minor feature is introduced, or when a set of smaller features is rolled out.
|
126
|
-
* Patch number: When backwards compatible bug fixes are introduced that fix
|
127
|
-
incorrect behavior.
|
128
|
-
* The current stable release will receive security patches and bug fixes
|
129
|
-
(eg. 5.0 -> 5.0.1).
|
130
|
-
* Feature releases will mark the next supported stable release where the minor
|
131
|
-
version is increased numerically by increments of one (eg. 5.0 -> 5.1).
|
132
|
-
|
133
|
-
I encourage everyone to run the latest stable release to ensure that you can
|
134
|
-
easily upgrade to the most secure and feature rich experience. In order to
|
135
|
-
make sure you can easily run the most recent stable release, we are working
|
136
|
-
hard to keep the update process simple and reliable.
|
137
|
-
|
138
|
-
=== STRUCTURE:
|
139
|
-
|
140
|
-
==== BRANCHES:
|
141
|
-
|
142
|
-
===== `master` BRANCH:
|
143
|
-
The master branch is the current edge of development.
|
144
|
-
|
145
|
-
===== `X.X` BRANCH:
|
146
|
-
The X.X branch is the last stable branch. It will used for tarballs.
|
147
|
-
|
148
|
-
===== MERGE REQUESTS:
|
149
|
-
If you want to merge your branch with the trunk, join the team.
|
150
|
-
|
151
|
-
Please base all Merge requests off the `master` branch. Merges to
|
152
|
-
`X.X` only occur through the `master` branch.
|
153
|
-
|
154
|
-
== PROBLEM REPORTING:
|
155
|
-
|
156
|
-
Bugs should be reported to https://bugs.launchpad.net/hoe-packaging. You will need to create an
|
157
|
-
account for yourself.
|
data/Rakefile
DELETED
@@ -1,57 +0,0 @@
|
|
1
|
-
# -*- ruby -*-
|
2
|
-
# Release:
|
3
|
-
# See README.rdoc.releasing
|
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-packaging' do
|
23
|
-
developer('Sascha Manns', 'Sascha.Manns@mailbox.org')
|
24
|
-
license 'GPL-3' # this should match the license in the README
|
25
|
-
require_ruby_version '>= 2.2.0'
|
26
|
-
|
27
|
-
self.history_file = 'History.rdoc'
|
28
|
-
self.readme_file = 'README.rdoc'
|
29
|
-
self.extra_rdoc_files = FileList['*.rdoc'].to_a
|
30
|
-
self.post_install_message = '*** Extend your hoerc: https://saigkill.github.io/hoe-packaging/about/ *** Please file bugreports on: https://bugs.launchpad.net/hoe-packaging'
|
31
|
-
|
32
|
-
dependency 'bundler', '~> 1.15'
|
33
|
-
dependency 'fpm', '~> 1.9'
|
34
|
-
dependency 'fpm-cookery', '~> 0.33'
|
35
|
-
dependency 'parseconfig', '~> 1.0.8'
|
36
|
-
|
37
|
-
extra_dev_deps << ['hoe-bundler', '~> 1.3']
|
38
|
-
extra_dev_deps << ['hoe-doofus', '~> 1.0']
|
39
|
-
extra_dev_deps << ['hoe-git', '~> 1.6']
|
40
|
-
extra_dev_deps << ['hoe-manns', '~> 1.6']
|
41
|
-
extra_dev_deps << ['hoe-reek', '~> 1.1']
|
42
|
-
extra_dev_deps << ['hoe-rubocop', '~> 1.0']
|
43
|
-
extra_dev_deps << ['hoe-rubygems', '~> 1.0']
|
44
|
-
extra_dev_deps << ['hoe-travis', '~> 1.3']
|
45
|
-
extra_dev_deps << ['hoe-version', '~> 1.2']
|
46
|
-
extra_dev_deps << ['rake', '~> 12.1']
|
47
|
-
extra_dev_deps << ['rdoc', '~> 5.1']
|
48
|
-
extra_dev_deps << ['reek', '~> 4.7']
|
49
|
-
extra_dev_deps << ['rspec', '~> 3.7']
|
50
|
-
extra_dev_deps << ['rubocop', '~> 0.51']
|
51
|
-
extra_dev_deps << ['coveralls', '~> 0.8']
|
52
|
-
end
|
53
|
-
|
54
|
-
##################################################SETUP ZONE############################################################
|
55
|
-
|
56
|
-
|
57
|
-
# vim: syntax=ruby
|
data/STATUS.rdoc
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
= Misc status badges
|
2
|
-
|
3
|
-
== Gem
|
4
|
-
last public version :: {<img src="https://badge.fury.io/rb/hoe-packaging.png" alt="Last Version" />}[http://rubygems.org/gems/hoe-packaging]
|
5
|
-
downloads latest :: {<img src="https://img.shields.io/gem/dtv/hoe-packaging.svg" alt="Downloads latest version" />}[http://rubygems.org/gems/hoe-packaging]
|
6
|
-
downloads all :: {<img src="https://img.shields.io/gem/dt/hoe-packaging.svg" alt="Downloads all versions" />}[http://rubygems.org/gems/hoe-packaging]
|
7
|
-
|
8
|
-
== Code Review
|
9
|
-
code quality :: {<img src="https://scrutinizer-ci.com/g/saigkill/hoe-packaging/badges/quality-score.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/hoe-packaging/]
|
10
|
-
code quality :: {<img src="https://d3s6mut3hikguw.cloudfront.net/github/saigkill/hoe-packaging/badges/gpa.svg" alt="Code Quality" />}[https://codeclimate.com/github/saigkill/hoe-packaging]
|
11
|
-
code quality :: {<img src="https://api.codacy.com/project/badge/Grade/ddc76c674b464b4eac7a8d05a0155c24" alt="Codacy code quality" />}[https://www.codacy.com/app/samannsml/hoe-packaging?utm_source=github.com&utm_medium=referral&utm_content=saigkill/hoe-packaging&utm_campaign=Badge_Grade]
|
12
|
-
|
13
|
-
== Security
|
14
|
-
security :: {<img src="https://hakiri.io/github/saigkill/hoe-packaging/master.svg" alt="security" />}[https://hakiri.io/github/saigkill/hoe-packaging/master]
|
15
|
-
|
16
|
-
== Dependencies
|
17
|
-
dependency check :: {<img src="https://gemnasium.com/saigkill/hoe-packaging.svg" alt="Dependency Status" />}[https://gemnasium.com/saigkill/hoe-packaging]
|
18
|
-
|
19
|
-
== Documentation
|
20
|
-
documentation quality :: {<img src="http://inch-ci.org/github/saigkill/hoe-packaging.svg?branch=master" alt="Documentation Quality" />}[http://inch-ci.org/github/saigkill/hoe-packaging]
|
21
|
-
|
22
|
-
== Donations
|
23
|
-
donations :: {<img src="https://pledgie.com/campaigns/30335.png?skin_name=chrome" alt="Donations" />}[https://pledgie.com/campaigns/30335]
|
24
|
-
donations :: {<img src="https://saigkill.tuxfamily.org/dotclear/public/Amazon.png" alt="Donations" />}[http://www.amazon.de/registry/wishlist/D75HOEQ00BDD]
|