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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -0
  3. data/lib/dpl/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8408dd1e3a0169b3a80396e154ceb6c27eb4c19f7289f3a288ade6591e4c6cc5
4
- data.tar.gz: 8b6b615cf2b3008567d92cfabffd1bfeabc3c4feeaa23953c064c671fe265eee
3
+ metadata.gz: 000cda79ccb3a4fa3c805f3837d0cc173ed25534b1c788233b2b17c61c527a12
4
+ data.tar.gz: 089f2a83364784c296fb5583746f5a179321988ce30a97970ed13329abb55741
5
5
  SHA512:
6
- metadata.gz: d00d99cf3d757f685f64d260567417a702958038185541baef6c734c0dcaa3f1b126ef1cc09ced0f21c045eed2c74f9c16146425df17f20b9c2da7026f15f4b7
7
- data.tar.gz: b94c724ce362c806c89c9cc39933a8c165540ba8e390d09454acc186e7b37c66c3671cd0b1c2bb90500333477dea355cea04644aa386966cfd565064e6e1b5e8
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
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.10.4.travis.3031.6'
2
+ VERSION = '1.10.4.travis.3032.6'
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.4.travis.3031.6
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-18 00:00:00.000000000 Z
11
+ date: 2018-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec