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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 429c929746e6976ba21726a408feaeb6b577777ed0ea64bb6ad26b1b75d6d6f5
4
- data.tar.gz: a681d706e015165380a62074a9b6d54411a6c980da2d151eed0ae4d2490f83f2
3
+ metadata.gz: 24c6dc2e0a154db91786916f5e0d4d47405f72c144953015d37aecca57645e9e
4
+ data.tar.gz: 98d996979d2cdcc04323f9283a4d373bccb1467948de2f049b5d6532be835c67
5
5
  SHA512:
6
- metadata.gz: 34fe8541f034223ce54b2316d2ecd97ca152be048174950566f31152d34a3da731f2fbb1f0aac15fb683cd36abf695b3578f21cdf1f13e8b9f9a9b28767e6b10
7
- data.tar.gz: a177ccaf1122d21aeb1b836e32c8585f97bcc223ad72593e9867058f46803863fbbdd06844520a25282809e79c10e1c4ef03d8ceb866f2d43dd96aa1c7cabd19
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-05-05
20
+ ## [0.1.0] - 2018-03-25
17
21
  ### Changed
18
22
  - Rdocs and README updated
19
23
 
20
- ## [0.0.3] - 2018-01-22
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] - 2017-12-06
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-09-17
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.1...HEAD
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
@@ -1,5 +1,5 @@
1
1
  module Lolcommits
2
2
  module SamplePlugin
3
- VERSION = "0.1.1".freeze
3
+ VERSION = "0.1.2".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lolcommits-sample_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Hutchinson