hoe-packaging 1.2.0 → 1.2.1
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 +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +5 -4
- data/History.rdoc +10 -1
- data/Manifest.txt +1 -0
- data/NEWS +66 -0
- data/Rakefile +2 -1
- data/lib/hoe/packaging.rb +4 -2
- metadata +18 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f8ce483a4ce041695b00c83e2bda20a37ae714f7
|
|
4
|
+
data.tar.gz: 756aa2fc30e1137440d0cc31fae7579c095ace44
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aee1dc12c12c4bed4be8f99743e513dc27530186b652e8c8d2958306d5b84fb5640e8271c53af055e1c924447b107f422667a20e1036e7b58bb2d14490354f38
|
|
7
|
+
data.tar.gz: 1bc91d55ac677302b75e1b5be0a82b90a889f6579898ef9cd39558d51a6db02a58f91ca84f33f0f4c34176386634fa04f4dbfb845a6bac3c16595b12c0fbabc2
|
data/Gemfile
CHANGED
|
@@ -7,6 +7,7 @@ source "https://rubygems.org/"
|
|
|
7
7
|
gem "bundler", "~>1.15"
|
|
8
8
|
gem "fpm", "~>1.9"
|
|
9
9
|
gem "fpm-cookery", "~>0.33"
|
|
10
|
+
gem "parseconfig", "~>1.0.8"
|
|
10
11
|
|
|
11
12
|
gem "hoe-bundler", "~>1.3", :group => [:development, :test]
|
|
12
13
|
gem "hoe-doofus", "~>1.0", :group => [:development, :test]
|
data/Gemfile.lock
CHANGED
|
@@ -67,9 +67,9 @@ GEM
|
|
|
67
67
|
bundler-audit (~> 0.5)
|
|
68
68
|
parseconfig (~> 1.0)
|
|
69
69
|
rainbow (~> 2.2)
|
|
70
|
-
hoe-reek (1.
|
|
71
|
-
bundler (~> 1.
|
|
72
|
-
reek (~> 4.
|
|
70
|
+
hoe-reek (1.2.0)
|
|
71
|
+
bundler (~> 1.15)
|
|
72
|
+
reek (~> 4.7)
|
|
73
73
|
hoe-rubocop (1.0.8)
|
|
74
74
|
bundler (~> 1.14)
|
|
75
75
|
rubocop (~> 0.47)
|
|
@@ -101,7 +101,7 @@ GEM
|
|
|
101
101
|
json_pure
|
|
102
102
|
rainbow (2.2.2)
|
|
103
103
|
rake
|
|
104
|
-
rake (12.1
|
|
104
|
+
rake (12.2.1)
|
|
105
105
|
rdoc (5.1.0)
|
|
106
106
|
reek (4.7.2)
|
|
107
107
|
codeclimate-engine-rb (~> 0.4.0)
|
|
@@ -169,6 +169,7 @@ DEPENDENCIES
|
|
|
169
169
|
hoe-rubygems (~> 1.0)
|
|
170
170
|
hoe-travis (~> 1.3)
|
|
171
171
|
hoe-version (~> 1.2)
|
|
172
|
+
parseconfig (~> 1.0.8)
|
|
172
173
|
rake (~> 12.1)
|
|
173
174
|
rdoc (~> 5.1)
|
|
174
175
|
reek (~> 4.7)
|
data/History.rdoc
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
|
+
=== 1.2.1 / 2017-10-28
|
|
2
|
+
|
|
3
|
+
* 4 minor enhancement
|
|
4
|
+
|
|
5
|
+
* HP-5: Changed documentation from publican to daps
|
|
6
|
+
* HP-6: Add more targets to travis.yml
|
|
7
|
+
* HP-7: Add parseconfig as dependency
|
|
8
|
+
* HP-8: Fix method colour to color (Rainbow Standard)
|
|
9
|
+
|
|
1
10
|
=== 1.2.0 / 2017-10-20
|
|
2
11
|
|
|
3
|
-
*
|
|
12
|
+
* 4 minor enhancement
|
|
4
13
|
|
|
5
14
|
* HP-1: Split README.rdoc into STATUS.rdoc
|
|
6
15
|
* HP-2: Change License to GPL-3
|
data/Manifest.txt
CHANGED
data/NEWS
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
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/Rakefile
CHANGED
|
@@ -27,11 +27,12 @@ Hoe.spec 'hoe-packaging' do
|
|
|
27
27
|
self.history_file = 'History.rdoc'
|
|
28
28
|
self.readme_file = 'README.rdoc'
|
|
29
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
|
|
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
31
|
|
|
32
32
|
dependency 'bundler', '~> 1.15'
|
|
33
33
|
dependency 'fpm', '~> 1.9'
|
|
34
34
|
dependency 'fpm-cookery', '~> 0.33'
|
|
35
|
+
dependency 'parseconfig', '~> 1.0.8'
|
|
35
36
|
|
|
36
37
|
extra_dev_deps << ['hoe-bundler', '~> 1.3']
|
|
37
38
|
extra_dev_deps << ['hoe-doofus', '~> 1.0']
|
data/lib/hoe/packaging.rb
CHANGED
|
@@ -18,10 +18,11 @@
|
|
|
18
18
|
require 'hoe'
|
|
19
19
|
|
|
20
20
|
# Main module for hoe-packaging
|
|
21
|
+
# TODO: Try to fix this in future
|
|
21
22
|
# rubocop:disable Style/ClassAndModuleChildren
|
|
22
23
|
module Hoe::Packaging
|
|
23
24
|
# Versionizing
|
|
24
|
-
VERSION = '1.2.
|
|
25
|
+
VERSION = '1.2.1'.freeze
|
|
25
26
|
attr_accessor :create_packages
|
|
26
27
|
attr_accessor :deploy_packages
|
|
27
28
|
|
|
@@ -54,7 +55,7 @@ module Hoe::Packaging
|
|
|
54
55
|
FileUtils.cd('recipes') do
|
|
55
56
|
puts 'Creating the deb package'.color(:yellow)
|
|
56
57
|
system('fpm-cook -t deb')
|
|
57
|
-
puts 'deb creating done'.
|
|
58
|
+
puts 'deb creating done'.color(:green)
|
|
58
59
|
puts 'Creating the rpm package'.color(:yellow)
|
|
59
60
|
system('fpm-cook -t rpm')
|
|
60
61
|
puts 'rpm creating done'.color(:green)
|
|
@@ -62,6 +63,7 @@ module Hoe::Packaging
|
|
|
62
63
|
end
|
|
63
64
|
|
|
64
65
|
# Method for deploying to bintray
|
|
66
|
+
# TODO: Try to pacify rubocop and reek in future
|
|
65
67
|
# rubocop:disable Metrics/AbcSize
|
|
66
68
|
# rubocop:disable Metrics/LineLength
|
|
67
69
|
# rubocop:disable Metrics/MethodLength
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hoe-packaging
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sascha Manns
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-11-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -52,6 +52,20 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0.33'
|
|
55
|
+
- !ruby/object:Gem::Dependency
|
|
56
|
+
name: parseconfig
|
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
|
58
|
+
requirements:
|
|
59
|
+
- - "~>"
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: 1.0.8
|
|
62
|
+
type: :runtime
|
|
63
|
+
prerelease: false
|
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - "~>"
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: 1.0.8
|
|
55
69
|
- !ruby/object:Gem::Dependency
|
|
56
70
|
name: hoe-bundler
|
|
57
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -306,6 +320,7 @@ files:
|
|
|
306
320
|
- History.rdoc
|
|
307
321
|
- LICENSE.rdoc
|
|
308
322
|
- Manifest.txt
|
|
323
|
+
- NEWS
|
|
309
324
|
- README.rdoc
|
|
310
325
|
- Rakefile
|
|
311
326
|
- STATUS.rdoc
|
|
@@ -315,7 +330,7 @@ licenses:
|
|
|
315
330
|
- GPL-3
|
|
316
331
|
metadata: {}
|
|
317
332
|
post_install_message: "*** Extend your hoerc: https://saigkill.github.io/hoe-packaging/about/
|
|
318
|
-
*** Please file bugreports
|
|
333
|
+
*** Please file bugreports on: https://bugs.launchpad.net/hoe-packaging"
|
|
319
334
|
rdoc_options:
|
|
320
335
|
- "--main"
|
|
321
336
|
- README.rdoc
|