standup 0.6.6 → 0.6.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,13 @@
1
1
  if File.exists?('config/standup.yml')
2
- class Standup::Settings < Settingslogic
3
- source 'config/standup.yml'
4
- load!
5
-
6
- aws['account_id'].gsub!(/\D/, '') if aws['account_id']
7
- # keypair_file default to ~/.ssh/keypair_name.pem
8
- aws['keypair_file'] ||= "#{File.expand_path '~'}/.ssh/#{aws.keypair_name}.pem"
2
+ module Standup
3
+ class Settings < Settingslogic
4
+ source 'config/standup.yml'
5
+ load!
6
+
7
+ aws['account_id'].gsub!(/\D/, '') if aws['account_id']
8
+ # keypair_file default to ~/.ssh/keypair_name.pem
9
+ aws['keypair_file'] ||= "#{File.expand_path '~'}/.ssh/#{aws.keypair_name}.pem"
10
+ end
9
11
  end
10
12
  else
11
13
  Standup.const_set :Settings, ActiveSupport::HashWithIndifferentAccess.new('nodes' => {})
@@ -1,5 +1,5 @@
1
1
  module Standup
2
- VERSION = '0.6.6'
2
+ VERSION = '0.6.7'
3
3
 
4
4
  def self.version
5
5
  VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: