appbundle-updater 0.4.0 → 0.4.1

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: f9c63654d3d1aa755a5691ceade670d203ab7517
4
- data.tar.gz: cb57e9d16cb662fd1ca15af20bee07bc116bf77e
3
+ metadata.gz: ffe1ac8e9aebd85fb687e67e6a8489f51d29a224
4
+ data.tar.gz: e67aff59813faa71c11ec0c2f5f3da3bfde6d438
5
5
  SHA512:
6
- metadata.gz: 9f23a6f6784bfc6c3efdbd7342f7e891ad77a08ee1003b9c23349c80585e3ec48266b860c9fb0ee0bdae7e9127b12ade7e2c4049261a6efd4d314f7ccd5aee0a
7
- data.tar.gz: 4999a82017dcc7247f8014381226ba38b164efaff2e091cf58a40607f73380c51097fbcd92f9f8238583f088178bf239a195ebb3771453084549489dc15d6b08
6
+ metadata.gz: 25643a3efaa681b32453c76777ab1c5e2464a106c0fbed9b98343ae7f923a9d2e1ef22e61884b67560d9658560a7ec4a1d2091fbbf1e39e1647d59d6ba26acfb
7
+ data.tar.gz: e3a4852348e26e6a1a2bdaa12ee8ce7c69602a7cc396986961f9f7235d8d575b542f32eab08c629fefc5f6bed02c0a9612ff5d63e8392404519d6fa74e816b75
@@ -163,7 +163,7 @@ CHEFDK_APPS = [
163
163
  App.new(
164
164
  "ohai",
165
165
  "chef/ohai",
166
- "test development",
166
+ "test",
167
167
  "#{bin_dir.join("rake")} install",
168
168
  ),
169
169
  App.new(
@@ -1,3 +1,3 @@
1
1
  module AppbundleUpdater
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
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.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - lamont-granquist
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-08 00:00:00.000000000 Z
11
+ date: 2017-02-24 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.6
53
+ rubygems_version: 2.6.10
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: Updates appbundled apps in Chef's omnibus packages