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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0535e1ebfc8c9c19f2bf70f2f80bc031d1dcb61c
4
- data.tar.gz: 8bbf4f7bd35d97e38c90b9ccf0d9ab7ec5582257
3
+ metadata.gz: 6cca880948d7929c20f814f373f536a53b2fc408
4
+ data.tar.gz: 3b76481073517e937aa9825dff7482b02775f1b3
5
5
  SHA512:
6
- metadata.gz: dbf8f930d4116bd024946fa80619c5ba8e1f40080a83235977dc976c85b0fe2476a8a3d5f0d7da360f41f1f412f8edaed1995de55cc4a7d940ed6aee87df6e41
7
- data.tar.gz: 79abacac15067a96e0f2596b76fbc41f0f423f2fcbe13ad4e5ae7d787fa8eb433d3400d2870a55f5ce234506691a9f6bc8f09b14a2e2ec2df570e4f4898da502
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.2...HEAD
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
@@ -1,6 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require 'bundler/setup'
4
3
  require 'maintainers'
5
4
 
6
5
  cli = Maintainers::CLI.new
@@ -1,3 +1,3 @@
1
1
  module Maintainers
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
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.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-10 00:00:00.000000000 Z
11
+ date: 2016-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler