chandler 0.3.1 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/README.md +1 -1
- data/lib/chandler/changelog.rb +2 -1
- data/lib/chandler/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7106a3817c6b804c4e46f9debbadf26fc3f30fc6
|
4
|
+
data.tar.gz: ec0e62704eb8867142e5bb81b082a92b66bab4ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff409c22243a01e099e80bbba377b10a46e2cdb5f89252388de03f821ff3acf180b917ce6e35909e78a3c33ae2749ac8927d4d7d63fed3bc8ce22a10b902269f
|
7
|
+
data.tar.gz: b1d77ab60077e0c173090f979f35b4bf4af1dd1ab2fd4b0be137d67af10bb6247bcf3d8cb8aae1ad80f80c958dc7248ef88d4e10da085d79d2d3d8384b3de6ef
|
data/CHANGELOG.md
CHANGED
@@ -8,6 +8,10 @@ chandler is in a pre-1.0 state. This means that its APIs and behavior are subjec
|
|
8
8
|
|
9
9
|
* Your contribution here!
|
10
10
|
|
11
|
+
## [0.4.0][] (2016-09-23)
|
12
|
+
|
13
|
+
* Support for reStructuredText `definition-list` style CHANGELOG layouts.
|
14
|
+
|
11
15
|
## [0.3.1][] (2016-05-13)
|
12
16
|
|
13
17
|
* Fix a bug where the formatting of certain Markdown release notes were
|
@@ -38,7 +42,8 @@ chandler is in a pre-1.0 state. This means that its APIs and behavior are subjec
|
|
38
42
|
* Initial release
|
39
43
|
|
40
44
|
[Semver]: http://semver.org
|
41
|
-
[Unreleased]: https://github.com/mattbrictson/chandler/compare/v0.
|
45
|
+
[Unreleased]: https://github.com/mattbrictson/chandler/compare/v0.4.0...HEAD
|
46
|
+
[0.4.0]: https://github.com/mattbrictson/chandler/compare/v0.3.1...v0.4.0
|
42
47
|
[0.3.1]: https://github.com/mattbrictson/chandler/compare/v0.3.0...v0.3.1
|
43
48
|
[0.3.0]: https://github.com/mattbrictson/chandler/compare/v0.2.0...v0.3.0
|
44
49
|
[0.2.0]: https://github.com/mattbrictson/chandler/compare/v0.1.2...v0.2.0
|
data/README.md
CHANGED
@@ -46,7 +46,7 @@ machine api.github.com
|
|
46
46
|
password c0d3b4ssssss!
|
47
47
|
```
|
48
48
|
|
49
|
-
For more security, you can use an OAuth access token in place of your password. [Here's how to generate one][access-token].
|
49
|
+
For more security, you can use an OAuth access token in place of your password. [Here's how to generate one][access-token]. Make sure to enable `public_repo` scope for the token.
|
50
50
|
|
51
51
|
|
52
52
|
## Usage
|
data/lib/chandler/changelog.rb
CHANGED
data/lib/chandler/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chandler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-09-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: netrc
|
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
194
194
|
version: '0'
|
195
195
|
requirements: []
|
196
196
|
rubyforge_project:
|
197
|
-
rubygems_version: 2.6.
|
197
|
+
rubygems_version: 2.6.6
|
198
198
|
signing_key:
|
199
199
|
specification_version: 4
|
200
200
|
summary: Syncs CHANGELOG entries to GitHub's release notes
|