container_ship 0.1.5 → 0.1.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e4d61c12d557b710b02194829bd50f5addef1e6ec3b54a6b2a63d56f73e7b51
4
- data.tar.gz: 5b5594d0a0ceed785efb79aee3a7e923f45afa6898facb6e95c85b975b25d3c7
3
+ metadata.gz: 2cbe9992985814e2dcc555ab7ded5238a5c28b7db1a534ed7d67b10bd54f1325
4
+ data.tar.gz: adc4774f3985977582090746e7ee21bc48293dec2f1fe4aab1bfa4a5ba6f21a8
5
5
  SHA512:
6
- metadata.gz: bfe5f36b3b85791da6828d95a11eb566b066da80240fd484bfcd622dde4e04ff6f6229491ea104adfccdaaf50444d7c1403f8dfa571257ff5aa6dee6d2dafc2c
7
- data.tar.gz: 2e2a2b9a1b436f741e802c4c4a96299b546770fd669073b3c9de7a961bcde216418bb069dd11b7a0e411980ee4048a63d4698612fe17d4a337c01d335d56675e
6
+ metadata.gz: 29cda144a2294bc6445755e7b5ddf5bb3fcf08bfe40c6ac4b6e903286189a613d4934339e90a9f242d22269fc4b89d0e8ed3796c2984f4e0689de65b9dc4fb3c
7
+ data.tar.gz: 16f8272cfaf3210317f31f210e6ef03b82925279e91e35f3e1e0d016d5cc2f249a70188a8496080f75ac27d70f454b672138af0d3f48f26a49329544672e79d2
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.7.2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- container_ship (0.1.5)
4
+ container_ship (0.1.6)
5
5
  aws-sdk-cloudwatchlogs
6
6
  aws-sdk-ecs
7
7
  thor
@@ -9,29 +9,28 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (6.0.3.2)
12
+ activesupport (5.2.8.1)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 0.7, < 2)
15
15
  minitest (~> 5.1)
16
16
  tzinfo (~> 1.1)
17
- zeitwerk (~> 2.2, >= 2.2.2)
18
- addressable (2.8.0)
19
- public_suffix (>= 2.0.2, < 5.0)
17
+ addressable (2.8.1)
18
+ public_suffix (>= 2.0.2, < 6.0)
20
19
  ast (2.4.2)
21
- aws-eventstream (1.2.0)
22
- aws-partitions (1.595.0)
23
- aws-sdk-cloudwatchlogs (1.53.0)
24
- aws-sdk-core (~> 3, >= 3.127.0)
25
- aws-sigv4 (~> 1.1)
26
- aws-sdk-core (3.131.1)
27
- aws-eventstream (~> 1, >= 1.0.2)
28
- aws-partitions (~> 1, >= 1.525.0)
20
+ aws-eventstream (1.3.0)
21
+ aws-partitions (1.895.0)
22
+ aws-sdk-cloudwatchlogs (1.79.0)
23
+ aws-sdk-core (~> 3, >= 3.191.0)
29
24
  aws-sigv4 (~> 1.1)
25
+ aws-sdk-core (3.191.3)
26
+ aws-eventstream (~> 1, >= 1.3.0)
27
+ aws-partitions (~> 1, >= 1.651.0)
28
+ aws-sigv4 (~> 1.8)
30
29
  jmespath (~> 1, >= 1.6.1)
31
- aws-sdk-ecs (1.99.0)
32
- aws-sdk-core (~> 3, >= 3.127.0)
30
+ aws-sdk-ecs (1.142.0)
31
+ aws-sdk-core (~> 3, >= 3.191.0)
33
32
  aws-sigv4 (~> 1.1)
34
- aws-sigv4 (1.5.0)
33
+ aws-sigv4 (1.8.0)
35
34
  aws-eventstream (~> 1, >= 1.0.2)
36
35
  codecov (0.6.0)
37
36
  simplecov (>= 0.15, < 0.22)
@@ -39,7 +38,7 @@ GEM
39
38
  concurrent-ruby (1.1.10)
40
39
  diff-lcs (1.5.0)
41
40
  docile (1.3.5)
42
- faraday (1.10.0)
41
+ faraday (1.10.2)
43
42
  faraday-em_http (~> 1.0)
44
43
  faraday-em_synchrony (~> 1.0)
45
44
  faraday-excon (~> 1.1)
@@ -54,11 +53,11 @@ GEM
54
53
  faraday-em_http (1.0.0)
55
54
  faraday-em_synchrony (1.0.0)
56
55
  faraday-excon (1.1.0)
57
- faraday-http-cache (2.3.0)
56
+ faraday-http-cache (2.4.1)
58
57
  faraday (>= 0.8)
59
58
  faraday-httpclient (1.0.1)
60
- faraday-multipart (1.0.3)
61
- multipart-post (>= 1.2, < 3)
59
+ faraday-multipart (1.0.4)
60
+ multipart-post (~> 2)
62
61
  faraday-net_http (1.0.1)
63
62
  faraday-net_http_persistent (1.2.0)
64
63
  faraday-patron (1.0.0)
@@ -91,9 +90,9 @@ GEM
91
90
  guard-rubocop (1.4.0)
92
91
  guard (~> 2.0)
93
92
  rubocop (< 2.0)
94
- i18n (1.10.0)
93
+ i18n (1.12.0)
95
94
  concurrent-ruby (~> 1.0)
96
- jmespath (1.6.1)
95
+ jmespath (1.6.2)
97
96
  listen (3.7.1)
98
97
  rb-fsevent (~> 0.10, >= 0.10.3)
99
98
  rb-inotify (~> 0.9, >= 0.9.10)
@@ -101,16 +100,16 @@ GEM
101
100
  method_source (1.0.0)
102
101
  minitest (5.15.0)
103
102
  multi_json (1.15.0)
104
- multipart-post (2.1.1)
103
+ multipart-post (2.2.3)
105
104
  nenv (0.3.0)
106
105
  notiffany (0.1.3)
107
106
  nenv (~> 0.1)
108
107
  shellany (~> 0.0)
109
- octokit (4.23.0)
108
+ octokit (4.25.1)
110
109
  faraday (>= 1, < 3)
111
110
  sawyer (~> 0.9)
112
111
  parallel (1.20.1)
113
- parser (3.1.2.0)
112
+ parser (3.1.2.1)
114
113
  ast (~> 2.4.1)
115
114
  pry (0.14.1)
116
115
  coderay (~> 1.1)
@@ -118,25 +117,25 @@ GEM
118
117
  public_suffix (4.0.7)
119
118
  rainbow (3.1.1)
120
119
  rake (13.0.6)
121
- rb-fsevent (0.11.1)
120
+ rb-fsevent (0.11.2)
122
121
  rb-inotify (0.10.1)
123
122
  ffi (~> 1.0)
124
- regexp_parser (2.5.0)
123
+ regexp_parser (2.6.0)
125
124
  retriable (3.1.2)
126
125
  rexml (3.2.5)
127
- rspec (3.11.0)
128
- rspec-core (~> 3.11.0)
129
- rspec-expectations (~> 3.11.0)
130
- rspec-mocks (~> 3.11.0)
131
- rspec-core (3.11.0)
132
- rspec-support (~> 3.11.0)
133
- rspec-expectations (3.11.0)
126
+ rspec (3.12.0)
127
+ rspec-core (~> 3.12.0)
128
+ rspec-expectations (~> 3.12.0)
129
+ rspec-mocks (~> 3.12.0)
130
+ rspec-core (3.12.0)
131
+ rspec-support (~> 3.12.0)
132
+ rspec-expectations (3.12.0)
134
133
  diff-lcs (>= 1.2.0, < 2.0)
135
- rspec-support (~> 3.11.0)
136
- rspec-mocks (3.11.1)
134
+ rspec-support (~> 3.12.0)
135
+ rspec-mocks (3.12.0)
137
136
  diff-lcs (>= 1.2.0, < 2.0)
138
- rspec-support (~> 3.11.0)
139
- rspec-support (3.11.0)
137
+ rspec-support (~> 3.12.0)
138
+ rspec-support (3.12.0)
140
139
  rubocop (1.12.1)
141
140
  parallel (~> 1.10)
142
141
  parser (>= 3.0.0.0)
@@ -150,22 +149,19 @@ GEM
150
149
  parser (>= 2.7.1.5)
151
150
  ruby-progressbar (1.11.0)
152
151
  ruby2_keywords (0.0.5)
153
- sawyer (0.9.1)
152
+ sawyer (0.9.2)
154
153
  addressable (>= 2.3.5)
155
154
  faraday (>= 0.17.3, < 3)
156
155
  shellany (0.0.1)
157
- simplecov (0.21.2)
156
+ simplecov (0.18.5)
158
157
  docile (~> 1.1)
159
158
  simplecov-html (~> 0.11)
160
- simplecov_json_formatter (~> 0.1)
161
159
  simplecov-html (0.12.3)
162
- simplecov_json_formatter (0.1.4)
163
160
  thor (1.2.1)
164
161
  thread_safe (0.3.6)
165
- tzinfo (1.2.9)
162
+ tzinfo (1.2.10)
166
163
  thread_safe (~> 0.1)
167
- unicode-display_width (2.1.0)
168
- zeitwerk (2.4.2)
164
+ unicode-display_width (2.3.0)
169
165
 
170
166
  PLATFORMS
171
167
  ruby
@@ -15,10 +15,11 @@ module ContainerShip
15
15
  puts command
16
16
 
17
17
  status = nil
18
- Open3.popen3(command) do |_i, o, e, w|
19
- o.each { |line| puts line }
20
- e.each { |line| puts line }
21
- status = w.value
18
+ Open3.popen3(command) do |_stdin, stdout, stderr, wait_thr|
19
+ Thread.new(stdout) { |io| io.each { puts _1 } }
20
+ Thread.new(stderr) { |io| io.each { puts _1 } }
21
+
22
+ status = wait_thr.value
22
23
  end
23
24
  exit(status.exitstatus) unless status.success?
24
25
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ContainerShip
4
- VERSION = '0.1.5'
4
+ VERSION = '0.1.6'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: container_ship
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuji Ueki
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-09 00:00:00.000000000 Z
11
+ date: 2024-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-cloudwatchlogs
@@ -205,6 +205,7 @@ files:
205
205
  - ".github/dependabot.yml"
206
206
  - ".gitignore"
207
207
  - ".rubocop.yml"
208
+ - ".ruby-version"
208
209
  - ".travis.yml"
209
210
  - CODE_OF_CONDUCT.md
210
211
  - Gemfile
@@ -233,7 +234,7 @@ metadata:
233
234
  homepage_uri: https://github.com/seibii/container_ship
234
235
  source_code_uri: https://github.com/seibii/container_ship
235
236
  changelog_uri: https://github.com/seibii/container_ship
236
- post_install_message:
237
+ post_install_message:
237
238
  rdoc_options: []
238
239
  require_paths:
239
240
  - lib
@@ -248,8 +249,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
248
249
  - !ruby/object:Gem::Version
249
250
  version: '0'
250
251
  requirements: []
251
- rubygems_version: 3.1.2
252
- signing_key:
252
+ rubygems_version: 3.1.4
253
+ signing_key:
253
254
  specification_version: 4
254
255
  summary: Yet another ECS deployment tool
255
256
  test_files: []