dpl 1.10.4.travis.3031.6 → 1.10.4.travis.3032.6
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 +17 -0
- data/lib/dpl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 000cda79ccb3a4fa3c805f3837d0cc173ed25534b1c788233b2b17c61c527a12
|
|
4
|
+
data.tar.gz: 089f2a83364784c296fb5583746f5a179321988ce30a97970ed13329abb55741
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d2704e43d7d3cc0bf78b376fe15f4d9bd2d433d00d36088e30730e1f68689516b560accaaee5985fef2758b5d8ad197e4acc8df5a7810283689c41d186e9f6b
|
|
7
|
+
data.tar.gz: fa28c120eddd4fe8fa00b9a6e8e1e174ab0b0794d9c0d4676d04ef504ac39406e9633e75a3c86b77fbbe32a50913212569aa10d86eed35f364bee324269d45a8
|
data/README.md
CHANGED
|
@@ -45,6 +45,7 @@ Dpl supports the following providers:
|
|
|
45
45
|
* [RubyGems](#rubygems)
|
|
46
46
|
* [Scalingo](#scalingo)
|
|
47
47
|
* [Script](#script)
|
|
48
|
+
* [Snap](#snap)
|
|
48
49
|
* [Surge.sh](#surgesh)
|
|
49
50
|
* [TestFairy](#testfairy)
|
|
50
51
|
|
|
@@ -905,6 +906,22 @@ In order to use this provider, please make sure you have the [App Engine Admin A
|
|
|
905
906
|
|
|
906
907
|
|
|
907
908
|
|
|
909
|
+
### Snap
|
|
910
|
+
|
|
911
|
+
Deploys built snaps to the [snap store](https://snapcraft.io/).
|
|
912
|
+
|
|
913
|
+
#### Options:
|
|
914
|
+
|
|
915
|
+
* **snap** Path (glob) of the snap to be pushed
|
|
916
|
+
* **channel** Optional. Channel into which the snap will be released (defaults to `edge`)
|
|
917
|
+
* **token** Optional. Login token for the store (generate with `snapcraft export-login`). Falls back to the `$SNAP_TOKEN` environment variable
|
|
918
|
+
|
|
919
|
+
#### Examples:
|
|
920
|
+
|
|
921
|
+
dpl --provider=snap --token=<token> --snap=my.snap --channel=edge
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
|
|
908
925
|
### Surge.sh
|
|
909
926
|
|
|
910
927
|
#### Options:
|
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.4.travis.
|
|
4
|
+
version: 1.10.4.travis.3032.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-10-
|
|
11
|
+
date: 2018-10-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|