hoe-packaging 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +5 -5
- data/History.rdoc +6 -0
- data/NEWS +64 -0
- data/README.rdoc +1 -1
- data/Rakefile +2 -2
- data/STATUS.rdoc +1 -1
- data/lib/hoe/packaging.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc6f2b4d26b64918371c21fb91edcf93e7cec340
|
4
|
+
data.tar.gz: 4daa753716a7dd0fd055a0e5b6332c8853a1e212
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35151b8df3ebbb8c005c450596b78c3d62c2ab2e22c53790c0551be937442eedf718ee2f1887b148c470082ff9387af6a504a16ae19e295c8d22186a0dd1ed90
|
7
|
+
data.tar.gz: 52123fa64eeac562e39b0996634dbb73b111f2a59acd310b25d7cf966dbe3a975b7fd800a83235a43e610e648c78592a46f67c3252fcd421dc4a834643be33d0
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -67,8 +67,8 @@ GEM
|
|
67
67
|
bundler-audit (~> 0.5)
|
68
68
|
parseconfig (~> 1.0)
|
69
69
|
rainbow (~> 2.2)
|
70
|
-
hoe-reek (1.2.
|
71
|
-
bundler (~> 1.
|
70
|
+
hoe-reek (1.2.2)
|
71
|
+
bundler (~> 1.16)
|
72
72
|
reek (~> 4.7)
|
73
73
|
hoe-rubocop (1.0.8)
|
74
74
|
bundler (~> 1.14)
|
@@ -103,7 +103,7 @@ GEM
|
|
103
103
|
rake
|
104
104
|
rake (12.2.1)
|
105
105
|
rdoc (5.1.0)
|
106
|
-
reek (4.7.
|
106
|
+
reek (4.7.3)
|
107
107
|
codeclimate-engine-rb (~> 0.4.0)
|
108
108
|
parser (>= 2.4.0.0, < 2.5)
|
109
109
|
rainbow (~> 2.0)
|
@@ -155,7 +155,7 @@ PLATFORMS
|
|
155
155
|
ruby
|
156
156
|
|
157
157
|
DEPENDENCIES
|
158
|
-
bundler (~> 1.
|
158
|
+
bundler (~> 1.16)
|
159
159
|
coveralls (~> 0.8)
|
160
160
|
fpm (~> 1.9)
|
161
161
|
fpm-cookery (~> 0.33)
|
@@ -177,4 +177,4 @@ DEPENDENCIES
|
|
177
177
|
rubocop (~> 0.51)
|
178
178
|
|
179
179
|
BUNDLED WITH
|
180
|
-
1.
|
180
|
+
1.16.0
|
data/History.rdoc
CHANGED
data/NEWS
CHANGED
@@ -1,3 +1,67 @@
|
|
1
|
+
===============================================================================
|
2
|
+
hoe-packaging 1.2.2 - 2017-11-07
|
3
|
+
===============================================================================
|
4
|
+
|
5
|
+
hoe-packaging 1.2.2 is the culmination of one 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
|
+
* Updated reek dependency
|
20
|
+
|
21
|
+
|
22
|
+
===============================================================================
|
23
|
+
SOURCES / PACKAGES
|
24
|
+
===============================================================================
|
25
|
+
|
26
|
+
Sources
|
27
|
+
-------
|
28
|
+
|
29
|
+
* hoe-packaging 1.2.2 Tarballs:
|
30
|
+
https://launchpad.net/hoe-packaging/1.x/1.2.2/+download/hoe-packaging-1.2.2.tar.xz
|
31
|
+
|
32
|
+
Packages
|
33
|
+
--------
|
34
|
+
|
35
|
+
Download and installation information is available here:
|
36
|
+
|
37
|
+
* https://saigkill.github.io/hoe-packaging/about/
|
38
|
+
|
39
|
+
Gems:
|
40
|
+
|
41
|
+
* https://rubygems.org/gems/hoe-packaging
|
42
|
+
|
43
|
+
===============================================================================
|
44
|
+
REPORT BUGS - HELP THE PROJECT - GROW THE COMMUNITY
|
45
|
+
===============================================================================
|
46
|
+
|
47
|
+
If you encounter any bad behavior with this release, please do not
|
48
|
+
hesitate to file bugs!
|
49
|
+
|
50
|
+
* https://bugs.launchpad.net/hoe-packaging
|
51
|
+
|
52
|
+
|
53
|
+
===============================================================================
|
54
|
+
VALUED HOE-PACKAGING CONTRIBUTORS
|
55
|
+
===============================================================================
|
56
|
+
|
57
|
+
Contributors For This Release
|
58
|
+
-----------------------------
|
59
|
+
|
60
|
+
The following people directly contributed to the release of this version
|
61
|
+
of hoe-packaging. Without their help, there would be no release!
|
62
|
+
|
63
|
+
Sascha Manns
|
64
|
+
|
1
65
|
===============================================================================
|
2
66
|
hoe-packaging 1.2.1 - 2017-11-02
|
3
67
|
===============================================================================
|
data/README.rdoc
CHANGED
@@ -81,7 +81,7 @@ and generate the RDoc.
|
|
81
81
|
|
82
82
|
=== COOL HACKS:
|
83
83
|
|
84
|
-
* Open a bugreport on https://bugs.launchpad.net/hoe-
|
84
|
+
* Open a bugreport on https://bugs.launchpad.net/hoe-packaging.
|
85
85
|
* Please use the -u flag when generating the patch as it makes the patch
|
86
86
|
more readable.
|
87
87
|
* Write a good explanation of what the patch does.
|
data/Rakefile
CHANGED
@@ -21,7 +21,7 @@ Hoe.plugin :version
|
|
21
21
|
# rubocop:disable Metrics/LineLength
|
22
22
|
Hoe.spec 'hoe-packaging' do
|
23
23
|
developer('Sascha Manns', 'Sascha.Manns@mailbox.org')
|
24
|
-
license 'GPL-3' # this should match the license in the README
|
24
|
+
license 'GPL-3.0' # this should match the license in the README
|
25
25
|
require_ruby_version '>= 2.2.0'
|
26
26
|
|
27
27
|
self.history_file = 'History.rdoc'
|
@@ -29,7 +29,7 @@ Hoe.spec 'hoe-packaging' do
|
|
29
29
|
self.extra_rdoc_files = FileList['*.rdoc'].to_a
|
30
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
|
-
dependency 'bundler', '~> 1.
|
32
|
+
dependency 'bundler', '~> 1.16'
|
33
33
|
dependency 'fpm', '~> 1.9'
|
34
34
|
dependency 'fpm-cookery', '~> 0.33'
|
35
35
|
dependency 'parseconfig', '~> 1.0.8'
|
data/STATUS.rdoc
CHANGED
@@ -7,7 +7,7 @@ downloads all :: {<img src="https://img.shields.io/gem/dt/hoe-packaging.svg" alt
|
|
7
7
|
|
8
8
|
== Code Review
|
9
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://
|
10
|
+
code quality :: {<img src="https://api.codeclimate.com/v1/badges/5491c830409827e04868/maintainability" />}[https://codeclimate.com/github/saigkill/hoe-packaging/maintainability]
|
11
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
12
|
|
13
13
|
== Security
|
data/lib/hoe/packaging.rb
CHANGED
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.2
|
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-
|
11
|
+
date: 2017-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '1.
|
19
|
+
version: '1.16'
|
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: '1.
|
26
|
+
version: '1.16'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: fpm
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -327,7 +327,7 @@ files:
|
|
327
327
|
- lib/hoe/packaging.rb
|
328
328
|
homepage: https://launchpad.net/hoe-packaging
|
329
329
|
licenses:
|
330
|
-
- GPL-3
|
330
|
+
- GPL-3.0
|
331
331
|
metadata: {}
|
332
332
|
post_install_message: "*** Extend your hoerc: https://saigkill.github.io/hoe-packaging/about/
|
333
333
|
*** Please file bugreports on: https://bugs.launchpad.net/hoe-packaging"
|