dpl 1.10.12.travis.3506.5 → 1.10.12.travis.3794.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 +5 -5
- data/lib/dpl/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5ceb80ec91a9a31830929802504539bdbf90131789cf85b6fdb12bebd0255d4
|
|
4
|
+
data.tar.gz: 5b3d64e15c5cea6e9a52030651c4defbee71b5a99ca94cf802e67e94ef3326d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c87514e6daf8d11dd19d207b214cc50e0052a3098e7ce43f8092d5ead3f1233366a4d5034906dc18e8d564436cb6493890361272316a9dce39667929edc096c6
|
|
7
|
+
data.tar.gz: 321bdeab1fd42e04b2a84c5c89fd87fad78dcefa34914dbb33f40ae341f151fa5c4b9648eceb4eaf9e80ca8d798b594afeb65cf2a2d826212824ec3a1b897bf8
|
data/README.md
CHANGED
|
@@ -36,7 +36,7 @@ Dpl supports the following providers:
|
|
|
36
36
|
* [Lambda](#lambda)
|
|
37
37
|
* [Launchpad](#launchpad)
|
|
38
38
|
* [Nodejitsu](#nodejitsu)
|
|
39
|
-
* [
|
|
39
|
+
* [npm](#npm)
|
|
40
40
|
* [OpenShift](#openshift)
|
|
41
41
|
* [packagecloud](#packagecloud)
|
|
42
42
|
* [Puppet Forge](#puppet-forge)
|
|
@@ -293,16 +293,16 @@ This _overrides_ the `gemspec` option.
|
|
|
293
293
|
dpl --provider=pypi --user=<username> --password=<password>
|
|
294
294
|
dpl --provider=pypi --user=<username> --password=<password> --server='https://mypackageindex.com/index' --distributions='sdist bdist_wheel'
|
|
295
295
|
|
|
296
|
-
###
|
|
296
|
+
### npm:
|
|
297
297
|
|
|
298
298
|
#### Options:
|
|
299
299
|
|
|
300
|
-
* **email**:
|
|
301
|
-
* **api-key**:
|
|
300
|
+
* **email**: npm account email.
|
|
301
|
+
* **api-key**: your [npm token](https://docs.npmjs.com/creating-and-viewing-authentication-tokens). _Can be retrieved from your ~/.npmrc file._
|
|
302
302
|
|
|
303
303
|
#### Examples:
|
|
304
304
|
|
|
305
|
-
dpl --provider=npm --email=<email> --api-key=<
|
|
305
|
+
dpl --provider=npm --email=<email> --api-key=<token>
|
|
306
306
|
|
|
307
307
|
### S3:
|
|
308
308
|
|
data/lib/dpl/version.rb
CHANGED
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.10.12.travis.
|
|
4
|
+
version: 1.10.12.travis.3794.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-06-
|
|
11
|
+
date: 2019-06-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -226,7 +226,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
226
226
|
- !ruby/object:Gem::Version
|
|
227
227
|
version: 1.3.1
|
|
228
228
|
requirements: []
|
|
229
|
-
rubygems_version: 3.0.
|
|
229
|
+
rubygems_version: 3.0.4
|
|
230
230
|
signing_key:
|
|
231
231
|
specification_version: 4
|
|
232
232
|
summary: deploy tool
|