gantree 0.2.2 → 0.2.3

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: b4eeaa7b24460976ccace19ae646dd0931d636ec
4
- data.tar.gz: fb5b8c1c4a71871ff27a7e00198cc87e39ff08db
3
+ metadata.gz: 6d82d6a047ef518d49f7ae47631cfbe94dda93c7
4
+ data.tar.gz: 214ebfd440d7ca4a7e4e1beb113abcc509f498c2
5
5
  SHA512:
6
- metadata.gz: 89d1fb7dcd07039ef35cae14cf9e714f8eafaee4fc1355f1f402fcace8d38b5ff555f7ef0d80087521ba929c4fbbcab187f7513ca7884c857d7c2249e7668a8a
7
- data.tar.gz: 12e419db24780d79c26608f1206e325b75df28aefa66fa2be0e429bc4f92a7aa9ca92081bf650a5f55ed47c1d2e3f1dfdb2fbae3201146218ff2eaa6b23d7b05
6
+ metadata.gz: 8d7207313e3324499889bafe5e324d617a41c10a63c5c7ec8f6a71b4cdeebc456b48341a41139035101441f775ad3e8327505a1681501435373ea54282c1309c
7
+ data.tar.gz: 200ade0101bce354214b37cbda53aae23cce24ec7e8d9beab3eda44071c8513076a5f8526b164bc8d9cbdcf8dab6831cc383aea3a7a552fffcc63649c3287003
data/lib/gantree/cfn.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require 'cloudformation-ruby-dsl'
2
- require "highline/import"
2
+ require 'highline/import'
3
3
  require_relative 'cfn/master'
4
4
  require_relative 'cfn/beanstalk'
5
5
  require_relative 'cfn/resources'
@@ -16,7 +16,6 @@ module Gantree
16
16
  @size = options[:instance_size]
17
17
  @size ||= "t1.micro"
18
18
  @requirements = "#!/usr/bin/env ruby
19
- require 'bundler/setup'
20
19
  require 'cloudformation-ruby-dsl/cfntemplate'
21
20
  require 'cloudformation-ruby-dsl/spotprice'
22
21
  require 'cloudformation-ruby-dsl/table'"
@@ -25,7 +25,8 @@ module Gantree
25
25
  create_eb_version if @options[:dry_run].nil?
26
26
  update_application if @options[:dry_run].nil?
27
27
  if @options[:slack]
28
- Notification.new(@options[:slack]).say("hello") unless @options[:silent]
28
+ msg = "#{ENV['USER']} is deploying #{@packeged_version} to #{@app}"
29
+ Notification.new(@options[:slack]).say(msg) unless @options[:silent]
29
30
  end
30
31
  end
31
32
 
@@ -1,3 +1,3 @@
1
1
  module Gantree
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gantree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-16 00:00:00.000000000 Z
11
+ date: 2014-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor