opzworks 0.12.4 → 0.12.5

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: 958864d65b2ffee9a2c69d7ab0b8a3bdf00cf392
4
- data.tar.gz: 4a6076ccf8ee8d8d660a1965fcc4c652891bd734
3
+ metadata.gz: 003d9821f85b0ffdb6c5966e4460b0c3306da1eb
4
+ data.tar.gz: b34db8b47959c76f0ae2f75c96baefd9a3c02f32
5
5
  SHA512:
6
- metadata.gz: ce662eec86a32ec2ce410f1908fc6bab9f716d2d05106ce5aabbab57a99021cbd2ae6229e71f62eb919a9c2ee84088793aa436634865fb0b573a609eba037e09
7
- data.tar.gz: 6f37605a16027f58c0de2c939ca492fe20e3d54e3a17feaf87e258584b55448277183c47125220bc0925942d782cd4b85c58df75edb6650516e596389e18ca52
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
- Aside from a recent version of ruby:
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
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OpzWorks
4
- VERSION = '0.12.4'
4
+ VERSION = '0.12.5'
5
5
  AUTHORS = ['Grant Heffernan', 'Mapzen'].freeze
6
6
  EMAIL = ['grant@mapzen.com'].freeze
7
7
  DESCRIPTION = 'OpzWorks Utilities'
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
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-04-28 00:00:00.000000000 Z
12
+ date: 2016-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk