polish_invoicer 0.0.31 → 0.0.32
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/.github/workflows/ruby.yml +2 -2
- data/.ruby-version +1 -1
- data/lib/polish_invoicer/version.rb +1 -1
- metadata +3 -6
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 4a43c2379468409cf535791731962ea57cb2b4f1f9e08918cbfad5db36158f56
         | 
| 4 | 
            +
              data.tar.gz: 4f48f3e9cbe90035380ca448bdccc1807bf785a10d2967669b49dd2180c51420
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 65766ec6f467ddfab427179460e90c45fa2944acac140c60bbf5a44aa802b4559cf57b309801308729fdcf022002ac2f47d47cdbc25327c93b27dcbebe342e59
         | 
| 7 | 
            +
              data.tar.gz: f99e84316b571d6fc2d1b328236580b234f7d3d8e98754c9ec40c2607b5b215e791bc4e8f6b6fa86d1f00ecab6325b95e7bdc710e3c1b989a180aa1afec264eb
         | 
    
        data/.github/workflows/ruby.yml
    CHANGED
    
    | @@ -22,10 +22,10 @@ jobs: | |
| 22 22 | 
             
                runs-on: ubuntu-22.04
         | 
| 23 23 | 
             
                strategy:
         | 
| 24 24 | 
             
                  matrix:
         | 
| 25 | 
            -
                    ruby-version: ['3. | 
| 25 | 
            +
                    ruby-version: ['3.2', '3.3', '3.4']
         | 
| 26 26 |  | 
| 27 27 | 
             
                steps:
         | 
| 28 | 
            -
                  - uses: actions/checkout@ | 
| 28 | 
            +
                  - uses: actions/checkout@v5
         | 
| 29 29 | 
             
                  - name: Set up Ruby
         | 
| 30 30 | 
             
                    uses: ruby/setup-ruby@v1
         | 
| 31 31 | 
             
                    with:
         | 
    
        data/.ruby-version
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            3. | 
| 1 | 
            +
            3.3.10
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,13 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: polish_invoicer
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.0. | 
| 4 | 
            +
              version: 0.0.32
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Piotr Macuk
         | 
| 8 | 
            -
            autorequire:
         | 
| 9 8 | 
             
            bindir: bin
         | 
| 10 9 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date:  | 
| 10 | 
            +
            date: 1980-01-02 00:00:00.000000000 Z
         | 
| 12 11 | 
             
            dependencies:
         | 
| 13 12 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 13 | 
             
              name: bundler
         | 
| @@ -172,7 +171,6 @@ licenses: | |
| 172 171 | 
             
            - MIT
         | 
| 173 172 | 
             
            metadata:
         | 
| 174 173 | 
             
              rubygems_mfa_required: 'true'
         | 
| 175 | 
            -
            post_install_message:
         | 
| 176 174 | 
             
            rdoc_options: []
         | 
| 177 175 | 
             
            require_paths:
         | 
| 178 176 | 
             
            - lib
         | 
| @@ -187,8 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 187 185 | 
             
                - !ruby/object:Gem::Version
         | 
| 188 186 | 
             
                  version: '0'
         | 
| 189 187 | 
             
            requirements: []
         | 
| 190 | 
            -
            rubygems_version: 3. | 
| 191 | 
            -
            signing_key:
         | 
| 188 | 
            +
            rubygems_version: 3.7.2
         | 
| 192 189 | 
             
            specification_version: 4
         | 
| 193 190 | 
             
            summary: Creates polish invoices and proforms as HTML or PDF files
         | 
| 194 191 | 
             
            test_files: []
         |