parse_a_changelog 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '0814a6f2c4d4b59ffa497141117b93f29a1d7e4b'
4
- data.tar.gz: aa1e20c533c4f712e77b617e8c101331f60f8a21
3
+ metadata.gz: b3fddaac914541a8afa445efa473592addb2a5ea
4
+ data.tar.gz: 54e55a8d6062ce4abfa2bb81112f0c8fe566ab83
5
5
  SHA512:
6
- metadata.gz: 57f2848dbfd2b25ea6a13132747509fe0d610fa775a5d6aaee21f834bd39b5441ccfa74ef02303a2240999e1fab22ac15631e434db27a7b5e71a6b5369936ef8
7
- data.tar.gz: c3df37cbb4e9761436c2885ff8eb4cb6dbf8372887dad6c23563be3c35dcad513330bd6de44184752b4ec71b556933a882ab28ce6ee3a5bb2c145dd2c3701784
6
+ metadata.gz: 9dea90d5c9b12aef8a83ca8fda05a5da74156aa389e785a0110b8b9d75718db8e05a9ea7ab8678f525d36808631f20f65140653b272b01321d272b91a5510b19
7
+ data.tar.gz: '08d81d6707cea1ce5ad5baaf3105b70570d95b3794936c1e5656c0cf13e34147024848d64b1564e32b2872d969469acb4b2096e86e96f2fb15fb17f3ecbf8315'
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.2.3] - 2019-01-30
10
+ ### Fixed
11
+ - Include tt extension when requiring grammar
12
+
9
13
  ## [0.2.2] - 2019-01-30
10
14
  ### Fixed
11
15
  - Use require to load grammar to remove pathing problems
@@ -42,7 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
42
46
  - Open source license and contributing information
43
47
  - Change log and versioning information
44
48
 
45
- [Unreleased]: https://github.com/cyberark/parse-a-changelog/compare/v0.2.2...HEAD
49
+ [Unreleased]: https://github.com/cyberark/parse-a-changelog/compare/v0.2.3...HEAD
50
+ [0.2.3]: https://github.com/cyberark/parse-a-changelog/compare/v0.2.2...v0.2.3
46
51
  [0.2.2]: https://github.com/cyberark/parse-a-changelog/compare/v0.2.1...v0.2.2
47
52
  [0.2.1]: https://github.com/cyberark/parse-a-changelog/compare/v0.2.0...v0.2.1
48
53
  [0.2.0]: https://github.com/cyberark/parse-a-changelog/compare/v0.1.2...v0.2.0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -1,5 +1,5 @@
1
1
  require 'treetop'
2
- require 'grammar'
2
+ require 'grammar.tt'
3
3
 
4
4
  module ParseAChangelog
5
5
  class ParseError < StandardError; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parse_a_changelog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Tuttle