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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 95e328e0f21b5932d332c29aba493552338d663b
4
- data.tar.gz: 7e2d8c70e31d5b119384ce080459720b3e0ee6a8
3
+ metadata.gz: a9432f2c3713a1f96731dd9e6a5cc7101521da75
4
+ data.tar.gz: d9a4ca89067032cfbc4dc2321f1695b1a0a52d53
5
5
  SHA512:
6
- metadata.gz: fc814794cc6b1e1e896ba5d019a41ba14d5d049559cdcd7b242e437151d58dca7451449b3dc392bc02dc2575b8bfb2a96f3358663f7f0d744aef70cbb89015f6
7
- data.tar.gz: 90f319872727f8e09136386f385a77f5e54db7d9d6c11702e187885ecff7d24869eb7ed7a95c380bcfeca660bc784340fe24ea0efb5644982d791539b86cdbce
6
+ metadata.gz: 45c58c951fef5bd1cf2ee84010d9e6d66a030ca84953f73c41fec0e3376a95f5ccfc0c48d584bfa0b5ca76ae9b158f36ce0ee7508386a94ea995404779a2e696
7
+ data.tar.gz: 9223378f163ecedaba6bd91a92dc8f7a50e8c8975ec34167da41084c08aba1f4689b3478954d19636d1116e608aa4f4a0c04070c4d1146b2de6793c2a2b09d24
data/Gemfile CHANGED
@@ -4,3 +4,4 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  gem "codeclimate-test-reporter", group: :test, require: nil
7
+ gem "byebug"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ufo (0.1.2)
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.0.13)
16
- activesupport (= 4.0.13)
17
- builder (~> 3.1.0)
18
- activesupport (4.0.13)
19
- i18n (~> 0.6, >= 0.6.9)
20
- minitest (~> 4.2)
21
- multi_json (~> 1.3)
22
- thread_safe (~> 0.1)
23
- tzinfo (~> 0.3.37)
24
- aws-sdk (2.6.32)
25
- aws-sdk-resources (= 2.6.32)
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.6.32)
30
- aws-sdk-core (= 2.6.32)
28
+ aws-sdk-resources (2.9.7)
29
+ aws-sdk-core (= 2.9.7)
31
30
  aws-sigv4 (1.0.0)
32
- builder (3.1.4)
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.4.6)
62
- i18n (0.7.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 (4.7.5)
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.2.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.5)
114
- tzinfo (0.3.52)
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.13.6
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. 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).
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).
@@ -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(region: region)
6
+ @ecs ||= Aws::ECS::Client.new
7
7
  end
8
8
 
9
9
  def elb
10
- @elb ||= Aws::ElasticLoadBalancingV2::Client.new(region: region)
10
+ @elb ||= Aws::ElasticLoadBalancingV2::Client.new
11
11
  end
12
12
 
13
13
  def ecr
14
- @ecr ||= Aws::ECR::Client.new(region: region)
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
@@ -1,3 +1,3 @@
1
1
  module Ufo
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
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.3
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: 2016-12-29 00:00:00.000000000 Z
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.5.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