opzworks 0.12.4 → 0.12.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/lib/opzworks/commands/berks.rb +1 -1
- data/lib/opzworks/meta.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 003d9821f85b0ffdb6c5966e4460b0c3306da1eb
|
4
|
+
data.tar.gz: b34db8b47959c76f0ae2f75c96baefd9a3c02f32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 469280ca906bb174e609e97f3cf0f230740ea697124ae1cd7337df4ccfb5730886acfd467daf43ea56301e5fa8b13aeaaf0844a56558c6703fdd7f89fddecd0b
|
7
|
+
data.tar.gz: d4c3b36fa39e18665d789e9c49c46597b947edf82174f33ac3a1524b8d8d3f37ab698032131b08b670702a17ca40ea53ee153115b849acae54f59fb4adf4364b
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@ as other OpsWorks centric tasks such as generating ssh configs for OpsWorks inst
|
|
5
5
|
|
6
6
|
## Wiki
|
7
7
|
|
8
|
-
See the [wiki](https://github.com/mapzen/opzworks/wiki) for more detailed information on getting started, walkthroughs, etc.
|
8
|
+
#### See the [wiki](https://github.com/mapzen/opzworks/wiki) for more detailed information on getting started, walkthroughs, etc.
|
9
9
|
|
10
10
|
## Build Status
|
11
11
|
|
@@ -13,11 +13,13 @@ See the [wiki](https://github.com/mapzen/opzworks/wiki) for more detailed inform
|
|
13
13
|
|
14
14
|
## Third party requirements:
|
15
15
|
|
16
|
-
|
16
|
+
Ruby 2.3+, and...
|
17
17
|
|
18
18
|
* git
|
19
19
|
* [ChefDK](https://downloads.chef.io/chef-dk/)
|
20
20
|
|
21
|
+
#### Again, please see the [wiki](https://github.com/mapzen/opzworks/wiki) for details!
|
22
|
+
|
21
23
|
## Installation
|
22
24
|
|
23
25
|
Install for use on the command line (requires ruby and rubygems): `gem install opzworks`
|
@@ -123,7 +123,7 @@ module OpzWorks
|
|
123
123
|
key: "#{@s3_path}/#{cookbook_tarball}"
|
124
124
|
)
|
125
125
|
rescue Aws::S3::Errors::ServiceError
|
126
|
-
puts "No existing #{cookbook_tarball} in #{s3_bucket} to backup, continuing...".foreground(:yellow)
|
126
|
+
puts "No existing #{cookbook_tarball} in #{s3_bucket}/#{@s3_path} to backup, continuing...".foreground(:yellow)
|
127
127
|
else
|
128
128
|
puts "Backing up existing #{cookbook_tarball} to #{@s3_path}/#{cookbook_tarball}-#{time}".foreground(:green)
|
129
129
|
begin
|
data/lib/opzworks/meta.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opzworks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Grant Heffernan
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-05-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: aws-sdk
|