diffend 0.2.38 → 0.2.39

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: ed7ecefedc323c4c100a510bfc19adb8cab765fecb20c08b0acf01fd025b020e
4
- data.tar.gz: 556a46bcd3f6785ae10a835ac6f700c716cd42204f6f9252125c79f49621e812
3
+ metadata.gz: 329d0035ee4b67c704f2bdd5fd200d64f9ae8e1becbed313d8dd92a0e16df80b
4
+ data.tar.gz: 8033441ed7c7932b687a0f9cbaae5c4da3aa2daa8398358ba5d20251eb27126d
5
5
  SHA512:
6
- metadata.gz: 31420d29f75f7e41506fd351d10600fe2abed95d7f227cce8d16728cef75dfb10001e4ab2eb2e4eee429848e0ceb2aa1b42d0975e6db3021e820734055381de9
7
- data.tar.gz: b41cbc3a817d913912905e39e758da419406808a47d59b5fcd8ee12460fdbaccb7087c96e9270677c4fe739bfbbda9e987d395bbe3ed30ebf95305ec67152161
6
+ metadata.gz: 63912e6f594a0569bf7ac80f1c3e10ef86c7d4a5e9c2bc4f8b7df52cc2307954668cc50494b854b1cc27cce10ef12792104ca7890921a96d5a669f379321f5c7
7
+ data.tar.gz: 7b45d8ffe0cd139578fa6c6e4b156b816662467d48a3ab3c4bf66a10a3eb43439aa16b2f79b88e8222f7949daaad6efa17d8f9749aa4cf01dfb58e9fe6c4389b
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -2,8 +2,11 @@ name: ci
2
2
 
3
3
  jobs:
4
4
  specs:
5
- runs-on: ubuntu-latest
5
+ needs:
6
+ - diffend
7
+ - coditsu
6
8
 
9
+ runs-on: ubuntu-latest
7
10
  strategy:
8
11
  fail-fast: false
9
12
  matrix:
@@ -46,6 +49,25 @@ jobs:
46
49
  GITHUB_COVERAGE: ${{matrix.coverage}}
47
50
  run: bundle _${{matrix.bundler}}_ exec rspec
48
51
 
52
+ diffend:
53
+ runs-on: ubuntu-latest
54
+ strategy:
55
+ fail-fast: false
56
+ steps:
57
+ - uses: actions/checkout@v2
58
+ with:
59
+ fetch-depth: 0
60
+ - name: Set up Ruby
61
+ uses: ruby/setup-ruby@v1
62
+ with:
63
+ ruby-version: 3.0
64
+ - name: Install latest bundler
65
+ run: gem install bundler --no-document
66
+ - name: Install Diffend plugin
67
+ run: bundle plugin install diffend
68
+ - name: Bundle Secure
69
+ run: bundle secure
70
+
49
71
  coditsu:
50
72
  runs-on: ubuntu-latest
51
73
  strategy:
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## [Unreleased][master]
4
4
 
5
+ ## [0.2.39] (2021-01-18)
6
+ - handle a case if we start to fast and some gems require things it may break the execution ([#101](https://github.com/diffend-io/diffend-ruby/pull/101))
7
+
5
8
  ## [0.2.38] (2021-01-15)
6
9
  - allow executing `bundle secure` without plugin being present in the Gemfile ([#96](https://github.com/diffend-io/diffend-ruby/pull/96))
7
10
  - be explicit about `Bundler` scope ([#97](https://github.com/diffend-io/diffend-ruby/pull/97))
@@ -119,7 +122,8 @@
119
122
 
120
123
  - initial release
121
124
 
122
- [master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.38...HEAD
125
+ [master]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.39...HEAD
126
+ [0.2.39]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.38...v0.2.39
123
127
  [0.2.38]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.37...v0.2.38
124
128
  [0.2.37]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.36...v0.2.37
125
129
  [0.2.36]: https://github.com/diffend-io/diffend-ruby/compare/v0.2.35...v0.2.36
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- diffend (0.2.38)
4
+ diffend (0.2.39)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -39,6 +39,10 @@ Thread.new do
39
39
  config = nil
40
40
  retry_count = 0
41
41
 
42
+ # There is an issue if we start to fast and there are gems that require things,
43
+ # it may break the execution. That's why we want to give the application time to boot.
44
+ sleep(0.5)
45
+
42
46
  loop do
43
47
  config = Diffend::Config.new(
44
48
  command: Diffend::Commands::EXEC,
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Diffend
4
4
  # Current version
5
- VERSION = '0.2.38'
5
+ VERSION = '0.2.39'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: diffend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.38
4
+ version: 0.2.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomasz Pajor
@@ -34,7 +34,7 @@ cert_chain:
34
34
  9MmF6uCQa1EjK2p8tYT0MnbHrFkoehxdX4VO9y99GAkhZyJNKPYPtyAUFV27sT2V
35
35
  LfCJRk4ifKIN/FUCwDSn8Cz0m6oH265q0p6wdzI6qrWOjP8tGOMBTA==
36
36
  -----END CERTIFICATE-----
37
- date: 2021-01-15 00:00:00.000000000 Z
37
+ date: 2021-01-18 00:00:00.000000000 Z
38
38
  dependencies:
39
39
  - !ruby/object:Gem::Dependency
40
40
  name: bundler
metadata.gz.sig CHANGED
Binary file