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 +4 -4
- data/CHANGELOG.md +16 -2
- data/bin/appbundle-updater +5 -0
- data/lib/appbundle_updater/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1130e9f32a67020db62ba6c4e91e4d9b9fb4a9a1
|
4
|
+
data.tar.gz: 2c71e10eabdc0f2e82770dd5ab249b771bb86a2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36bfc71e7bf295fd05d348fa6fa167d1c2d5eb0499f3b08a1fd5aa50714d18d39d16f329e6c467539e8b5959cc36d445b1e5eedcfe8c3807149405ae8e14025d
|
7
|
+
data.tar.gz: 07ec68c5aa6d7f68a0014acffabb199ec935ee39d2740a16faf00a18d906bf6d31742b9a2dc59c16b9938741e7f9c851d585ed9015bd08e587555046b8139c3c
|
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,21 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## [0.
|
4
|
-
[Full Changelog](https://github.com/chef/appbundle-updater/compare/v0.
|
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
|
|
data/bin/appbundle-updater
CHANGED
@@ -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",
|
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
|
+
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-
|
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.
|
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
|