maintainers 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG +6 -1
- data/bin/maintainers +0 -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: 6cca880948d7929c20f814f373f536a53b2fc408
|
|
4
|
+
data.tar.gz: 3b76481073517e937aa9825dff7482b02775f1b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1883ffa009587456ac02fe6fc47c79db2adf4fa399d15402885bb597211590f98f3676d5c49e8d009b8154babee56d6826b01c956516f376d28bc470bb816167
|
|
7
|
+
data.tar.gz: 9bdfe51dd95acec88e468f0d5cd1d724369fa39b1405fa96e435119e3005f60f5e438df6274b3ab42860b07142ce8873acadf74f740c47d2f700677de00d871c
|
data/CHANGELOG
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.2.3] - 2016-09-13
|
|
10
|
+
### Fixed
|
|
11
|
+
- Remove runtime dependency on bundler inadvertently added in 0.2.2
|
|
12
|
+
|
|
9
13
|
## [0.2.2] - 2016-09-10
|
|
10
14
|
### Fixed
|
|
11
15
|
- Add a trailing newline when creating/modifying a MAINTAINERS file
|
|
@@ -37,7 +41,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
37
41
|
### Added
|
|
38
42
|
- Initial support for a json format for MAINTAINERS
|
|
39
43
|
|
|
40
|
-
[Unreleased]: https://github.com/puppetlabs/maintainers/compare/v0.2.
|
|
44
|
+
[Unreleased]: https://github.com/puppetlabs/maintainers/compare/v0.2.3...HEAD
|
|
45
|
+
[0.2.3]: https://github.com/puppetlabs/maintainers/compare/v0.2.2...v0.2.3
|
|
41
46
|
[0.2.2]: https://github.com/puppetlabs/maintainers/compare/v0.2.1...v0.2.2
|
|
42
47
|
[0.2.1]: https://github.com/puppetlabs/maintainers/compare/0.2.0...v0.2.1
|
|
43
48
|
[0.2.0]: https://github.com/puppetlabs/maintainers/compare/0.1.2...0.2.0
|
data/bin/maintainers
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.3
|
|
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-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|