spectre-core 1.12.0 → 1.12.1
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/exe/spectre +516 -516
 - data/lib/spectre/assertion.rb +10 -10
 - data/lib/spectre/bag.rb +21 -21
 - data/lib/spectre/curl.rb +397 -397
 - data/lib/spectre/diagnostic.rb +39 -39
 - data/lib/spectre/environment.rb +30 -30
 - data/lib/spectre/helpers.rb +133 -133
 - data/lib/spectre/http.rb +373 -364
 - data/lib/spectre/logger/console.rb +143 -143
 - data/lib/spectre/logger/file.rb +96 -96
 - data/lib/spectre/logger.rb +146 -146
 - data/lib/spectre/mixin.rb +58 -58
 - data/lib/spectre/reporter/console.rb +101 -102
 - data/lib/spectre/reporter/junit.rb +100 -100
 - data/lib/spectre/resources.rb +49 -49
 - data/lib/spectre.rb +447 -440
 - metadata +12 -12
 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: spectre-core
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1.12. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.12.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Christian Neubauer
         
     | 
| 
       8 
     | 
    
         
            -
            autorequire: 
     | 
| 
      
 8 
     | 
    
         
            +
            autorequire:
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: exe
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2021- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2021-12-13 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: ectoplasm
         
     | 
| 
         @@ -40,7 +40,7 @@ dependencies: 
     | 
|
| 
       40 
40 
     | 
    
         
             
                    version: 1.1.0
         
     | 
| 
       41 
41 
     | 
    
         
             
            description: A DSL and command line tool to describe and run automated tests
         
     | 
| 
       42 
42 
     | 
    
         
             
            email:
         
     | 
| 
       43 
     | 
    
         
            -
            -  
     | 
| 
      
 43 
     | 
    
         
            +
            - christian.neubauer@ionos.com
         
     | 
| 
       44 
44 
     | 
    
         
             
            executables:
         
     | 
| 
       45 
45 
     | 
    
         
             
            - spectre
         
     | 
| 
       46 
46 
     | 
    
         
             
            extensions: []
         
     | 
| 
         @@ -64,15 +64,15 @@ files: 
     | 
|
| 
       64 
64 
     | 
    
         
             
            - lib/spectre/reporter/console.rb
         
     | 
| 
       65 
65 
     | 
    
         
             
            - lib/spectre/reporter/junit.rb
         
     | 
| 
       66 
66 
     | 
    
         
             
            - lib/spectre/resources.rb
         
     | 
| 
       67 
     | 
    
         
            -
            homepage: https://github.com/ 
     | 
| 
      
 67 
     | 
    
         
            +
            homepage: https://github.com/ionos-spectre/spectre-core
         
     | 
| 
       68 
68 
     | 
    
         
             
            licenses:
         
     | 
| 
       69 
     | 
    
         
            -
            -  
     | 
| 
      
 69 
     | 
    
         
            +
            - GPL-3.0-or-later
         
     | 
| 
       70 
70 
     | 
    
         
             
            metadata:
         
     | 
| 
       71 
71 
     | 
    
         
             
              allowed_push_host: https://rubygems.org/
         
     | 
| 
       72 
     | 
    
         
            -
              homepage_uri: https://github.com/ 
     | 
| 
       73 
     | 
    
         
            -
              source_code_uri: https://github.com/ 
     | 
| 
       74 
     | 
    
         
            -
              changelog_uri: https://github.com/ 
     | 
| 
       75 
     | 
    
         
            -
            post_install_message: 
     | 
| 
      
 72 
     | 
    
         
            +
              homepage_uri: https://github.com/ionos-spectre/spectre-core
         
     | 
| 
      
 73 
     | 
    
         
            +
              source_code_uri: https://github.com/ionos-spectre/spectre-core
         
     | 
| 
      
 74 
     | 
    
         
            +
              changelog_uri: https://github.com/ionos-spectre/spectre-core/blob/master/CHANGELOG.md
         
     | 
| 
      
 75 
     | 
    
         
            +
            post_install_message:
         
     | 
| 
       76 
76 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       77 
77 
     | 
    
         
             
            require_paths:
         
     | 
| 
       78 
78 
     | 
    
         
             
            - lib
         
     | 
| 
         @@ -87,8 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       87 
87 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       88 
88 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       89 
89 
     | 
    
         
             
            requirements: []
         
     | 
| 
       90 
     | 
    
         
            -
            rubygems_version: 3.2. 
     | 
| 
       91 
     | 
    
         
            -
            signing_key: 
     | 
| 
      
 90 
     | 
    
         
            +
            rubygems_version: 3.2.3
         
     | 
| 
      
 91 
     | 
    
         
            +
            signing_key:
         
     | 
| 
       92 
92 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       93 
93 
     | 
    
         
             
            summary: Describe and run automated tests
         
     | 
| 
       94 
94 
     | 
    
         
             
            test_files: []
         
     |