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 +4 -4
- data/CHANGELOG.md +6 -1
- data/VERSION +1 -1
- data/lib/parse_a_changelog.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3fddaac914541a8afa445efa473592addb2a5ea
|
4
|
+
data.tar.gz: 54e55a8d6062ce4abfa2bb81112f0c8fe566ab83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
1
|
+
0.2.3
|
data/lib/parse_a_changelog.rb
CHANGED