rspec_table_formatter 0.1.11 → 0.1.14
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86be40cfacbfc7b5293365343c449a63e47bed98066eebce7b2d5be196e79ce5
|
4
|
+
data.tar.gz: 77c16143ba8006a866251ac176cf6c8d4852ac6931470a0d70cdca0c0be0b0f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31a7eb8e21640be2d01d80f4fc8ad68196eda3e6a667d4d14bf7c132d89b2de109cc39a4a021c5746aec9e440ada8b32012c93d91be2d6550e291cec877babca
|
7
|
+
data.tar.gz: 218e22f36bbf15c3025af9c16c8113a5e60750c50e94c9c23e2ba2138ebe03225cb825142824bd2702ee5617ee692dcc84e82ad46e27e8158388f7e0f896c533
|
@@ -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
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.
|
4
|
+
version: 0.1.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nijeesh
|
@@ -50,7 +50,7 @@ files:
|
|
50
50
|
- bin/console
|
51
51
|
- bin/setup
|
52
52
|
- lib/rspec_table_formatter.rb
|
53
|
-
- lib/rspec_table_formatter/
|
53
|
+
- lib/rspec_table_formatter/configurations.rb
|
54
54
|
- lib/rspec_table_formatter/version.rb
|
55
55
|
- lib/table_builder.rb
|
56
56
|
- rspec_table_formatter.gemspec
|