maintainers 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +8 -2
- data/MAINTAINERS +1 -0
- data/MAINTAINERS-example +1 -0
- data/MAINTAINERS-unmaintained_example +1 -0
- data/bin/maintainers +1 -0
- data/lib/maintainers/runner.rb +1 -1
- data/lib/maintainers/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0535e1ebfc8c9c19f2bf70f2f80bc031d1dcb61c
|
4
|
+
data.tar.gz: 8bbf4f7bd35d97e38c90b9ccf0d9ab7ec5582257
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbf8f930d4116bd024946fa80619c5ba8e1f40080a83235977dc976c85b0fe2476a8a3d5f0d7da360f41f1f412f8edaed1995de55cc4a7d940ed6aee87df6e41
|
7
|
+
data.tar.gz: 79abacac15067a96e0f2596b76fbc41f0f423f2fcbe13ad4e5ae7d787fa8eb433d3400d2870a55f5ce234506691a9f6bc8f09b14a2e2ec2df570e4f4898da502
|
data/CHANGELOG
CHANGED
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [0.2.2] - 2016-09-10
|
10
|
+
### Fixed
|
11
|
+
- Add a trailing newline when creating/modifying a MAINTAINERS file
|
12
|
+
- Allow `bin/maintainers` to work in a development environment
|
13
|
+
|
9
14
|
## [0.2.1] - 2016-09-08
|
10
15
|
### Fixed
|
11
16
|
- Make 'report' subcommand more useful
|
@@ -32,8 +37,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
32
37
|
### Added
|
33
38
|
- Initial support for a json format for MAINTAINERS
|
34
39
|
|
35
|
-
[Unreleased]: https://github.com/puppetlabs/maintainers/compare/
|
36
|
-
[0.2.
|
40
|
+
[Unreleased]: https://github.com/puppetlabs/maintainers/compare/v0.2.2...HEAD
|
41
|
+
[0.2.2]: https://github.com/puppetlabs/maintainers/compare/v0.2.1...v0.2.2
|
42
|
+
[0.2.1]: https://github.com/puppetlabs/maintainers/compare/0.2.0...v0.2.1
|
37
43
|
[0.2.0]: https://github.com/puppetlabs/maintainers/compare/0.1.2...0.2.0
|
38
44
|
[0.1.2]: https://github.com/puppetlabs/maintainers/compare/0.1.1...0.1.2
|
39
45
|
[0.1.1]: https://github.com/puppetlabs/maintainers/compare/0.1.0...0.1.1
|
data/MAINTAINERS
CHANGED
data/MAINTAINERS-example
CHANGED
data/bin/maintainers
CHANGED
data/lib/maintainers/runner.rb
CHANGED
data/lib/maintainers/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: maintainers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Puppet, Inc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-09-
|
11
|
+
date: 2016-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|