bin/appbundle-updater in appbundle-updater-1.0.6 vs bin/appbundle-updater in appbundle-updater-1.0.7
- old
+ new
@@ -1,7 +1,6 @@
#!/usr/bin/env ruby
-# -*- encoding: utf-8 -*-
#
# Author:: Fletcher Nichol (<fnichol@nichol.ca>)
#
# Copyright (C) 2015 Fletcher Nichol
#
@@ -140,18 +139,18 @@
"#{bin_dir.join("rake")} install"
),
App.new(
"chef",
"chef/chef",
- "server docgen maintenance pry travis integration ci chefstyle",
+ "server docgen maintenance pry integration ci chefstyle profile",
chef_install_command,
{
"chef" => %w{docgen chefstyle},
"chef-bin" => %w{development},
"ohai" => %w{development docs debug},
"inspec-core-bin" => %w{development},
- },
+ }
),
App.new(
"chef-dk",
"chef/chef-dk",
"development test",
@@ -168,10 +167,10 @@
"chef-apply" => %w{changelog},
"chef-vault" => %w{changelog},
"ohai" => %w{changelog},
"opscode-pushy-client" => %w{changelog},
"cookstyle" => %w{changelog},
- },
+ }
),
App.new(
"chef-vault",
"chef/chef-vault",
"development",