rails-quality-assurance 1.0.6 → 1.0.7

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: a31d555245484e43ebad5ba85a8a28f5c3b29e17a96a4105c7456727f40c0d11
4
- data.tar.gz: 619bed33a3ee3f94751e59d2dd69fa181a48697d2257c522e1651323f6a8878e
3
+ metadata.gz: d54d5d0741c35617f4fa16b5a808276ddff4e21fb1e387903eaca632bd279bb7
4
+ data.tar.gz: 584cf11b73d946db27fe053d1e91d53ef4b7ba1631c19c4db81439ce5ebb79c6
5
5
  SHA512:
6
- metadata.gz: e2cb86b5565a9157010349f012e897f370275cca0746286a6aa3db486c6a9e905411694932a1f862c2b4be2fb1456fc8c98961bc9cb40861f0a163dccac41cef
7
- data.tar.gz: b5b55414d372ef55a9f89282a2326e4e7c157dc5c7e1fb56d5fa99d1aedec0fe700793aa555d63e6702c4d31f2666100a55c122189947d64c416671850d8db14
6
+ metadata.gz: 42858460445b5dd8f300ea4974c0c194fe42b3f850a1ddd40705dcd53b6ef5fff7dd97a5afa15a753929e9eb6f2f87f9a49a54dce225b43e49eac8d7046aec1d
7
+ data.tar.gz: 3808af10088e48f23ad96d0d27a9f7c8410b0dfb493813cae61c4dc98d35743a48ad4fd0343951e2a545f6a396a4c68a5b1f3a5ba177cd9777c23e296b692372
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsQualityAssurance
4
- VERSION = '1.0.6'
4
+ VERSION = '1.0.7'
5
5
  end
@@ -2,12 +2,7 @@
2
2
 
3
3
  require 'json'
4
4
  require 'rails_quality_assurance'
5
-
6
- begin
7
- require 'parallel_tests/tasks'
8
- rescue LoadError
9
- # parallel_tests is optional; spec:parallel will fail loudly if it is missing
10
- end
5
+ require 'parallel_tests/tasks'
11
6
 
12
7
  def npm_script?(name)
13
8
  return false unless File.exist?('package.json')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-quality-assurance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio Zaffari