vgs_api_client 0.0.1.alpha202302201810 → 0.0.1.alpha202302211250
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: d3bc3875d4e04e8c9b789fb9a6a011f1ef8bfc8c21e92ecbd8a15ad2f7aff110
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 695fff8ef7c812e97cf75d93078f3613e6a679d7fc6affc098e9920c6e1dc676
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: '0439a7776f591790ea75383ba72abef474783d36b073f82096e1216cf04a27728fdd5afff1d9363d0112cd1922ae48498a270e4ff8f70507ae421215ebcefd1e'
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: b6ae6c27a68d93eca6e30f81eb0b95b7a45342b4f15be27d3dd4c3fff39be0095cb3ca97c5bbbeb1e110a87a777c4dfd81cead0f4eb5fac185b421c13758c797
         
     | 
    
        data/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            0.0.1. 
     | 
| 
      
 1 
     | 
    
         
            +
            0.0.1.alpha202302211250
         
     | 
| 
         @@ -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.alpha202302211250/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.alpha202302211250 . | xargs sed -i "s/0.0.1.alpha202302211250/${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.alpha202302211250 . | xargs sed -i "s/0.0.1.alpha202302211250/$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.alpha202302211250
         
     | 
| 
       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-21 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: typhoeus
         
     |