appbundle-updater 0.5.0 → 0.5.1

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: 1130e9f32a67020db62ba6c4e91e4d9b9fb4a9a1
4
- data.tar.gz: 2c71e10eabdc0f2e82770dd5ab249b771bb86a2f
3
+ metadata.gz: 7a8f72f98d192271c0b8b64bf8097b6b4a8a418c
4
+ data.tar.gz: 5310cc5aff411b7ac59847a878ddb5e67e6491f2
5
5
  SHA512:
6
- metadata.gz: 36bfc71e7bf295fd05d348fa6fa167d1c2d5eb0499f3b08a1fd5aa50714d18d39d16f329e6c467539e8b5959cc36d445b1e5eedcfe8c3807149405ae8e14025d
7
- data.tar.gz: 07ec68c5aa6d7f68a0014acffabb199ec935ee39d2740a16faf00a18d906bf6d31742b9a2dc59c16b9938741e7f9c851d585ed9015bd08e587555046b8139c3c
6
+ metadata.gz: 58ce54cd47bad6a5747ecac50c9aed9a73ccd3aaee528b42cc3cdf2d74d9d0827a2eeb8c8e2908babf50ae3fb13d0fff651d79cfcf7b49e50a923c10bfcb39c7
7
+ data.tar.gz: d72ccdbad29a28367706a2a39477e2c9830f9f275fdf09dba7d9e3b7024c3b84a36b9af9862430c74a8f4b0db0624a1f2fdce1ab3c1f89886269802099662cfc
data/README.md CHANGED
@@ -34,6 +34,7 @@ Updating various other softwares in /opt/chefdk bundle to master:
34
34
  ```
35
35
  sudo appbundle-updater chefdk berkshelf master
36
36
  sudo appbundle-updater chefdk chef-vault master
37
+ sudo appbundle-updater chefdk cookstyle master
37
38
  sudo appbundle-updater chefdk ohai master
38
39
  sudo appbundle-updater chefdk foodcritic master
39
40
  sudo appbundle-updater chefdk test-kitchen master
@@ -69,7 +69,7 @@ def install_package_dependencies
69
69
  ENV["DEBIAN_FRONTEND"] = "noninteractive"
70
70
  run("apt-get -y update")
71
71
  run("apt-get -q -y install build-essential git liblzma-dev zlib1g-dev")
72
- when /fedora/, /rhel/
72
+ when /fedora/, /rhel/, /amazon/
73
73
  if File.exist?("/usr/bin/dnf")
74
74
  run("dnf -y install gcc make git zlib-devel lzma-devel")
75
75
  else
@@ -154,6 +154,12 @@ CHEFDK_APPS = [
154
154
  "test",
155
155
  "#{bin_dir.join("rake")} install",
156
156
  ),
157
+ App.new(
158
+ 'cookstyle',
159
+ 'chef/cookstyle',
160
+ nil,
161
+ "#{bin_dir.join("rake")} install",
162
+ ),
157
163
  App.new(
158
164
  "foodcritic",
159
165
  "acrmp/foodcritic",
@@ -1,3 +1,3 @@
1
1
  module AppbundleUpdater
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.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.5.0
4
+ version: 0.5.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: 2017-04-28 00:00:00.000000000 Z
11
+ date: 2017-08-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Updates appbundled apps in Chef's omnibus packages
14
14
  email: