cardano_wallet 0.2.7 → 0.2.8
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/nightly.yml +1 -6
- data/.github/workflows/tests.yml +1 -6
- data/.ruby-version +1 -0
- data/lib/cardano_wallet/version.rb +1 -1
- metadata +3 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: b83fd4fa4d1a41132d0afb2563a30fe64ff86b69356b45266fe0d044cfe4d0fc
         | 
| 4 | 
            +
              data.tar.gz: 5191ea71cb925c5f6241facb477c65fba766d84cf0977716dcd0ad0d05926564
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 3671b155b8d5d9ac44df4ed1be0370d266a2b034ae26e15385f3634306c648ba1bacdbe7bda7a4f4fdb93193ed1fe3e4a7cd999cef0b672f8cf049cf4d5e9bf3
         | 
| 7 | 
            +
              data.tar.gz: 3ed411e07eb090749898e5a0080fde5e039e2de7c386248d8accdfd12526110fd68e7795b07be7be424f5497446d7ed08d3d3262c5f1eff975e0dfd8c54ca850
         | 
| @@ -14,12 +14,7 @@ jobs: | |
| 14 14 | 
             
                - name: Set up cardano-wallet
         | 
| 15 15 | 
             
                  run: NODE_CONFIG_PATH=`pwd`/spec/testnet docker-compose -f docker-compose-shelley.yml up --detach
         | 
| 16 16 | 
             
                - name: Set up Ruby
         | 
| 17 | 
            -
             | 
| 18 | 
            -
                # change this to (see https://github.com/ruby/setup-ruby#versioning):
         | 
| 19 | 
            -
                # uses: ruby/setup-ruby@v1
         | 
| 20 | 
            -
                  uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
         | 
| 21 | 
            -
                  with:
         | 
| 22 | 
            -
                    ruby-version: 2.6
         | 
| 17 | 
            +
                  uses: ruby/setup-ruby@v1
         | 
| 23 18 | 
             
                - name: Install dependencies
         | 
| 24 19 | 
             
                  run: bundle install
         | 
| 25 20 | 
             
                - name: Wait until node is synced
         | 
    
        data/.github/workflows/tests.yml
    CHANGED
    
    | @@ -23,12 +23,7 @@ jobs: | |
| 23 23 | 
             
                - name: Set up cardano-wallet
         | 
| 24 24 | 
             
                  run: NODE_CONFIG_PATH=`pwd`/spec/testnet docker-compose -f docker-compose-shelley.yml up --detach
         | 
| 25 25 | 
             
                - name: Set up Ruby
         | 
| 26 | 
            -
             | 
| 27 | 
            -
                # change this to (see https://github.com/ruby/setup-ruby#versioning):
         | 
| 28 | 
            -
                # uses: ruby/setup-ruby@v1
         | 
| 29 | 
            -
                  uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
         | 
| 30 | 
            -
                  with:
         | 
| 31 | 
            -
                    ruby-version: 2.6
         | 
| 26 | 
            +
                  uses: ruby/setup-ruby@v1
         | 
| 32 27 | 
             
                - name: Install dependencies
         | 
| 33 28 | 
             
                  run: bundle install
         | 
| 34 29 | 
             
                - name: Run all tests except nighlty
         | 
    
        data/.ruby-version
    ADDED
    
    | @@ -0,0 +1 @@ | |
| 1 | 
            +
            ruby-2.7.1
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: cardano_wallet
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.2. | 
| 4 | 
            +
              version: 0.2.8
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Piotr Stachyra
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: exe
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2020-11- | 
| 11 | 
            +
            date: 2020-11-18 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: httparty
         | 
| @@ -107,6 +107,7 @@ files: | |
| 107 107 | 
             
            - ".gitignore"
         | 
| 108 108 | 
             
            - ".rakeTasks"
         | 
| 109 109 | 
             
            - ".rspec"
         | 
| 110 | 
            +
            - ".ruby-version"
         | 
| 110 111 | 
             
            - CODE_OF_CONDUCT.md
         | 
| 111 112 | 
             
            - Gemfile
         | 
| 112 113 | 
             
            - LICENSE.txt
         |