parallel_tests 5.0.0 → 5.1.0
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 +4 -4
 - data/Readme.md +1 -1
 - data/lib/parallel_tests/cucumber/failures_logger.rb +1 -1
 - data/lib/parallel_tests/version.rb +1 -1
 - metadata +11 -7
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: d6c3298881c1895193a9ecea54a6d41578ea239a2f247f88bfd796cb59d6240b
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: d4d5fc5bc795baa568a8ba3874f4d8a0e695cf72a35f10965215dbf961ac1f2f
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 1bdfe399bd6e3e3380853522202245562ccb6e1939ea42f25276475426ac61de386a24a1365d60467114badcac87cf5c56883028e55b5d6b39ccb531ffa9d3f7
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 93e6ddc6c20e98a86de94b5e6bd80dd0b1433a69cae9cfbcb8bf93f19aaa43e343b014c648435ca7a05f6ec81eb17c31ae332272fa45660445b068c3d9a2df78
         
     | 
    
        data/Readme.md
    CHANGED
    
    | 
         @@ -335,7 +335,7 @@ TIPS 
     | 
|
| 
       335 
335 
     | 
    
         
             
               e.g. `config.cache_store = ..., namespace: "test_#{ENV['TEST_ENV_NUMBER']}"`
         
     | 
| 
       336 
336 
     | 
    
         
             
             - Debug errors that only happen with multiple files using `--verbose` and [cleanser](https://github.com/grosser/cleanser)
         
     | 
| 
       337 
337 
     | 
    
         
             
             - `export PARALLEL_TEST_PROCESSORS=13` to override default processor count
         
     | 
| 
       338 
     | 
    
         
            -
             - `export  
     | 
| 
      
 338 
     | 
    
         
            +
             - `export PARALLEL_TEST_MULTIPLY_PROCESSES=.5` to override default processor multiplier
         
     | 
| 
       339 
339 
     | 
    
         
             
             - Shell alias: `alias prspec='parallel_rspec -m 2 --'`
         
     | 
| 
       340 
340 
     | 
    
         
             
             - [Spring] Add the [spring-commands-parallel-tests](https://github.com/DocSpring/spring-commands-parallel-tests) gem to your `Gemfile` to get `parallel_tests` working with Spring.
         
     | 
| 
       341 
341 
     | 
    
         
             
             - `--first-is-1` will make the first environment be `1`, so you can test while running your full suite.<br/>
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,13 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: parallel_tests
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 5. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 5.1.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Michael Grosser
         
     | 
| 
      
 8 
     | 
    
         
            +
            autorequire:
         
     | 
| 
       8 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       9 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       10 
     | 
    
         
            -
            date: 2025-03- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2025-03-09 00:00:00.000000000 Z
         
     | 
| 
       11 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       12 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       13 
14 
     | 
    
         
             
              name: parallel
         
     | 
| 
         @@ -23,6 +24,7 @@ dependencies: 
     | 
|
| 
       23 
24 
     | 
    
         
             
                - - ">="
         
     | 
| 
       24 
25 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       25 
26 
     | 
    
         
             
                    version: '0'
         
     | 
| 
      
 27 
     | 
    
         
            +
            description:
         
     | 
| 
       26 
28 
     | 
    
         
             
            email: michael@grosser.it
         
     | 
| 
       27 
29 
     | 
    
         
             
            executables:
         
     | 
| 
       28 
30 
     | 
    
         
             
            - parallel_spinach
         
     | 
| 
         @@ -67,11 +69,12 @@ licenses: 
     | 
|
| 
       67 
69 
     | 
    
         
             
            - MIT
         
     | 
| 
       68 
70 
     | 
    
         
             
            metadata:
         
     | 
| 
       69 
71 
     | 
    
         
             
              bug_tracker_uri: https://github.com/grosser/parallel_tests/issues
         
     | 
| 
       70 
     | 
    
         
            -
              changelog_uri: https://github.com/grosser/parallel_tests/blob/v5. 
     | 
| 
       71 
     | 
    
         
            -
              documentation_uri: https://github.com/grosser/parallel_tests/blob/v5. 
     | 
| 
       72 
     | 
    
         
            -
              source_code_uri: https://github.com/grosser/parallel_tests/tree/v5. 
     | 
| 
      
 72 
     | 
    
         
            +
              changelog_uri: https://github.com/grosser/parallel_tests/blob/v5.1.0/CHANGELOG.md
         
     | 
| 
      
 73 
     | 
    
         
            +
              documentation_uri: https://github.com/grosser/parallel_tests/blob/v5.1.0/Readme.md
         
     | 
| 
      
 74 
     | 
    
         
            +
              source_code_uri: https://github.com/grosser/parallel_tests/tree/v5.1.0
         
     | 
| 
       73 
75 
     | 
    
         
             
              wiki_uri: https://github.com/grosser/parallel_tests/wiki
         
     | 
| 
       74 
76 
     | 
    
         
             
              rubygems_mfa_required: 'true'
         
     | 
| 
      
 77 
     | 
    
         
            +
            post_install_message:
         
     | 
| 
       75 
78 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       76 
79 
     | 
    
         
             
            require_paths:
         
     | 
| 
       77 
80 
     | 
    
         
             
            - lib
         
     | 
| 
         @@ -79,14 +82,15 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       79 
82 
     | 
    
         
             
              requirements:
         
     | 
| 
       80 
83 
     | 
    
         
             
              - - ">="
         
     | 
| 
       81 
84 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       82 
     | 
    
         
            -
                  version: 3. 
     | 
| 
      
 85 
     | 
    
         
            +
                  version: 3.1.0
         
     | 
| 
       83 
86 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       84 
87 
     | 
    
         
             
              requirements:
         
     | 
| 
       85 
88 
     | 
    
         
             
              - - ">="
         
     | 
| 
       86 
89 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       87 
90 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       88 
91 
     | 
    
         
             
            requirements: []
         
     | 
| 
       89 
     | 
    
         
            -
            rubygems_version: 3. 
     | 
| 
      
 92 
     | 
    
         
            +
            rubygems_version: 3.4.10
         
     | 
| 
      
 93 
     | 
    
         
            +
            signing_key:
         
     | 
| 
       90 
94 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       91 
95 
     | 
    
         
             
            summary: Run Test::Unit / RSpec / Cucumber / Spinach in parallel
         
     | 
| 
       92 
96 
     | 
    
         
             
            test_files: []
         
     |