dpl 1.10.4.travis.3054.5 → 1.10.4.travis.3055.5
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 +0 -13
- data/lib/dpl/provider.rb +0 -1
- data/lib/dpl/version.rb +1 -1
- metadata +1 -2
- data/dpl-modulus.gemspec +0 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69e911650980454df0221ae2931e44d9dc9a127267c66b3940c2efbc988ced0e
|
|
4
|
+
data.tar.gz: f6e3e06320de0fd1df3bae9d6a5e248ef292d949e48c0d22dabd3dab66647cb4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b48571e38496c7f52aa12fbe6f5d499d195277795a57d71bc7314202361a9a5a04dcf9c6f3fd55f54e0430d61a374dad4bb73ecfe1141a15b40ce3781436c09
|
|
7
|
+
data.tar.gz: 966a03a84e21cfb944af856037f55ddac76a78695485f6eabf1330a2d605f4deb029d422613afaa0e2f4733d360083f331ad8ce389a01e63d8098932fa20bbf8
|
data/README.md
CHANGED
|
@@ -35,7 +35,6 @@ Dpl supports the following providers:
|
|
|
35
35
|
* [Heroku](#heroku)
|
|
36
36
|
* [Lambda](#lambda)
|
|
37
37
|
* [Launchpad](#launchpad)
|
|
38
|
-
* [Modulus](#modulus)
|
|
39
38
|
* [Nodejitsu](#nodejitsu)
|
|
40
39
|
* [NPM](#npm)
|
|
41
40
|
* [OpenShift](#openshift)
|
|
@@ -221,18 +220,6 @@ For authentication you can also use Travis CI secure environment variable:
|
|
|
221
220
|
#### Examples:
|
|
222
221
|
dpl --provider=nodejitsu --username=<username> --api-key=<api-key>
|
|
223
222
|
|
|
224
|
-
|
|
225
|
-
### Modulus
|
|
226
|
-
|
|
227
|
-
#### Options:
|
|
228
|
-
|
|
229
|
-
* **api-key** Modulus Authentication Token
|
|
230
|
-
* **project-name** Modulus Project to Deploy
|
|
231
|
-
|
|
232
|
-
#### Example:
|
|
233
|
-
dpl --provider=modulus --api-key=<api-key> --project-name=<project-name>
|
|
234
|
-
|
|
235
|
-
|
|
236
223
|
### Engine Yard:
|
|
237
224
|
|
|
238
225
|
#### Options:
|
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.3055.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
@@ -180,7 +180,6 @@ files:
|
|
|
180
180
|
- dpl-heroku.gemspec
|
|
181
181
|
- dpl-lambda.gemspec
|
|
182
182
|
- dpl-launchpad.gemspec
|
|
183
|
-
- dpl-modulus.gemspec
|
|
184
183
|
- dpl-npm.gemspec
|
|
185
184
|
- dpl-openshift.gemspec
|
|
186
185
|
- dpl-ops_works.gemspec
|
data/dpl-modulus.gemspec
DELETED