dpl 1.5.2.travis.240.2 → 1.5.2.travis.241.2
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 +8 -8
- data/README.md +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YjQ5OTlmMWQ0NWIyNTFkZjdjYjk2ZThkOWQzMzQ1MDBmYmM5ODY1OQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NDhhZThkMTM5NWU4ZWNjM2NkZWYzYjljZjdmNDAxODM0ZTZjMDQ1ZQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTRhMjE3OGI0MGVkMDViZDIyYmE5NTM2MWZmNTA4NDQzNGUwMGFmNWRkNzc5
|
|
10
|
+
YzQ3NzA0YTVhOWUxMjc2NTVhOWYwM2FiODk3MWI0ODM2ZDM2MzdiZGIzOGJh
|
|
11
|
+
MjY2MDcwMjhjODg0NTExNDMxMzNjN2NhOTgwMGE2OWZjZmQxYTY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MWM0OGM1Mzg0MzhmYmZkNGYwMjdkMzkyZTY5ZGYwZDZjOTUzYzIyZGU3ZGEx
|
|
14
|
+
ZGEwMWQ2MGY5ZDQ1YjY1MDRkODBlY2I5ZjZmMWU0ODVjY2E1ODQ4ZmY4YWM0
|
|
15
|
+
YjBlYzAxNWI2ZjYxY2ZhMGYyODc5ZTQyYzNhYWNmZTQ5OGE2MDc=
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Dpl supports the following providers:
|
|
|
6
6
|
|
|
7
7
|
* [AppFog](#appfog)
|
|
8
8
|
* [Cloud Foundry](#cloud-foundry)
|
|
9
|
-
* [cloudControl](#
|
|
9
|
+
* [cloudControl](#cloudcontrol)
|
|
10
10
|
* [dotCloud (experimental)](#dotcloud)
|
|
11
11
|
* [Engine Yard](#engine-yard)
|
|
12
12
|
* [Heroku](#heroku)
|
|
@@ -105,13 +105,13 @@ As a rule of thumb, you should switch to the Git strategy if you run into issues
|
|
|
105
105
|
|
|
106
106
|
#### Options:
|
|
107
107
|
|
|
108
|
-
* **email**:
|
|
109
|
-
* **password**:
|
|
110
|
-
* **deployment**:
|
|
108
|
+
* **email**: cloudControl email.
|
|
109
|
+
* **password**: cloudControl password.
|
|
110
|
+
* **deployment**: cloudControl Deployment. Follows the format "APP_NAME/DEP_NAME".
|
|
111
111
|
|
|
112
112
|
#### Examples:
|
|
113
113
|
|
|
114
|
-
dpl --provider=
|
|
114
|
+
dpl --provider=cloudcontrol --email=<email> --password<password> --deployment=`APP_NAME/DEP_NAME`
|
|
115
115
|
|
|
116
116
|
### RubyGems:
|
|
117
117
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dpl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.2.travis.
|
|
4
|
+
version: 1.5.2.travis.241.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-11-
|
|
11
|
+
date: 2013-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|