dpl 1.10.12.travis.3506.5 → 1.10.12.travis.3794.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/lib/dpl/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d44385a19d135c431c11d9c4d5fc93cbe1686dc58356f89759e635e273bb4433
4
- data.tar.gz: 8c54490e062bc9c2cc2fd739aeb6b91f41e2c1ccb0bcfb3a11822a938527e9e9
3
+ metadata.gz: b5ceb80ec91a9a31830929802504539bdbf90131789cf85b6fdb12bebd0255d4
4
+ data.tar.gz: 5b3d64e15c5cea6e9a52030651c4defbee71b5a99ca94cf802e67e94ef3326d0
5
5
  SHA512:
6
- metadata.gz: a131d8f233cc3463ebc588ca90eb0f43ef2cacb50c222e713683a8e01e0f2087c73567c33fca0a0af990d84af3e22e37522e8f063dacbdad1d19b82ca44bf2a1
7
- data.tar.gz: cc3d1d8b289f5ff74b8ac6de84548738ada273bdcd76c5413ce103405d14233d449afa72309acfde40631e72372ec45536987af578bc5335a7da25845bbfd556
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
- * [NPM](#npm)
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
- ### NPM:
296
+ ### npm:
297
297
 
298
298
  #### Options:
299
299
 
300
- * **email**: NPM email.
301
- * **api-key**: NPM api key. Can be retrieved from your ~/.npmrc file.
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=<api-key>
305
+ dpl --provider=npm --email=<email> --api-key=<token>
306
306
 
307
307
  ### S3:
308
308
 
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.10.12.travis.3506.5'
2
+ VERSION = '1.10.12.travis.3794.5'
3
3
  end
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.3506.5
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-04 00:00:00.000000000 Z
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.3
229
+ rubygems_version: 3.0.4
230
230
  signing_key:
231
231
  specification_version: 4
232
232
  summary: deploy tool