opzworks 0.3.0 → 0.3.1

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: 9a7a099fc80bd069a428e204ed8b8ae80e970405
4
- data.tar.gz: 902044b0b2bde27c5a8bbd45fcf242446c3be66a
3
+ metadata.gz: f996855cc103f56105782f5de0036d061165cd9d
4
+ data.tar.gz: 4901eb8c1005289346f77d3c3092d12144471be5
5
5
  SHA512:
6
- metadata.gz: d9fae78a2acc179277714c933268b76adf7f4e671e37a0971a3af61745972887b0806911021aac80e77efd8856205cb99afe6e0dfd229560f21bc8ae652f38d3
7
- data.tar.gz: f7014b5ca89eeb1e2b881bc7aee17f6020ba37c8679681bc9865a94f894f0dea1d1a8f82a9f2753cff7261d6b01e1e2f22671b01f3da928f4eae8c10d6ba479b
6
+ metadata.gz: 03ab82d0cf2fc1c400044c5f139bc1288ce8b7fa133d16d86b1d52fd393f9a301b8cbd418a003014ab13fe646cbcdba52a3911729759ed6a53b443b06e4d05cb
7
+ data.tar.gz: e0604caf245103d51128d02277f2b1390280fce1738f8c2c3072c3b733420ca472262a4837308f5e72644774cd06bc7a1cd7479cc734391fcea12edbf467b20d
@@ -8,7 +8,7 @@ def manage_berks_repos
8
8
  @berks_repo_failure = true
9
9
  else
10
10
  puts "#{@target_path} does not exist!".foreground(:red)
11
- puts 'Attempting git clone of '.foreground(:blue) + "opsworks-#{@project}.".foreground(:green)
11
+ puts 'Attempting git clone of '.foreground(:blue) + "git@github.com:#{config.berks_github_org}/opsworks-#{@project}.".foreground(:green)
12
12
  run_local <<-BASH
13
13
  cd #{config.berks_repository_path}
14
14
  git clone git@github.com:#{config.berks_github_org}/opsworks-#{@project}.git
data/lib/opzworks/meta.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module OpzWorks
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  AUTHORS = ['Grant Heffernan', 'Mapzen']
4
4
  EMAIL = ['grant@mapzen.com']
5
5
  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.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grant Heffernan