dpl 1.8.32.travis.1901.6 → 1.8.32.travis.1935.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 +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f433e04df7a2ddb76ef8c708e780469a5198a249
|
|
4
|
+
data.tar.gz: 113541151b9f154c9b3c430128e4d603ac918570
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68a3bda18cc22488530b453f86942697a33202cca4eba8c3e6613fc0a0f3bf639b17529e3824ce88d208e964f65b3b810f571b311382430d693c3b33555bba05
|
|
7
|
+
data.tar.gz: b9868834366a440fac9f4ca852ed41f2cb2a3ab452f634e466e9d6859683897b34e104d82b32b25c84f443eafae10cff3384b9efb8d7b042eb82109c76900c4f
|
data/README.md
CHANGED
|
@@ -539,6 +539,7 @@ You first need to create an [Atlas account](https://atlas.hashicorp.com/account/
|
|
|
539
539
|
* **file_glob**: If files should be interpreted as globs (\* and \*\* wildcards). Defaults to false.
|
|
540
540
|
* **overwrite**: If files with the same name should be overwritten. Defaults to false.
|
|
541
541
|
* **release-number**: Overide automatic release detection, set a release manually.
|
|
542
|
+
* **prerelease**: Identify the release as a prerelease.
|
|
542
543
|
|
|
543
544
|
Additionally, options can be passed to [Octokit](https://github.com/octokit/octokit.rb) client.
|
|
544
545
|
These are documented in https://github.com/octokit/octokit.rb/blob/master/lib/octokit/client/releases.rb.
|
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.8.32.travis.
|
|
4
|
+
version: 1.8.32.travis.1935.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: 2017-
|
|
11
|
+
date: 2017-04-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|