deploy_rubygem 0.60.34 → 0.60.35

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
  SHA256:
3
- metadata.gz: 974d64cb284e00a63a633d74b42f60d9bb0a6b131b56a914a668a50e8c3b3955
4
- data.tar.gz: 397b4f158dc9b9413f837bbe20ea2562a6556d7f90c7558bd8f9dcf95a495319
3
+ metadata.gz: 272f1912c9321b5c99d8f3c69bee52c20ffdf8591e6e49ef82fe39f9d6e63197
4
+ data.tar.gz: c3e46c51ea5046e6a86b9b60d3a99d2c34ed577fa8e67349a8a9433f75b4569c
5
5
  SHA512:
6
- metadata.gz: 0e61f517b29ee858e8d70fa4644caf56ba9eb94fb892e03d62680a8cdd9fec3d11d8007189f1e9196aa778992e5e558a25e7f83c3e83c70c261429812e387f2f
7
- data.tar.gz: 42ab75f028640985525fcb6d628e97a83f90e0456087056bd63d4b5f3af743f7c237ac48a603f57d9b721c11e72e69ad02d292b2302f88ed06e71544d3d83431
6
+ metadata.gz: 02db2e27ef0d8a059d14a3faa127cf3572c768675d418e65b288887df40c35ac38a0147a26ef7d64c44220b86e63cbb3a7bd83bc43556c6955fabaff9b562bcf
7
+ data.tar.gz: 13b46eeabcf1a2d1dc7c9af1f475803ec5a3fd4021e789392b3c59f7f17ce42ca09cb979e496b2a3b67c8c43fa6059cf13590ab64d277209ac818257199df00f
checksums.yaml.gz.sig CHANGED
Binary file
data/exe/init_deploy ADDED
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ install_local
7
+ install_chef_and_bundle
8
+
9
+ install_chef_workstation
10
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bash install.sh -P chef-workstation
7
+ bundle install
8
+ rake install:local
9
+ # Do any other automated setup that you need to do here
data/exe/install_local ADDED
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+ rake build
8
+ rake install:local
9
+ curl -L https://omnitruck.chef.io/install.sh > install.sh
@@ -3,5 +3,5 @@
3
3
  # Set version for DeployRubygem
4
4
  module DeployRubygem
5
5
  # VERSION = new_deploy_rubygem.gvb_version.short_version
6
- VERSION = '0.60.34'
6
+ VERSION = '0.60.35'
7
7
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deploy_rubygem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.60.34
4
+ version: 0.60.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Provencher
@@ -112,6 +112,9 @@ email:
112
112
  executables:
113
113
  - install_chef_workstation
114
114
  - bootstrap_chef_workstation
115
+ - install_local
116
+ - install_chef_and_bundle
117
+ - init_deploy
115
118
  extensions: []
116
119
  extra_rdoc_files:
117
120
  - README.md
@@ -128,7 +131,10 @@ files:
128
131
  - Rakefile
129
132
  - exe/bootstrap_chef_workstation
130
133
  - exe/deploy_rubygem
134
+ - exe/init_deploy
135
+ - exe/install_chef_and_bundle
131
136
  - exe/install_chef_workstation
137
+ - exe/install_local
132
138
  - lib/deploy_rubygem.rb
133
139
  - lib/deploy_rubygem/chef_node.rb
134
140
  - lib/deploy_rubygem/cookbook.rb
metadata.gz.sig CHANGED
Binary file