dpl 1.10.10 → 1.10.11.travis.3497.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/.travis.yml +1 -2
- data/lib/dpl/version.rb +1 -1
- metadata +5 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9247814736cdb2af24343613cd4774492b84a9c009babf25303cd3ea170970a8
|
|
4
|
+
data.tar.gz: c9c1fdafce28cf9dd4fcb1788c0d91a3c556321e588f0af5237cf2974686a527
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbcdcdee811b83ba6e2ce39186d3f52b71c0f7aa1b9af899393e898bd56be1804ac0cb4647d89d5efcfd2a60ba4264a21859c4a6eb7bb9a4c9ce4bbc864105b9
|
|
7
|
+
data.tar.gz: 4c14e6522fbc24229b4ff7bb3ae11780f5b52ae52fde881c0a3cfe7d951dff0e0f3409f72cad54d15e0757d43ef324147e7d4cb23aa6cfa8fb150ac5c48cb82b
|
data/.travis.yml
CHANGED
|
@@ -8,6 +8,7 @@ rvm:
|
|
|
8
8
|
jobs:
|
|
9
9
|
include:
|
|
10
10
|
- stage: deploy
|
|
11
|
+
if: branch = master AND NOT type IN (pull_request)
|
|
11
12
|
cache: false
|
|
12
13
|
before_deploy:
|
|
13
14
|
- sed -i.bak "s/VERSION = '.*'/VERSION = '${DPL_VERSION}'/g" lib/dpl/version.rb
|
|
@@ -17,7 +18,6 @@ jobs:
|
|
|
17
18
|
- git commit -m "Update DPL::Version"
|
|
18
19
|
deploy:
|
|
19
20
|
- provider: rubygems
|
|
20
|
-
script: skip
|
|
21
21
|
edge:
|
|
22
22
|
branch: master
|
|
23
23
|
api_key:
|
|
@@ -26,7 +26,6 @@ jobs:
|
|
|
26
26
|
gemspec_glob: 'dpl*.gemspec'
|
|
27
27
|
on:
|
|
28
28
|
repo: travis-ci/dpl
|
|
29
|
-
if: branch = master AND NOT type IN (pull_request)
|
|
30
29
|
allow_failures:
|
|
31
30
|
|
|
32
31
|
env:
|
data/lib/dpl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dpl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.10.
|
|
4
|
+
version: 1.10.11.travis.3497.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
@@ -222,16 +222,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
222
222
|
version: '2.2'
|
|
223
223
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
224
224
|
requirements:
|
|
225
|
-
- - "
|
|
225
|
+
- - ">"
|
|
226
226
|
- !ruby/object:Gem::Version
|
|
227
|
-
version:
|
|
227
|
+
version: 1.3.1
|
|
228
228
|
requirements: []
|
|
229
|
-
|
|
230
|
-
rubygems_version: 2.7.9
|
|
229
|
+
rubygems_version: 3.0.3
|
|
231
230
|
signing_key:
|
|
232
231
|
specification_version: 4
|
|
233
232
|
summary: deploy tool
|
|
234
|
-
test_files:
|
|
235
|
-
- spec/cli_spec.rb
|
|
236
|
-
- spec/provider_spec.rb
|
|
237
|
-
- spec/spec_helper.rb
|
|
233
|
+
test_files: []
|