dpl 1.10.4.travis.3054.5 → 1.10.4.travis.3055.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 784b602085f32b6a7f37e1c680c3da6648043169e582885530254634b93f27f6
4
- data.tar.gz: ecba6c1d3676a46478eaee61c8b5239d266e1f847956d2be7ab2e2a488aa9632
3
+ metadata.gz: 69e911650980454df0221ae2931e44d9dc9a127267c66b3940c2efbc988ced0e
4
+ data.tar.gz: f6e3e06320de0fd1df3bae9d6a5e248ef292d949e48c0d22dabd3dab66647cb4
5
5
  SHA512:
6
- metadata.gz: fe023d7605875df6b30c974017e2ddc1a30cb97f27d5e02e793f8dadcc13603450ddd05fefac9b3192f7d370375360fb19bca7ed97588af14518d9b82656d6c1
7
- data.tar.gz: a1645b3680430b6659e8f4338e2655d4263e80995f55df8ef60dc981b7166d9227ae9795b77980c1881c546b1ac0468ff5f8c16facb9b61b77c4296c3ab20d20
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:
@@ -37,7 +37,6 @@ module DPL
37
37
  'Heroku' => 'heroku',
38
38
  'Lambda' => 'lambda',
39
39
  'Launchpad' => 'launchpad',
40
- 'Modulus' => 'modulus',
41
40
  'Nodejitsu' => 'nodejitsu',
42
41
  'NPM' => 'npm',
43
42
  'Openshift' => 'openshift',
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.10.4.travis.3054.5'
2
+ VERSION = '1.10.4.travis.3055.5'
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.3054.5
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
@@ -1,3 +0,0 @@
1
- require './gemspec_helper'
2
-
3
- gemspec_for 'modulus'