dpl 2.0.0.alpha.11 → 2.0.0.alpha.12

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.
@@ -1,7 +1,7 @@
1
1
  module Dpl
2
2
  module Providers
3
3
  class Rubygems < Provider
4
- status :alpha
4
+ status :stable
5
5
 
6
6
  description sq(<<-str)
7
7
  tbd
@@ -6,7 +6,7 @@ Thread.abort_on_exception = true
6
6
  module Dpl
7
7
  module Providers
8
8
  class S3 < Provider
9
- status :beta
9
+ status :stable
10
10
 
11
11
  full_name 'AWS S3'
12
12
 
@@ -1,7 +1,7 @@
1
1
  module Dpl
2
2
  module Providers
3
3
  class Script < Provider
4
- status :beta
4
+ status :stable
5
5
 
6
6
  summary 'Minimal provider that executes a custom command'
7
7
 
@@ -16,7 +16,7 @@ module Dpl
16
16
  apt 'snapd', 'snap'
17
17
 
18
18
  cmds install: 'sudo snap install snapcraft --classic',
19
- login: 'snapcraft login --with %{token}',
19
+ login: 'echo "%{token}" | snapcraft login --with -',
20
20
  deploy: 'snapcraft push %{snap_path} --release=%{channel}'
21
21
 
22
22
  msgs login: 'Attemping to login ...',
@@ -3,7 +3,7 @@ require 'open-uri'
3
3
  module Dpl
4
4
  module Providers
5
5
  class Surge < Provider
6
- status :alpha
6
+ status :beta
7
7
 
8
8
  description sq(<<-str)
9
9
  tbd
@@ -1,3 +1,3 @@
1
1
  module Dpl
2
- VERSION = '2.0.0.alpha.11'
2
+ VERSION = '2.0.0.alpha.12'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.alpha.11
4
+ version: 2.0.0.alpha.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-10-14 00:00:00.000000000 Z
13
+ date: 2020-01-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cl
@@ -55,12 +55,11 @@ files:
55
55
  - CODE_OF_CONDUCT.md
56
56
  - CONTRIBUTING.md
57
57
  - Gemfile
58
- - Gemfile.lock
59
58
  - LICENSE
60
- - NOTES.md
61
59
  - README.md
62
60
  - Rakefile
63
61
  - bin/dpl
62
+ - config/transliterate.yml
64
63
  - lib/dpl.rb
65
64
  - lib/dpl/assets/atlas/install
66
65
  - lib/dpl/assets/convox/install
@@ -78,9 +77,11 @@ files:
78
77
  - lib/dpl/helper/cmd.rb
79
78
  - lib/dpl/helper/config_file.rb
80
79
  - lib/dpl/helper/env.rb
80
+ - lib/dpl/helper/github.rb
81
81
  - lib/dpl/helper/interpolate.rb
82
82
  - lib/dpl/helper/memoize.rb
83
83
  - lib/dpl/helper/squiggle.rb
84
+ - lib/dpl/helper/transliterate.rb
84
85
  - lib/dpl/helper/wrap.rb
85
86
  - lib/dpl/helper/zip.rb
86
87
  - lib/dpl/provider.rb
@@ -158,8 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
159
  - !ruby/object:Gem::Version
159
160
  version: 1.3.1
160
161
  requirements: []
161
- rubyforge_project:
162
- rubygems_version: 2.6.13
162
+ rubygems_version: 3.0.3
163
163
  signing_key:
164
164
  specification_version: 4
165
165
  summary: Dpl runs deployments at Travis CI
@@ -1,378 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- dpl (2.0.0.alpha.10)
5
- cl (~> 1.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- addressable (2.6.0)
11
- public_suffix (>= 2.0.2, < 4.0)
12
- awesome_print (1.8.0)
13
- aws-eventstream (1.0.3)
14
- aws-partitions (1.203.0)
15
- aws-sdk-cloudformation (1.25.0)
16
- aws-sdk-core (~> 3, >= 3.61.1)
17
- aws-sigv4 (~> 1.1)
18
- aws-sdk-codedeploy (1.26.0)
19
- aws-sdk-core (~> 3, >= 3.61.1)
20
- aws-sigv4 (~> 1.1)
21
- aws-sdk-core (3.64.0)
22
- aws-eventstream (~> 1.0, >= 1.0.2)
23
- aws-partitions (~> 1.0)
24
- aws-sigv4 (~> 1.1)
25
- jmespath (~> 1.0)
26
- aws-sdk-elasticbeanstalk (1.25.0)
27
- aws-sdk-core (~> 3, >= 3.61.1)
28
- aws-sigv4 (~> 1.1)
29
- aws-sdk-kms (1.24.0)
30
- aws-sdk-core (~> 3, >= 3.61.1)
31
- aws-sigv4 (~> 1.1)
32
- aws-sdk-lambda (1.29.0)
33
- aws-sdk-core (~> 3, >= 3.61.1)
34
- aws-sigv4 (~> 1.1)
35
- aws-sdk-opsworks (1.20.0)
36
- aws-sdk-core (~> 3, >= 3.61.1)
37
- aws-sigv4 (~> 1.1)
38
- aws-sdk-s3 (1.46.0)
39
- aws-sdk-core (~> 3, >= 3.61.1)
40
- aws-sdk-kms (~> 1)
41
- aws-sigv4 (~> 1.1)
42
- aws-sigv4 (1.1.0)
43
- aws-eventstream (~> 1.0, >= 1.0.2)
44
- belafonte (0.5.0)
45
- optionally
46
- wrapomatic (~> 0.3)
47
- builder (3.2.3)
48
- chef (12.22.5)
49
- addressable
50
- bundler (>= 1.10)
51
- chef-config (= 12.22.5)
52
- chef-zero (>= 4.8, < 13)
53
- diff-lcs (~> 1.2, >= 1.2.4)
54
- erubis (~> 2.7)
55
- ffi-yajl (~> 2.2)
56
- highline (~> 1.6, >= 1.6.9)
57
- iniparse (~> 1.4)
58
- mixlib-archive (~> 0.4)
59
- mixlib-authentication (~> 1.4)
60
- mixlib-cli (~> 1.7)
61
- mixlib-log (~> 1.3)
62
- mixlib-shellout (~> 2.0)
63
- net-sftp (~> 2.1, >= 2.1.2)
64
- net-ssh (>= 2.9, < 5.0)
65
- net-ssh-multi (~> 1.2, >= 1.2.1)
66
- ohai (>= 8.6.0.alpha.1, < 13)
67
- plist (~> 3.2)
68
- proxifier (~> 1.0)
69
- rspec-core (~> 3.5)
70
- rspec-expectations (~> 3.5)
71
- rspec-mocks (~> 3.5)
72
- rspec_junit_formatter (~> 0.2.0)
73
- serverspec (~> 2.7)
74
- specinfra (~> 2.10)
75
- syslog-logger (~> 1.6)
76
- uuidtools (~> 2.1.5)
77
- chef-config (12.22.5)
78
- addressable
79
- fuzzyurl
80
- mixlib-config (~> 2.0)
81
- mixlib-shellout (~> 2.0)
82
- chef-zero (5.3.2)
83
- ffi-yajl (~> 2.2)
84
- hashie (>= 2.0, < 4.0)
85
- mixlib-log (~> 1.3)
86
- rack (~> 2.0)
87
- uuidtools (~> 2.1)
88
- cistern (0.12.3)
89
- cl (1.1.3)
90
- regstry (~> 1.0.3)
91
- coderay (1.1.2)
92
- colorize (0.8.1)
93
- cookiejar (0.3.3)
94
- coveralls (0.8.23)
95
- json (>= 1.8, < 3)
96
- simplecov (~> 0.16.1)
97
- term-ansicolor (~> 1.3)
98
- thor (>= 0.19.4, < 2.0)
99
- tins (~> 1.6)
100
- crack (0.4.3)
101
- safe_yaml (~> 1.0.0)
102
- diff-lcs (1.3)
103
- docile (1.3.2)
104
- domain_name (0.5.20190701)
105
- unf (>= 0.0.5, < 1.0.0)
106
- em-http-request (1.1.5)
107
- addressable (>= 2.3.4)
108
- cookiejar (!= 0.3.1)
109
- em-socksify (>= 0.3)
110
- eventmachine (>= 1.0.3)
111
- http_parser.rb (>= 0.6.0)
112
- em-socksify (0.3.2)
113
- eventmachine (>= 1.0.0.beta.4)
114
- erubis (2.7.0)
115
- escape (0.0.4)
116
- eventmachine (1.2.7)
117
- excon (0.66.0)
118
- ey-core (3.5.0)
119
- addressable
120
- awesome_print
121
- belafonte
122
- cistern (~> 0.12.3)
123
- colorize
124
- escape
125
- ey-hmac (~> 2.0)
126
- faraday (~> 0.9)
127
- faraday_middleware (~> 0.9)
128
- faye
129
- highline
130
- json (< 2.0)
131
- mime-types
132
- oj
133
- oj_mimic_json
134
- pry
135
- rack
136
- sshkey (~> 1.6)
137
- table_print
138
- ey-hmac (2.2.0)
139
- facter (2.5.5)
140
- faraday (0.9.2)
141
- multipart-post (>= 1.2, < 3)
142
- faraday_middleware (0.13.1)
143
- faraday (>= 0.7.4, < 1.0)
144
- fast_gettext (1.1.2)
145
- faye (1.2.4)
146
- cookiejar (>= 0.3.0)
147
- em-http-request (>= 0.3.0)
148
- eventmachine (>= 0.12.0)
149
- faye-websocket (>= 0.9.1)
150
- multi_json (>= 1.0.0)
151
- rack (>= 1.0.0)
152
- websocket-driver (>= 0.5.1)
153
- faye-websocket (0.10.9)
154
- eventmachine (>= 0.12.0)
155
- websocket-driver (>= 0.5.1)
156
- ffi (1.11.1)
157
- ffi-yajl (2.3.1)
158
- libyajl2 (~> 1.2)
159
- fog-core (2.1.0)
160
- builder
161
- excon (~> 0.58)
162
- formatador (~> 0.2)
163
- mime-types
164
- fog-json (1.2.0)
165
- fog-core
166
- multi_json (~> 1.10)
167
- fog-rackspace (0.1.6)
168
- fog-core (>= 1.35)
169
- fog-json (>= 1.0)
170
- fog-xml (>= 0.1)
171
- ipaddress (>= 0.8)
172
- fog-xml (0.1.3)
173
- fog-core
174
- nokogiri (>= 1.5.11, < 2.0.0)
175
- formatador (0.2.5)
176
- fuzzyurl (0.9.0)
177
- gems (1.1.1)
178
- json
179
- gleis (0.6.2)
180
- rest-client (~> 2.0.0)
181
- thor (~> 0.20.0)
182
- hashdiff (1.0.0)
183
- hashie (3.6.0)
184
- hiera (3.5.0)
185
- highline (1.7.10)
186
- http-cookie (1.0.3)
187
- domain_name (~> 0.5)
188
- http_parser.rb (0.6.0)
189
- iniparse (1.4.4)
190
- ipaddress (0.8.3)
191
- jmespath (1.4.0)
192
- json (1.8.6)
193
- json_pure (1.8.6)
194
- libyajl2 (1.2.0)
195
- locale (2.1.2)
196
- method_source (0.9.2)
197
- mime (0.4.4)
198
- mime-types (3.2.2)
199
- mime-types-data (~> 3.2015)
200
- mime-types-data (3.2019.0331)
201
- mini_portile2 (2.4.0)
202
- mixlib-archive (0.4.20)
203
- mixlib-log
204
- mixlib-authentication (1.4.2)
205
- mixlib-cli (1.7.0)
206
- mixlib-config (2.2.18)
207
- tomlrb
208
- mixlib-log (1.7.1)
209
- mixlib-shellout (2.4.4)
210
- multi_json (1.13.1)
211
- multipart-post (2.0.0)
212
- net-scp (2.0.0)
213
- net-ssh (>= 2.6.5, < 6.0.0)
214
- net-sftp (2.1.2)
215
- net-ssh (>= 2.6.5)
216
- net-ssh (4.2.0)
217
- net-ssh-gateway (2.0.0)
218
- net-ssh (>= 4.0.0)
219
- net-ssh-multi (1.2.1)
220
- net-ssh (>= 2.6.5)
221
- net-ssh-gateway (>= 1.2.0)
222
- net-telnet (0.1.1)
223
- netrc (0.11.0)
224
- nokogiri (1.9.1)
225
- mini_portile2 (~> 2.4.0)
226
- octokit (4.14.0)
227
- sawyer (~> 0.8.0, >= 0.5.3)
228
- ohai (8.26.1)
229
- chef-config (>= 12.5.0.alpha.1, < 14)
230
- ffi (~> 1.9)
231
- ffi-yajl (~> 2.2)
232
- ipaddress
233
- mixlib-cli
234
- mixlib-config (~> 2.0)
235
- mixlib-log (>= 1.7.1, < 2.0)
236
- mixlib-shellout (~> 2.0)
237
- plist (~> 3.1)
238
- systemu (~> 2.6.4)
239
- wmi-lite (~> 1.0)
240
- oj (3.9.0)
241
- oj_mimic_json (1.0.1)
242
- optionally (0.0.3)
243
- packagecloud-ruby (1.0.8)
244
- excon (~> 0.40)
245
- json_pure (~> 1)
246
- mime (~> 0.4)
247
- multi_json (~> 1.0)
248
- pathspec (0.2.1)
249
- plist (3.5.0)
250
- proxifier (1.0.3)
251
- pry (0.12.2)
252
- coderay (~> 1.1.0)
253
- method_source (~> 0.9.0)
254
- public_suffix (3.0.3)
255
- puppet (5.5.16)
256
- facter (> 2.0.1, < 4)
257
- fast_gettext (~> 1.1.2)
258
- hiera (>= 3.2.1, < 4)
259
- locale (~> 2.1)
260
- multi_json (~> 1.10)
261
- puppet-blacksmith (3.3.1)
262
- puppet (>= 2.7.16)
263
- rest-client
264
- rack (2.0.7)
265
- rake (12.3.3)
266
- regstry (1.0.14)
267
- rendezvous (0.1.3)
268
- rest-client (2.0.2)
269
- http-cookie (>= 1.0.2, < 2.0)
270
- mime-types (>= 1.16, < 4.0)
271
- netrc (~> 0.8)
272
- rspec (3.8.0)
273
- rspec-core (~> 3.8.0)
274
- rspec-expectations (~> 3.8.0)
275
- rspec-mocks (~> 3.8.0)
276
- rspec-core (3.8.2)
277
- rspec-support (~> 3.8.0)
278
- rspec-expectations (3.8.4)
279
- diff-lcs (>= 1.2.0, < 2.0)
280
- rspec-support (~> 3.8.0)
281
- rspec-its (1.3.0)
282
- rspec-core (>= 3.0.0)
283
- rspec-expectations (>= 3.0.0)
284
- rspec-mocks (3.8.1)
285
- diff-lcs (>= 1.2.0, < 2.0)
286
- rspec-support (~> 3.8.0)
287
- rspec-support (3.8.2)
288
- rspec_junit_formatter (0.2.3)
289
- builder (< 4)
290
- rspec-core (>= 2, < 4, != 2.12.0)
291
- rubyzip (1.2.3)
292
- safe_yaml (1.0.5)
293
- sawyer (0.8.2)
294
- addressable (>= 2.3.5)
295
- faraday (> 0.8, < 2.0)
296
- serverspec (2.41.5)
297
- multi_json
298
- rspec (~> 3.0)
299
- rspec-its
300
- specinfra (~> 2.72)
301
- sfl (2.3)
302
- sh_vars (1.0.2)
303
- simplecov (0.16.1)
304
- docile (~> 1.1)
305
- json (>= 1.8, < 3)
306
- simplecov-html (~> 0.10.0)
307
- simplecov-html (0.10.2)
308
- specinfra (2.81.0)
309
- net-scp
310
- net-ssh (>= 2.7)
311
- net-telnet (= 0.1.1)
312
- sfl
313
- sshkey (1.9.0)
314
- syslog-logger (1.6.8)
315
- systemu (2.6.5)
316
- table_print (1.5.6)
317
- term-ansicolor (1.7.1)
318
- tins (~> 1.0)
319
- thor (0.20.3)
320
- tins (1.21.1)
321
- tomlrb (1.2.8)
322
- unf (0.1.4)
323
- unf_ext
324
- unf_ext (0.0.7.6)
325
- uuidtools (2.1.5)
326
- webmock (3.6.2)
327
- addressable (>= 2.3.6)
328
- crack (>= 0.3.2)
329
- hashdiff (>= 0.4.0, < 2.0.0)
330
- websocket-driver (0.7.1)
331
- websocket-extensions (>= 0.1.0)
332
- websocket-extensions (0.1.4)
333
- wmi-lite (1.0.2)
334
- wrapomatic (0.3.0)
335
-
336
- PLATFORMS
337
- ruby
338
-
339
- DEPENDENCIES
340
- aws-sdk-cloudformation (~> 1.0)
341
- aws-sdk-codedeploy (~> 1.0)
342
- aws-sdk-elasticbeanstalk (~> 1.0)
343
- aws-sdk-lambda (~> 1.0)
344
- aws-sdk-opsworks (~> 1.0)
345
- aws-sdk-s3 (~> 1.0)
346
- chef (~> 12.0)
347
- coveralls
348
- dpl!
349
- ey-core (~> 3.5)
350
- faraday (~> 0.9.2)
351
- fog-core (= 2.1.0)
352
- fog-rackspace (~> 0.1.6)
353
- gems (~> 1.1.1)
354
- gleis (~> 0.6.0)
355
- json
356
- mime-types (~> 3.2.2)
357
- multipart-post (~> 2.0.0)
358
- netrc (~> 0.11.0)
359
- nokogiri (< 1.10)
360
- octokit (~> 4.14.0)
361
- packagecloud-ruby (~> 1.0.8)
362
- pathspec (~> 0.2.1)
363
- public_suffix (~> 3.0.3)
364
- puppet (~> 5.5.14)
365
- puppet-blacksmith (~> 3.3.1)
366
- rack
367
- rake (~> 12.3)
368
- rendezvous (~> 0.1.3)
369
- rspec
370
- rubyzip (~> 1.2.2)
371
- sh_vars (~> 1.0.2)
372
- webmock
373
-
374
- RUBY VERSION
375
- ruby 2.2.2p95
376
-
377
- BUNDLED WITH
378
- 2.0.1