create_changelog 1.4.1 → 1.4.2
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/NEWS.md +16 -0
- data/README.md +1 -0
- data/lib/version.rb +1 -1
- data/lib/version.rb~ +1 -1
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6ccacc5a10d0f56510078e0f35a18e3c4e3bc8e
|
4
|
+
data.tar.gz: 96d8b08bf43ea5104c9cdda270c01856c7aafe3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91be3e33c72e1bb22edb4dd13faab7da9bbb3812bcd15f53d6324cfb762750490641987dba0c1d94f55f219a1f6b3e401b451ba479d38b86bb528c54b779e59c
|
7
|
+
data.tar.gz: 2cd0cb780cfc1885a2b5af53cb17579988bf6dd32b466a4bde28efd52801afda7a523428e8f2f958315c77343f1c07fe4fa57f5729dbc710792423679af2408d
|
data/NEWS.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1
|
+
Version 1.4.2 (2017-12-21)
|
2
|
+
------------------------------------------------------------------------
|
3
|
+
|
4
|
+
- Improved: Updated third-party components including the source code documentation component, yard, thereby fixing SECURITY VULNERABILITY CVE-2017-17042. Note that this does not affect normal operation of the tool.
|
5
|
+
|
6
|
+
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
7
|
+
|
8
|
+
|
9
|
+
Version 1.4.1 (2016-04-03)
|
10
|
+
------------------------------------------------------------------------
|
11
|
+
|
12
|
+
- Fix Debian packaging.
|
13
|
+
|
14
|
+
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
15
|
+
|
16
|
+
|
1
17
|
Version 1.4.0 (2016-04-03)
|
2
18
|
------------------------------------------------------------------------
|
3
19
|
|
data/README.md
CHANGED
data/lib/version.rb
CHANGED
data/lib/version.rb~
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: create_changelog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Kraus
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gem-man
|
@@ -44,28 +44,28 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.
|
47
|
+
version: '0.14'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.
|
54
|
+
version: '0.14'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: yard
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.
|
61
|
+
version: '0.9'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.
|
68
|
+
version: '0.9'
|
69
69
|
description: "\t\tRuby program with command-line interface that creates a changelog
|
70
70
|
from log\n\t\tlines in a git repository that can be read and understood by end users.\n"
|
71
71
|
email: bovender@bovender.de
|
@@ -101,7 +101,7 @@ licenses:
|
|
101
101
|
- Apache License version 2
|
102
102
|
metadata: {}
|
103
103
|
post_install_message: |
|
104
|
-
create_changelog version 1.4.
|
104
|
+
create_changelog version 1.4.2 has been installed.
|
105
105
|
For usage information, type ccl -h
|
106
106
|
rdoc_options: []
|
107
107
|
require_paths:
|
@@ -118,9 +118,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
118
118
|
version: '0'
|
119
119
|
requirements: []
|
120
120
|
rubyforge_project:
|
121
|
-
rubygems_version: 2.
|
121
|
+
rubygems_version: 2.6.11
|
122
122
|
signing_key:
|
123
123
|
specification_version: 4
|
124
124
|
summary: Creates end-user-friendly changelog from git messages.
|
125
125
|
test_files: []
|
126
|
-
has_rdoc:
|