test_ids 0.7.0 → 0.7.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/config/version.rb +1 -1
- data/lib/test_ids.rb +3 -1
- metadata +3 -3
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 7349366c381561bec8b1fc71f12f322ab443b50e
         | 
| 4 | 
            +
              data.tar.gz: be512c9947423b3f8f5466ad0ea769e390789a31
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: b6eca8998668fda629296815c729d9a3b519b8b00b1a834223894862437ec665d6db005d93d853193c11101a0c07675dfab89f2e390c06b6228e3a3a21373316
         | 
| 7 | 
            +
              data.tar.gz: a392383d2fff3e4ea061c72710e04e7667a5b36894e89cd987ce9c524e6a8ffa8ec64ef9c7bc47550049f3d1536e5c2998ff1eb80b09cb1f172134e6181b4bc0
         | 
    
        data/config/version.rb
    CHANGED
    
    
    
        data/lib/test_ids.rb
    CHANGED
    
    | @@ -29,7 +29,9 @@ module TestIds | |
| 29 29 | 
             
                def allocate(instance, options = {})
         | 
| 30 30 | 
             
                  opts = options.dup
         | 
| 31 31 | 
             
                  current_configuration.allocator.allocate(instance, opts)
         | 
| 32 | 
            -
                  { bin: opts[:bin], softbin: opts[:softbin],  | 
| 32 | 
            +
                  { bin: opts[:bin], bin_size: opts[:bin_size], softbin: opts[:softbin], softbin_size: opts[:softbin_size],
         | 
| 33 | 
            +
                    number: opts[:number], number_size: opts[:number_size]
         | 
| 34 | 
            +
                  }
         | 
| 33 35 | 
             
                end
         | 
| 34 36 |  | 
| 35 37 | 
             
                def current_configuration
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: test_ids
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.7. | 
| 4 | 
            +
              version: 0.7.1
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Stephen McGinty
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2017-05- | 
| 11 | 
            +
            date: 2017-05-10 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: origen
         | 
| @@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 99 99 | 
             
                  version: 1.8.11
         | 
| 100 100 | 
             
            requirements: []
         | 
| 101 101 | 
             
            rubyforge_project: 
         | 
| 102 | 
            -
            rubygems_version: 2. | 
| 102 | 
            +
            rubygems_version: 2.6.7
         | 
| 103 103 | 
             
            signing_key: 
         | 
| 104 104 | 
             
            specification_version: 4
         | 
| 105 105 | 
             
            summary: Origen plugin to assign and track test program bins and test numbers
         |