ufo 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +23 -24
- data/README.md +5 -2
- data/lib/ufo/aws_services.rb +3 -7
- data/lib/ufo/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9432f2c3713a1f96731dd9e6a5cc7101521da75
|
4
|
+
data.tar.gz: d9a4ca89067032cfbc4dc2321f1695b1a0a52d53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45c58c951fef5bd1cf2ee84010d9e6d66a030ca84953f73c41fec0e3376a95f5ccfc0c48d584bfa0b5ca76ae9b158f36ce0ee7508386a94ea995404779a2e696
|
7
|
+
data.tar.gz: 9223378f163ecedaba6bd91a92dc8f7a50e8c8975ec34167da41084c08aba1f4689b3478954d19636d1116e608aa4f4a0c04070c4d1146b2de6793c2a2b09d24
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ufo (0.1.
|
4
|
+
ufo (0.1.3)
|
5
5
|
aws-sdk
|
6
6
|
colorize
|
7
7
|
deep_merge
|
@@ -12,24 +12,23 @@ PATH
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
activemodel (4.
|
16
|
-
activesupport (= 4.
|
17
|
-
builder (~> 3.1
|
18
|
-
activesupport (4.
|
19
|
-
i18n (~> 0.
|
20
|
-
minitest (~>
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
aws-sdk-core (2.6.32)
|
15
|
+
activemodel (4.2.8)
|
16
|
+
activesupport (= 4.2.8)
|
17
|
+
builder (~> 3.1)
|
18
|
+
activesupport (4.2.8)
|
19
|
+
i18n (~> 0.7)
|
20
|
+
minitest (~> 5.1)
|
21
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
22
|
+
tzinfo (~> 1.1)
|
23
|
+
aws-sdk (2.9.7)
|
24
|
+
aws-sdk-resources (= 2.9.7)
|
25
|
+
aws-sdk-core (2.9.7)
|
27
26
|
aws-sigv4 (~> 1.0)
|
28
27
|
jmespath (~> 1.0)
|
29
|
-
aws-sdk-resources (2.
|
30
|
-
aws-sdk-core (= 2.
|
28
|
+
aws-sdk-resources (2.9.7)
|
29
|
+
aws-sdk-core (= 2.9.7)
|
31
30
|
aws-sigv4 (1.0.0)
|
32
|
-
builder (3.
|
31
|
+
builder (3.2.3)
|
33
32
|
byebug (9.0.6)
|
34
33
|
codeclimate-test-reporter (0.6.0)
|
35
34
|
simplecov (>= 0.7.1, < 1.0.0)
|
@@ -58,8 +57,8 @@ GEM
|
|
58
57
|
guard (~> 2.1)
|
59
58
|
guard-compat (~> 1.1)
|
60
59
|
rspec (>= 2.99.0, < 4.0)
|
61
|
-
hashie (3.
|
62
|
-
i18n (0.
|
60
|
+
hashie (3.5.5)
|
61
|
+
i18n (0.8.1)
|
63
62
|
jmespath (1.3.1)
|
64
63
|
json (2.0.2)
|
65
64
|
listen (3.1.5)
|
@@ -68,13 +67,12 @@ GEM
|
|
68
67
|
ruby_dep (~> 1.2)
|
69
68
|
lumberjack (1.0.10)
|
70
69
|
method_source (0.8.2)
|
71
|
-
minitest (
|
72
|
-
multi_json (1.12.1)
|
70
|
+
minitest (5.10.1)
|
73
71
|
nenv (0.3.0)
|
74
72
|
notiffany (0.1.1)
|
75
73
|
nenv (~> 0.1)
|
76
74
|
shellany (~> 0.0)
|
77
|
-
plissken (0.
|
75
|
+
plissken (0.3.0)
|
78
76
|
symbolize (~> 4.2)
|
79
77
|
pry (0.10.4)
|
80
78
|
coderay (~> 1.1.0)
|
@@ -110,8 +108,9 @@ GEM
|
|
110
108
|
activesupport (>= 3.2, < 5)
|
111
109
|
i18n
|
112
110
|
thor (0.19.1)
|
113
|
-
thread_safe (0.3.
|
114
|
-
tzinfo (
|
111
|
+
thread_safe (0.3.6)
|
112
|
+
tzinfo (1.2.3)
|
113
|
+
thread_safe (~> 0.1)
|
115
114
|
|
116
115
|
PLATFORMS
|
117
116
|
ruby
|
@@ -127,4 +126,4 @@ DEPENDENCIES
|
|
127
126
|
ufo!
|
128
127
|
|
129
128
|
BUNDLED WITH
|
130
|
-
1.
|
129
|
+
1.14.6
|
data/README.md
CHANGED
@@ -2,7 +2,10 @@
|
|
2
2
|
|
3
3
|
## Quick Introduction
|
4
4
|
|
5
|
-
Ufo is a simple tool that makes building and shipping Docker containers to [AWS ECS](https://aws.amazon.com/ecs/) super easy.
|
5
|
+
Ufo is a simple tool that makes building and shipping Docker containers to [AWS ECS](https://aws.amazon.com/ecs/) super easy.
|
6
|
+
|
7
|
+
* This blog post provides an introduction to the tool: [Ufo - Build Docker Containers and Ship Them to AWS ECS](https://medium.com/@tongueroo/ufo-easily-build-docker-containers-and-ship-them-to-aws-ecs-15556a2b39f#.qqu8o4wal).
|
8
|
+
* This presentation covers ufo also: [Ufo Ship on AWS ECS](http://www.slideshare.net/tongueroo/ufo-ship-for-aws-ecs-70885296)
|
6
9
|
|
7
10
|
A summary of steps `ufo ship` takes:
|
8
11
|
|
@@ -268,4 +271,4 @@ ufo help
|
|
268
271
|
```
|
269
272
|
## Contributing
|
270
273
|
|
271
|
-
Bug reports and pull requests are welcome on GitHub at [https://github.com/tongueroo/ufo/issues](https://github.com/tongueroo/ufo/issues).
|
274
|
+
Bug reports and pull requests are welcome on GitHub at [https://github.com/tongueroo/ufo/issues](https://github.com/tongueroo/ufo/issues).
|
data/lib/ufo/aws_services.rb
CHANGED
@@ -3,19 +3,15 @@ require 'aws-sdk'
|
|
3
3
|
module Ufo
|
4
4
|
module AwsServices
|
5
5
|
def ecs
|
6
|
-
@ecs ||= Aws::ECS::Client.new
|
6
|
+
@ecs ||= Aws::ECS::Client.new
|
7
7
|
end
|
8
8
|
|
9
9
|
def elb
|
10
|
-
@elb ||= Aws::ElasticLoadBalancingV2::Client.new
|
10
|
+
@elb ||= Aws::ElasticLoadBalancingV2::Client.new
|
11
11
|
end
|
12
12
|
|
13
13
|
def ecr
|
14
|
-
@ecr ||= Aws::ECR::Client.new
|
15
|
-
end
|
16
|
-
|
17
|
-
def region
|
18
|
-
ENV['REGION'] || 'us-east-1'
|
14
|
+
@ecr ||= Aws::ECR::Client.new
|
19
15
|
end
|
20
16
|
end
|
21
17
|
end
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tung Nguyen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -254,7 +254,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
254
254
|
version: '0'
|
255
255
|
requirements: []
|
256
256
|
rubyforge_project:
|
257
|
-
rubygems_version: 2.
|
257
|
+
rubygems_version: 2.6.8
|
258
258
|
signing_key:
|
259
259
|
specification_version: 4
|
260
260
|
summary: Build Docker Containers and Ship Them to AWS ECS
|