dpl 1.9.6.travis.2827.6 → 1.9.6.travis.2837.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7f18bbcf10eff9c817e3937661223fd8c14446e0670b542b098eae20eda16cd
4
- data.tar.gz: 39a414c8392786ab2efa003b35c4d37933421c8e2d276f0b9074b0b00431d9d4
3
+ metadata.gz: 77bdbcbe8f1d7673660bd8a2a4920706d381f52af53813b07f3273b64e066ce3
4
+ data.tar.gz: 192dd480a67ecf2cc971a4a4f9e9403de7839e933932f013a80433ce53dda798
5
5
  SHA512:
6
- metadata.gz: b4b1e55370ce9696e7eebfbaca0cbbb142c3f6b0f84da4236808ade80d1d1b34a0ee8a182b417c4864ad044bb86c8937da404ec9bca6612bfb6be7b5f5bbecf5
7
- data.tar.gz: 5513bf4420f7db8fedff0db746d3aff7cba6e7313fee2a1bd044b2694ee7411770e8e88a891b85debc4825bb25d3c5ab7ac0dd34898059112660327571aa04b0
6
+ metadata.gz: 3c8fd6e79d29da35d7ba32da87b2a953405950b8ade2f37d3913a32557d28e6c09b5a9a7722745f414ddc842b7d0f7512a635664ad7a61904b03a2ad92582c15
7
+ data.tar.gz: 88c8f09bc76df373c4a18b3ec1a669b100ae13fb1524c72ec6bf951346494db9eea1167c316e592d158ae6e8736f823978f4cef517a8a7765370816b70f42ab4
data/.github/stale.yml CHANGED
@@ -1,11 +1,11 @@
1
1
  # Configuration for probot-stale - https://github.com/probot/stale
2
2
 
3
3
  # Number of days of inactivity before an Issue or Pull Request becomes stale
4
- daysUntilStale: 80
4
+ daysUntilStale: 90
5
5
 
6
6
  # Number of days of inactivity before a stale Issue or Pull Request is closed.
7
7
  # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8
- daysUntilClose: 10
8
+ daysUntilClose: 1
9
9
 
10
10
  # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
11
11
  exemptLabels:
@@ -24,15 +24,15 @@ exemptMilestones: false
24
24
  staleLabel: stale
25
25
 
26
26
  # Comment to post when marking as stale. Set to `false` to disable
27
- #markComment: >
28
-
27
+ markComment: >
28
+ Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues
29
29
  # Comment to post when removing the stale label.
30
30
  # unmarkComment: >
31
31
  # Your comment here.
32
32
 
33
33
  # Comment to post when closing a stale Issue or Pull Request.
34
- closeComment: >
35
- Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues
34
+ #closeComment: >
35
+ # Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues
36
36
 
37
37
  # Limit the number of actions per hour, from 1-30. Default is 30
38
38
  limitPerRun: 30
data/lib/dpl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.9.6.travis.2827.6'
2
+ VERSION = '1.9.6.travis.2837.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.9.6.travis.2827.6
4
+ version: 1.9.6.travis.2837.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-04-09 00:00:00.000000000 Z
11
+ date: 2018-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec