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 +4 -4
- data/README.md +11 -0
- data/dpl-cargo.gemspec +3 -0
- data/lib/dpl/provider.rb +1 -0
- data/lib/dpl/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05cbadf1c4710ac194076a780d616858ea0b5ec161e654658a7eb7f600e63998
|
|
4
|
+
data.tar.gz: 39926b06be51cd6652b67d863c5acebd00b72c76d0f13c420d6b0b0f8c920b06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
data/lib/dpl/provider.rb
CHANGED
data/lib/dpl/version.rb
CHANGED
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.
|
|
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
|