container_ship 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: 5b7ae1e6c79b424625cdfd5f12eacc00fd546ec046151606984a76c5d50cc489
4
- data.tar.gz: 1691ee2c77d5f0ddf8064b4966abc2a326ad748615ec5f1b935037d3bc23b38a
3
+ metadata.gz: 0db018f1ecfb3983ee58273365e051e81f6920a23eee7a2fa85335587d14a527
4
+ data.tar.gz: 13cc71f918ddc296f57e1de80bd7371f8cde1e571de6376c4c469afa9e82ce86
5
5
  SHA512:
6
- metadata.gz: 4a11192e9091856be8e69fea92399a8e97977a8a8778bb5b6671162c9d149380938d3f5162418277e05a77f28c2c472c8cf2e37054150a40752ee82f90976485
7
- data.tar.gz: 06543a4fd7906c378acd0a8e3f3d4c6725a594672ad6175f3fc215c769a7cdf30e52e7832a87f2b9889e783218debf9bd0eafc32d9249ba653b0db3476bf8a9a
6
+ metadata.gz: 422e4cd9a8e42beaacac3c70680456a3beee93c8afd3295be836838be21182b0479ca18a38f8554c1855e9585c8d4fe00b736d98383be4f149e7d3e75f79f802
7
+ data.tar.gz: e6e164727eb88af0b947a72fa62235b10d2e159cdb1128319237351c863a6b83cfe65764afff65885293f2f6f90ac9a7769bb147fd472cf39e0cb7d54e421cab
data/.circleci/config.yml CHANGED
@@ -17,7 +17,7 @@ git statusrestore_bundle_cache: &restore_bundle_cache
17
17
  jobs:
18
18
  build:
19
19
  docker:
20
- - image: circleci/ruby
20
+ - image: circleci/ruby:2.7.2
21
21
  steps:
22
22
  - checkout
23
23
  - *restore_bundle_cache
@@ -29,7 +29,7 @@ jobs:
29
29
  - vendor/bundle
30
30
  rubocop:
31
31
  docker:
32
- - image: circleci/ruby
32
+ - image: circleci/ruby:2.7.2
33
33
  steps:
34
34
  - checkout
35
35
  - *restore_bundle_cache
@@ -38,7 +38,7 @@ jobs:
38
38
  - run: bundle exec rubocop
39
39
  rspec:
40
40
  docker:
41
- - image: circleci/ruby
41
+ - image: circleci/ruby:2.7.2
42
42
  steps:
43
43
  - checkout
44
44
  - *restore_bundle_cache
@@ -0,0 +1,38 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: bundler
4
+ directory: "/"
5
+ schedule:
6
+ interval: monthly
7
+ time: "11:00"
8
+ timezone: Asia/Tokyo
9
+ open-pull-requests-limit: 20
10
+ reviewers:
11
+ - avexbesuke
12
+ - amatotsuji
13
+ - yuta-sanada0089
14
+ allow:
15
+ - dependency-type: direct
16
+ - dependency-type: indirect
17
+ ignore:
18
+ - dependency-name: codecov
19
+ versions:
20
+ - ">= 0.2.14.a, < 0.2.15"
21
+ - dependency-name: aws-partitions
22
+ versions:
23
+ - 1.431.0
24
+ - 1.433.0
25
+ - 1.437.0
26
+ - 1.448.0
27
+ - dependency-name: i18n
28
+ versions:
29
+ - 1.8.10
30
+ - dependency-name: aws-sigv4
31
+ versions:
32
+ - 1.2.3
33
+ - dependency-name: aws-eventstream
34
+ versions:
35
+ - 1.1.1
36
+ - dependency-name: aws-sdk-core
37
+ versions:
38
+ - 3.112.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- container_ship (0.1.1)
4
+ container_ship (0.1.2)
5
5
  aws-sdk-cloudwatchlogs
6
6
  aws-sdk-ecs
7
7
  thor
@@ -17,34 +17,44 @@ GEM
17
17
  zeitwerk (~> 2.2, >= 2.2.2)
18
18
  addressable (2.7.0)
19
19
  public_suffix (>= 2.0.2, < 5.0)
20
- ast (2.4.1)
21
- aws-eventstream (1.1.0)
22
- aws-partitions (1.365.0)
23
- aws-sdk-cloudwatchlogs (1.36.0)
24
- aws-sdk-core (~> 3, >= 3.99.0)
20
+ ast (2.4.2)
21
+ aws-eventstream (1.1.1)
22
+ aws-partitions (1.465.0)
23
+ aws-sdk-cloudwatchlogs (1.41.0)
24
+ aws-sdk-core (~> 3, >= 3.112.0)
25
25
  aws-sigv4 (~> 1.1)
26
- aws-sdk-core (3.105.0)
26
+ aws-sdk-core (3.114.1)
27
27
  aws-eventstream (~> 1, >= 1.0.2)
28
28
  aws-partitions (~> 1, >= 1.239.0)
29
29
  aws-sigv4 (~> 1.1)
30
30
  jmespath (~> 1.0)
31
- aws-sdk-ecs (1.68.0)
32
- aws-sdk-core (~> 3, >= 3.99.0)
31
+ aws-sdk-ecs (1.80.0)
32
+ aws-sdk-core (~> 3, >= 3.112.0)
33
33
  aws-sigv4 (~> 1.1)
34
- aws-sigv4 (1.2.2)
34
+ aws-sigv4 (1.2.3)
35
35
  aws-eventstream (~> 1, >= 1.0.2)
36
- codecov (0.2.10)
37
- json
38
- simplecov
36
+ codecov (0.5.2)
37
+ simplecov (>= 0.15, < 0.22)
39
38
  coderay (1.1.3)
40
- concurrent-ruby (1.1.7)
39
+ concurrent-ruby (1.1.8)
41
40
  diff-lcs (1.4.4)
42
- docile (1.3.2)
43
- faraday (1.0.1)
41
+ docile (1.3.5)
42
+ faraday (1.4.2)
43
+ faraday-em_http (~> 1.0)
44
+ faraday-em_synchrony (~> 1.0)
45
+ faraday-excon (~> 1.1)
46
+ faraday-net_http (~> 1.0)
47
+ faraday-net_http_persistent (~> 1.1)
44
48
  multipart-post (>= 1.2, < 3)
49
+ ruby2_keywords (>= 0.0.4)
50
+ faraday-em_http (1.0.0)
51
+ faraday-em_synchrony (1.0.0)
52
+ faraday-excon (1.1.0)
45
53
  faraday-http-cache (2.2.0)
46
54
  faraday (>= 0.8)
47
- ffi (1.13.1)
55
+ faraday-net_http (1.0.1)
56
+ faraday-net_http_persistent (1.1.0)
57
+ ffi (1.15.1)
48
58
  formatador (0.2.5)
49
59
  github_changelog_generator (1.15.2)
50
60
  activesupport
@@ -54,7 +64,7 @@ GEM
54
64
  rainbow (>= 2.2.1)
55
65
  rake (>= 10.0)
56
66
  retriable (~> 3.0)
57
- guard (2.16.2)
67
+ guard (2.17.0)
58
68
  formatador (>= 0.2.4)
59
69
  listen (>= 2.7, < 4.0)
60
70
  lumberjack (>= 1.0.12, < 2.0)
@@ -68,82 +78,84 @@ GEM
68
78
  guard (~> 2.1)
69
79
  guard-compat (~> 1.1)
70
80
  rspec (>= 2.99.0, < 4.0)
71
- guard-rubocop (1.3.0)
81
+ guard-rubocop (1.4.0)
72
82
  guard (~> 2.0)
73
- rubocop (~> 0.20)
74
- i18n (1.8.5)
83
+ rubocop (< 2.0)
84
+ i18n (1.8.10)
75
85
  concurrent-ruby (~> 1.0)
76
86
  jmespath (1.4.0)
77
- json (2.3.1)
78
- listen (3.2.1)
87
+ listen (3.5.1)
79
88
  rb-fsevent (~> 0.10, >= 0.10.3)
80
89
  rb-inotify (~> 0.9, >= 0.9.10)
81
90
  lumberjack (1.2.8)
82
91
  method_source (1.0.0)
83
- minitest (5.14.2)
92
+ minitest (5.14.4)
84
93
  multi_json (1.15.0)
85
94
  multipart-post (2.1.1)
86
95
  nenv (0.3.0)
87
96
  notiffany (0.1.3)
88
97
  nenv (~> 0.1)
89
98
  shellany (~> 0.0)
90
- octokit (4.18.0)
99
+ octokit (4.21.0)
91
100
  faraday (>= 0.9)
92
101
  sawyer (~> 0.8.0, >= 0.5.3)
93
- parallel (1.19.2)
94
- parser (2.7.1.4)
102
+ parallel (1.20.1)
103
+ parser (3.0.1.1)
95
104
  ast (~> 2.4.1)
96
- pry (0.13.1)
105
+ pry (0.14.1)
97
106
  coderay (~> 1.1)
98
107
  method_source (~> 1.0)
99
108
  public_suffix (4.0.6)
100
109
  rainbow (3.0.0)
101
- rake (13.0.1)
102
- rb-fsevent (0.10.4)
110
+ rake (13.0.3)
111
+ rb-fsevent (0.11.0)
103
112
  rb-inotify (0.10.1)
104
113
  ffi (~> 1.0)
105
- regexp_parser (1.7.1)
114
+ regexp_parser (2.1.1)
106
115
  retriable (3.1.2)
107
- rexml (3.2.4)
108
- rspec (3.9.0)
109
- rspec-core (~> 3.9.0)
110
- rspec-expectations (~> 3.9.0)
111
- rspec-mocks (~> 3.9.0)
112
- rspec-core (3.9.2)
113
- rspec-support (~> 3.9.3)
114
- rspec-expectations (3.9.2)
116
+ rexml (3.2.5)
117
+ rspec (3.10.0)
118
+ rspec-core (~> 3.10.0)
119
+ rspec-expectations (~> 3.10.0)
120
+ rspec-mocks (~> 3.10.0)
121
+ rspec-core (3.10.1)
122
+ rspec-support (~> 3.10.0)
123
+ rspec-expectations (3.10.1)
115
124
  diff-lcs (>= 1.2.0, < 2.0)
116
- rspec-support (~> 3.9.0)
117
- rspec-mocks (3.9.1)
125
+ rspec-support (~> 3.10.0)
126
+ rspec-mocks (3.10.2)
118
127
  diff-lcs (>= 1.2.0, < 2.0)
119
- rspec-support (~> 3.9.0)
120
- rspec-support (3.9.3)
121
- rubocop (0.90.0)
128
+ rspec-support (~> 3.10.0)
129
+ rspec-support (3.10.2)
130
+ rubocop (1.12.1)
122
131
  parallel (~> 1.10)
123
- parser (>= 2.7.1.1)
132
+ parser (>= 3.0.0.0)
124
133
  rainbow (>= 2.2.2, < 4.0)
125
- regexp_parser (>= 1.7)
134
+ regexp_parser (>= 1.8, < 3.0)
126
135
  rexml
127
- rubocop-ast (>= 0.3.0, < 1.0)
136
+ rubocop-ast (>= 1.2.0, < 2.0)
128
137
  ruby-progressbar (~> 1.7)
129
- unicode-display_width (>= 1.4.0, < 2.0)
130
- rubocop-ast (0.3.0)
131
- parser (>= 2.7.1.4)
132
- ruby-progressbar (1.10.1)
138
+ unicode-display_width (>= 1.4.0, < 3.0)
139
+ rubocop-ast (1.4.1)
140
+ parser (>= 2.7.1.5)
141
+ ruby-progressbar (1.11.0)
142
+ ruby2_keywords (0.0.4)
133
143
  sawyer (0.8.2)
134
144
  addressable (>= 2.3.5)
135
145
  faraday (> 0.8, < 2.0)
136
146
  shellany (0.0.1)
137
- simplecov (0.19.0)
147
+ simplecov (0.21.2)
138
148
  docile (~> 1.1)
139
149
  simplecov-html (~> 0.11)
140
- simplecov-html (0.12.2)
141
- thor (1.0.1)
150
+ simplecov_json_formatter (~> 0.1)
151
+ simplecov-html (0.12.3)
152
+ simplecov_json_formatter (0.1.3)
153
+ thor (1.1.0)
142
154
  thread_safe (0.3.6)
143
- tzinfo (1.2.7)
155
+ tzinfo (1.2.9)
144
156
  thread_safe (~> 0.1)
145
- unicode-display_width (1.7.0)
146
- zeitwerk (2.4.0)
157
+ unicode-display_width (2.0.0)
158
+ zeitwerk (2.4.2)
147
159
 
148
160
  PLATFORMS
149
161
  ruby
@@ -162,4 +174,4 @@ DEPENDENCIES
162
174
  simplecov
163
175
 
164
176
  BUNDLED WITH
165
- 2.0.2
177
+ 2.1.4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ContainerShip
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuji Ueki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-09-07 00:00:00.000000000 Z
11
+ date: 2021-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-cloudwatchlogs
@@ -202,6 +202,7 @@ extensions: []
202
202
  extra_rdoc_files: []
203
203
  files:
204
204
  - ".circleci/config.yml"
205
+ - ".github/dependabot.yml"
205
206
  - ".gitignore"
206
207
  - ".rubocop.yml"
207
208
  - ".travis.yml"