lolcommits-sample_plugin 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -5
- data/lib/lolcommits/sample_plugin/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24c6dc2e0a154db91786916f5e0d4d47405f72c144953015d37aecca57645e9e
|
4
|
+
data.tar.gz: 98d996979d2cdcc04323f9283a4d373bccb1467948de2f049b5d6532be835c67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23d53d1a76f216dbf54fce87a52e876a910671a594a3c2a6bec91c166f3be34ab0b1daa7f50701835c51007d87bb63ec061dbb0c5cebf5af9c5491f80d44fced
|
7
|
+
data.tar.gz: f8cc1a5bd31139f12d2935a35dbf0ff829b9779b81efdc25ebb93aebb5eaff005f0a228d18fd624444a356045fcd3bf0fba7cdca9e339c4df45599e57f819cae
|
data/CHANGELOG.md
CHANGED
@@ -9,33 +9,38 @@ adheres to [Semantic Versioning](Semver).
|
|
9
9
|
|
10
10
|
- Your contribution here!
|
11
11
|
|
12
|
+
## [0.1.2] - 2018-05-24
|
13
|
+
### Changed
|
14
|
+
- CHANGELOG updated and tags fixed
|
15
|
+
|
12
16
|
## [0.1.1] - 2018-05-24
|
13
17
|
### Changed
|
14
18
|
- Updated gemspec meta data links.
|
15
19
|
|
16
|
-
## [0.1.0] - 2018-
|
20
|
+
## [0.1.0] - 2018-03-25
|
17
21
|
### Changed
|
18
22
|
- Rdocs and README updated
|
19
23
|
|
20
|
-
## [0.0.3] - 2018-
|
24
|
+
## [0.0.3] - 2018-02-05
|
21
25
|
### Changed
|
22
26
|
- Require at least lolcommits 0.11.0
|
23
27
|
|
24
28
|
### Removed
|
25
29
|
- Dropped Ruby 2.0 support
|
26
30
|
|
27
|
-
## [0.0.2] -
|
31
|
+
## [0.0.2] - 2018-01-18
|
28
32
|
### Changed
|
29
33
|
- Updated Travis Rubies
|
30
34
|
- Updated Rdoc
|
31
35
|
- Refactor plugin config for lolcommits 0.10.0
|
32
36
|
- README
|
33
37
|
|
34
|
-
## [0.0.1] - 2017-
|
38
|
+
## [0.0.1] - 2017-12-23
|
35
39
|
### Changed
|
36
40
|
- Initial release
|
37
41
|
|
38
|
-
[Unreleased]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.1.
|
42
|
+
[Unreleased]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.1.2...HEAD
|
43
|
+
[0.1.2]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.1.1...v0.1.2
|
39
44
|
[0.1.1]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.1.0...v0.1.1
|
40
45
|
[0.1.0]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.0.3...v0.1.0
|
41
46
|
[0.0.3]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.0.2...v0.0.3
|