chandler 0.3.1 → 0.4.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5fa6bde6eefdf5eb7da60565d059652a41419a66
4
- data.tar.gz: 660151c83e5e62f1f545b867c8677aac01183ea8
3
+ metadata.gz: 7106a3817c6b804c4e46f9debbadf26fc3f30fc6
4
+ data.tar.gz: ec0e62704eb8867142e5bb81b082a92b66bab4ae
5
5
  SHA512:
6
- metadata.gz: 4ee9deb4e9b2cf36b8a1b776f635c13256c4b77031a499f4fe5c99025609ad99741c51103d2d002812ee1061fdbcd6619969a9818e0b9d119b9c18e7c0661484
7
- data.tar.gz: 38f701c602f09f1810dccdd03b7d120948940e83cad2b644c56c37badf00cc727fe4e40a20720c17bc327ad9fe529c0b364f5c234dc4af4b7747d9ecbde5de34
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.3.1...HEAD
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
@@ -17,7 +17,8 @@ module Chandler
17
17
  /^==[[:space:]]+.*\n/,
18
18
  /^===[[:space:]]+.*\n/,
19
19
  /^\S.*\n=+\n/, # Markdown "Setext" style
20
- /^\S.*\n-+\n/
20
+ /^\S.*\n-+\n/,
21
+ /^[vr]?[0-9]+\S+[[:space:]]*\n/ # Lines with version string
21
22
  ].freeze
22
23
 
23
24
  attr_reader :path
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Chandler
3
- VERSION = "0.3.1".freeze
3
+ VERSION = "0.4.0".freeze
4
4
  end
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.3.1
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-05-13 00:00:00.000000000 Z
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.4
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