tass 1.0.0 → 1.0.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 +4 -4
- data/bin/tass +1 -0
- data/lib/tapjoy/autoscaling_bootstrap/version.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: 8f9fd0263ef1c15a5e61436732978ec1b6b0e4b7
|
|
4
|
+
data.tar.gz: 8e67c25a049fdb7e30076b7238cfe06ab49b2196
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbb7ac261a8cadccafcfa633dd211409b5719f32aa366703408f4cbd5e099569f3e38545d4a4fc309d11634cf6238cd53f2e71f89209ce3609e2d8f7f51ac652
|
|
7
|
+
data.tar.gz: 0cac35b118d46990c47fcec1d1b471e137273d6c8a11cb4e8595c164d13f40f4638c7065f96ba39b53bfe33c6fd34f6864a53ca125f4fdf25a6b89e55753d931
|
data/bin/tass
CHANGED
|
@@ -17,6 +17,7 @@ def confirm_config(aws_env, misc_config, opts)
|
|
|
17
17
|
end
|
|
18
18
|
|
|
19
19
|
def configure_environment(opts)
|
|
20
|
+
warn('NOTE: --env has been deprecated. Please specify environment in yaml configs.') if opts.key?(:env)
|
|
20
21
|
config, aws_env, user_data = Tapjoy::AutoscalingBootstrap::Base.new.configure_environment(opts)
|
|
21
22
|
Aws.config[:region] = config[:aws_region]
|
|
22
23
|
[config, aws_env, user_data]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ali Tayarani
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-11-
|
|
11
|
+
date: 2015-11-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: trollop
|