dpl 1.10.4.travis.3040.6 → 1.10.4.travis.3047.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: 0bacd3de8843921eafc9a5b04bb25e7ea0bf6ffb2a9b336da803807058281907
4
- data.tar.gz: 10194fa7f53aa60294b418a96a72bd18578d9d8b0b828e171f814b495a51a666
3
+ metadata.gz: 05cbadf1c4710ac194076a780d616858ea0b5ec161e654658a7eb7f600e63998
4
+ data.tar.gz: 39926b06be51cd6652b67d863c5acebd00b72c76d0f13c420d6b0b0f8c920b06
5
5
  SHA512:
6
- metadata.gz: 11abc98971987c3ea7370cdaabe514b4fb29d30c59dcb09a83d06e56a3894d29ee2f7f00e3a98fefffc86b2a19f2bc106b72aa20194f3ac8d1615180091e84c9
7
- data.tar.gz: 13829a18ae023e97823b9587d15bb6d03e96358d952a3beefe3b254a7cfb1ad176991707d5db775cd3a65853c22b784a7b869d4f6e6e02d58d0d0fe37eec72f8
6
+ metadata.gz: a7bedf727e973728bc386d5002c3462678516abd5ac822bae6614da3e8b8aedd8ca411d3b491aca10251fcc6f5a636ffa6200246596618d8721e8f7bfb5653e5
7
+ data.tar.gz: ad748539f5438df7cad9c8f7d309e096f3a55c6132e30812d8353799182588da6cf315ffac7488bc885fa4ff7b4a1fafcfd5ec9d65c4ecc73d361251d93305b7
data/README.md CHANGED
@@ -18,6 +18,7 @@ Dpl supports the following providers:
18
18
  * [BitBalloon](#bitballoon)
19
19
  * [Bluemix Cloud Foundry](#bluemix-cloud-foundry)
20
20
  * [Boxfuse](#boxfuse)
21
+ * [cargo](#cargo)
21
22
  * [Catalyze](#catalyze)
22
23
  * [Chef Supermarket](#chef-supermarket)
23
24
  * [Cloud 66](#cloud-66)
@@ -487,6 +488,16 @@ You first need to create an [Atlas account](https://atlas.hashicorp.com/account/
487
488
 
488
489
  dpl --provider=cloudfoundry --username=<username> --password=<password> --organization=<organization> --api=<api> --space=<space> --skip-ssl-validation
489
490
 
491
+ ### cargo:
492
+
493
+ #### Options:
494
+
495
+ * **token**: Your cargo registry API token, for crates.io generate at <https://crates.io/me>
496
+
497
+ #### Examples:
498
+
499
+ dpl --provider=cargo --token=<token>
500
+
490
501
  ### Rackspace Cloud Files:
491
502
 
492
503
  #### Options:
data/dpl-cargo.gemspec ADDED
@@ -0,0 +1,3 @@
1
+ require './gemspec_helper'
2
+
3
+ gemspec_for 'cargo'
data/lib/dpl/provider.rb CHANGED
@@ -25,6 +25,7 @@ module DPL
25
25
  'CloudFiles' => 'cloud_files',
26
26
  'CloudFoundry' => 'cloud_foundry',
27
27
  'CodeDeploy' => 'code_deploy',
28
+ 'Cargo' => 'cargo',
28
29
  'Deis' => 'deis',
29
30
  'ElasticBeanstalk' => 'elastic_beanstalk',
30
31
  'EngineYard' => 'engine_yard',
data/lib/dpl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.10.4.travis.3040.6'
2
+ VERSION = '1.10.4.travis.3047.6'
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: 1.10.4.travis.3040.6
4
+ version: 1.10.4.travis.3047.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -162,6 +162,7 @@ files:
162
162
  - dpl-bitballoon.gemspec
163
163
  - dpl-bluemix_cloud_foundry.gemspec
164
164
  - dpl-boxfuse.gemspec
165
+ - dpl-cargo.gemspec
165
166
  - dpl-catalyze.gemspec
166
167
  - dpl-chef_supermarket.gemspec
167
168
  - dpl-cloud66.gemspec