rspec_table_formatter 0.1.11 → 0.1.13

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: 426fd4e25e8d1ab26edf8352bd0e41c5cf00a828d4f85402e79af8f9c0c35f52
4
- data.tar.gz: b289d69ab7ff91c1d95fa87f203f28191d3bdaa60ce07903cad03b5c85c8c30a
3
+ metadata.gz: 4f39e2b40a66011610fadf9d63c87bbff51d661a50e43a8ffc8b3570edb9b499
4
+ data.tar.gz: 6df8b9788937c4038d304846f4d0df4a9dabe3b09d9daca892650fcb1cc8f261
5
5
  SHA512:
6
- metadata.gz: '053811037ae1d12a747402f474f790f43351588bdb0ee26d28bb024dadf8c18cda14dcb1bc4f5302efa976b14e37745d435e3430eb9f5faea497947c4b9146a4'
7
- data.tar.gz: '094ebce9f66d254a454407929630977ef9eb3f758f415871ef5b0e066e652b7dcc8578104d1284179e9f0a6ddc97f81d9be9f797f6a0f51c4de405aff43d3a12'
6
+ metadata.gz: 3e38a74845c5f7a08ba9aa23fe13e7fd1fc1df0aa2ac72dafc6bd9eab4cb2c7eeb586b005a61489f0b6106a114ab5a69764a8aec123733241748085dc936a28b
7
+ data.tar.gz: be4ebd1ad4aa7915a3c27ebb0464c5b96857ec30e2a0f8451bf2859fc73446c54d03ef5d427de3e92f7ca2f028294172d734a7d5dc0fbd084a194f297734700e
@@ -22,6 +22,12 @@ jobs:
22
22
  with:
23
23
  bundler-cache: true # runs 'bundle install' and caches installed gems automatically
24
24
 
25
+ - name: Unset bundler deployment mode
26
+ run: bundle config unset deployment
27
+
28
+ - name: Install dependencies
29
+ run: bundle install --jobs 4
30
+
25
31
  - name: Publish to RubyGems
26
32
  # if: contains(github.ref, 'refs/tags/v')
27
33
  run: |
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rspec_table_formatter (0.1.11)
4
+ rspec_table_formatter (0.1.13)
5
5
  terminal-table (~> 3.0.2)
6
6
 
7
7
  GEM
@@ -2,6 +2,6 @@
2
2
 
3
3
  class RspecTableFormatter
4
4
  module Version
5
- VERSION = '0.1.11'
5
+ VERSION = '0.1.13'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_table_formatter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nijeesh