vgs_api_client 0.0.1.alpha202302151737 → 0.0.1.alpha202302162032
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/VERSION +1 -1
 - data/lib/openapi_client/api_client.rb +1 -1
 - data/lib/openapi_client/version.rb +1 -1
 - data/lib/version.rb +1 -1
 - data/scripts/assemble/run.sh +1 -1
 - data/scripts/test/run.sh +1 -1
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 9768fc44f00f1db6fadc2410df2f903ed5db0f60f750cdec60bb23012fce6641
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: e580562605b1eb4f297647ecce64b32a45a2f32276292c257f1644558c5b92cf
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 6bc5e5be95b64383e6b882de6fe05e7f833fdc069c5493c70b1ffabd6b5973053ea63153964371d2bf3aa3439e519f60915709f2bc8ff13a4e3514ad4e481cb1
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: c6ccd0c0237db303bc4c80fc11d2fd8b0ff252f77c4b499c01a3eb2e7e5ff0ce328eada3f751701cdd4da8306aab645608878370ba35a61a23015eab8c2e401c
         
     | 
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            0.0.1. 
     | 
| 
      
 1 
     | 
    
         
            +
            0.0.1.alpha202302162032
         
     | 
| 
         @@ -31,7 +31,7 @@ module VgsApiClient 
     | 
|
| 
       31 
31 
     | 
    
         
             
                # @option config [Configuration] Configuration for initializing the object, default to Configuration.default
         
     | 
| 
       32 
32 
     | 
    
         
             
                def initialize(config = Configuration.default)
         
     | 
| 
       33 
33 
     | 
    
         
             
                  @config = config
         
     | 
| 
       34 
     | 
    
         
            -
                  @user_agent = "vgs-api-client/0.0.1. 
     | 
| 
      
 34 
     | 
    
         
            +
                  @user_agent = "vgs-api-client/0.0.1.alpha202302162032/ruby"
         
     | 
| 
       35 
35 
     | 
    
         
             
                  @default_headers = {
         
     | 
| 
       36 
36 
     | 
    
         
             
                    'Content-Type' => 'application/json',
         
     | 
| 
       37 
37 
     | 
    
         
             
                    'User-Agent' => @user_agent
         
     | 
    
        data/lib/version.rb
    CHANGED
    
    
    
        data/scripts/assemble/run.sh
    CHANGED
    
    | 
         @@ -3,7 +3,7 @@ 
     | 
|
| 
       3 
3 
     | 
    
         
             
            LIB_VERSION=${LIB_VERSION:-0.0.1.alpha$(date "+%Y%m%d%H%M")}
         
     | 
| 
       4 
4 
     | 
    
         | 
| 
       5 
5 
     | 
    
         
             
            # fix version
         
     | 
| 
       6 
     | 
    
         
            -
            grep -rl 0.0.1. 
     | 
| 
      
 6 
     | 
    
         
            +
            grep -rl 0.0.1.alpha202302162032 . | xargs sed -i "s/0.0.1.alpha202302162032/${LIB_VERSION}/g"
         
     | 
| 
       7 
7 
     | 
    
         | 
| 
       8 
8 
     | 
    
         
             
            # build
         
     | 
| 
       9 
9 
     | 
    
         
             
            gem build vgs_api_client.gemspec
         
     | 
    
        data/scripts/test/run.sh
    CHANGED
    
    | 
         @@ -5,7 +5,7 @@ set -e 
     | 
|
| 
       5 
5 
     | 
    
         
             
            echo "Installing lib from local sources"
         
     | 
| 
       6 
6 
     | 
    
         
             
            # fix version
         
     | 
| 
       7 
7 
     | 
    
         
             
            VERSION=0.0.1.alpha$(date "+%Y%m%d%H%M")
         
     | 
| 
       8 
     | 
    
         
            -
            grep -rl 0.0.1. 
     | 
| 
      
 8 
     | 
    
         
            +
            grep -rl 0.0.1.alpha202302162032 . | xargs sed -i "s/0.0.1.alpha202302162032/$VERSION/g"
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
10 
     | 
    
         
             
            bundle install
         
     | 
| 
       11 
11 
     | 
    
         | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: vgs_api_client
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.0.1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.0.1.alpha202302162032
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Very Good Security
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire:
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2023-02- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2023-02-16 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: typhoeus
         
     |