appbundle-updater 0.4.1 → 0.5.0

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
  SHA1:
3
- metadata.gz: ffe1ac8e9aebd85fb687e67e6a8489f51d29a224
4
- data.tar.gz: e67aff59813faa71c11ec0c2f5f3da3bfde6d438
3
+ metadata.gz: 1130e9f32a67020db62ba6c4e91e4d9b9fb4a9a1
4
+ data.tar.gz: 2c71e10eabdc0f2e82770dd5ab249b771bb86a2f
5
5
  SHA512:
6
- metadata.gz: 25643a3efaa681b32453c76777ab1c5e2464a106c0fbed9b98343ae7f923a9d2e1ef22e61884b67560d9658560a7ec4a1d2091fbbf1e39e1647d59d6ba26acfb
7
- data.tar.gz: e3a4852348e26e6a1a2bdaa12ee8ce7c69602a7cc396986961f9f7235d8d575b542f32eab08c629fefc5f6bed02c0a9612ff5d63e8392404519d6fa74e816b75
6
+ metadata.gz: 36bfc71e7bf295fd05d348fa6fa167d1c2d5eb0499f3b08a1fd5aa50714d18d39d16f329e6c467539e8b5959cc36d445b1e5eedcfe8c3807149405ae8e14025d
7
+ data.tar.gz: 07ec68c5aa6d7f68a0014acffabb199ec935ee39d2740a16faf00a18d906bf6d31742b9a2dc59c16b9938741e7f9c851d585ed9015bd08e587555046b8139c3c
@@ -1,7 +1,21 @@
1
1
  # Change Log
2
2
 
3
- ## [0.4.0](https://github.com/chef/appbundle-updater/tree/0.4.0) (2016-09-08)
4
- [Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.3.0...0.4.0)
3
+ ## [0.5.0](https://github.com/chef/appbundle-updater/tree/0.5.0) (2017-04-28)
4
+ [Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.4.1...0.5.0)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - Add support for inspec [\#21](https://github.com/chef/appbundle-updater/pull/21) ([adamleff](https://github.com/adamleff))
9
+
10
+ ## [v0.4.1](https://github.com/chef/appbundle-updater/tree/v0.4.1) (2017-02-24)
11
+ [Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.4.0...v0.4.1)
12
+
13
+ **Merged pull requests:**
14
+
15
+ - ohai definition needs development installed [\#20](https://github.com/chef/appbundle-updater/pull/20) ([lamont-granquist](https://github.com/lamont-granquist))
16
+
17
+ ## [v0.4.0](https://github.com/chef/appbundle-updater/tree/v0.4.0) (2016-09-08)
18
+ [Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.3.0...v0.4.0)
5
19
 
6
20
  **Merged pull requests:**
7
21
 
@@ -160,6 +160,11 @@ CHEFDK_APPS = [
160
160
  nil,
161
161
  "#{bin_dir.join("rake")} install",
162
162
  ),
163
+ App.new(
164
+ "inspec",
165
+ "chef/inspec",
166
+ "test integration tools maintenance deploy",
167
+ "#{bin_dir.join("rake")} install"),
163
168
  App.new(
164
169
  "ohai",
165
170
  "chef/ohai",
@@ -1,3 +1,3 @@
1
1
  module AppbundleUpdater
2
- VERSION = "0.4.1"
2
+ VERSION = "0.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appbundle-updater
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - lamont-granquist
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-24 00:00:00.000000000 Z
11
+ date: 2017-04-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Updates appbundled apps in Chef's omnibus packages
14
14
  email:
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  version: '0'
51
51
  requirements: []
52
52
  rubyforge_project:
53
- rubygems_version: 2.6.10
53
+ rubygems_version: 2.6.11
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: Updates appbundled apps in Chef's omnibus packages