ufo 0.1.2 → 0.1.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 +4 -4
- data/LICENSE.txt +1 -1
- data/lib/ufo/cli.rb +1 -1
- data/lib/ufo/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: 95e328e0f21b5932d332c29aba493552338d663b
|
|
4
|
+
data.tar.gz: 7e2d8c70e31d5b119384ce080459720b3e0ee6a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc814794cc6b1e1e896ba5d019a41ba14d5d049559cdcd7b242e437151d58dca7451449b3dc392bc02dc2575b8bfb2a96f3358663f7f0d744aef70cbb89015f6
|
|
7
|
+
data.tar.gz: 90f319872727f8e09136386f385a77f5e54db7d9d6c11702e187885ecff7d24869eb7ed7a95c380bcfeca660bc784340fe24ea0efb5644982d791539b86cdbce
|
data/LICENSE.txt
CHANGED
data/lib/ufo/cli.rb
CHANGED
|
@@ -107,8 +107,8 @@ module Ufo
|
|
|
107
107
|
# and the elb target group gets set in the Ship class.
|
|
108
108
|
# So we always call these together.
|
|
109
109
|
TasksBuilder.new(options).build
|
|
110
|
-
TasksRegister.register(service, options)
|
|
111
110
|
task_definition = options[:task] || service # convention
|
|
111
|
+
TasksRegister.register(task_definition, options)
|
|
112
112
|
ship = Ship.new(service, task_definition, options)
|
|
113
113
|
|
|
114
114
|
return if ENV['TEST'] # to allow me to quickly test most of the ship CLI portion only
|
data/lib/ufo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ufo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tung Nguyen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-12-
|
|
11
|
+
date: 2016-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|