chandler 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +3 -0
- data/CHANGELOG.md +6 -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: 398cbe68165973df214ecab27511bd1106fb5bb8
|
4
|
+
data.tar.gz: 39c487db62d4509506244a81a11a90209cf708eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc683632e858adf5b58ed2a99671736b962695c4d78a4e7cf054ffd673875c4768b858edda5379a9cc24549c9d7ef5bc93784c52be6f64391c19d99a271091da
|
7
|
+
data.tar.gz: 7069bf9cff51aed51e74624924e9d17b6a0ed2a5bdeaa822cc17682c98bfb850b6789a06ea3dd99dc4a7d78fdb72f5a8728f364578a5b28f5b44ed0d466c2844
|
data/.rubocop.yml
CHANGED
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.3.0][] (2016-03-22)
|
12
|
+
|
13
|
+
* Support Markdown "setext" style h1-level headings [#11](https://github.com/mattbrictson/chandler/pull/11)
|
14
|
+
|
11
15
|
## [0.2.0][] (2016-02-19)
|
12
16
|
|
13
17
|
* Chandler now understands versions at Markdown/Rdoc h1-level headings (previously only h2 and h3 were searched).
|
@@ -28,7 +32,8 @@ chandler is in a pre-1.0 state. This means that its APIs and behavior are subjec
|
|
28
32
|
* Initial release
|
29
33
|
|
30
34
|
[Semver]: http://semver.org
|
31
|
-
[Unreleased]: https://github.com/mattbrictson/chandler/compare/v0.
|
35
|
+
[Unreleased]: https://github.com/mattbrictson/chandler/compare/v0.3.0...HEAD
|
36
|
+
[0.3.0]: https://github.com/mattbrictson/chandler/compare/v0.2.0...v0.3.0
|
32
37
|
[0.2.0]: https://github.com/mattbrictson/chandler/compare/v0.1.2...v0.2.0
|
33
38
|
[0.1.2]: https://github.com/mattbrictson/chandler/compare/v0.1.1...v0.1.2
|
34
39
|
[0.1.1]: https://github.com/mattbrictson/chandler/compare/v0.1.0...v0.1.1
|
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.3.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-03-22 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.
|
197
|
+
rubygems_version: 2.6.2
|
198
198
|
signing_key:
|
199
199
|
specification_version: 4
|
200
200
|
summary: Syncs CHANGELOG entries to GitHub's release notes
|