cns_openapi_ruby_client 1.0.0 → 1.0.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/cns_openapi_ruby_client-1.0.0.gem +0 -0
- data/cns_openapi_ruby_client.gemspec +1 -1
- data/lib/cns_openapi_ruby_client.rb +1 -1
- data/lib/cns_openapi_ruby_client/api/corporations_api.rb +1 -1
- data/lib/cns_openapi_ruby_client/api_error.rb +1 -1
- data/lib/cns_openapi_ruby_client/configuration.rb +1 -1
- data/lib/cns_openapi_ruby_client/models/corporate_type.rb +1 -1
- data/lib/cns_openapi_ruby_client/models/corporation.rb +1 -1
- data/lib/cns_openapi_ruby_client/models/correct_code_type.rb +1 -1
- data/lib/cns_openapi_ruby_client/models/process_code_type.rb +1 -1
- data/lib/cns_openapi_ruby_client/models/response.rb +1 -1
- data/lib/cns_openapi_ruby_client/models/response_wrapper.rb +1 -1
- data/lib/cns_openapi_ruby_client/version.rb +2 -2
- data/spec/configuration_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +4 -9
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 2d25ef4e36fadea88437431c8de1c68572cd13e54cb36aaf9749f1152c53fa85
         | 
| 4 | 
            +
              data.tar.gz: b1fbf28ba337fb3c5ba90006450de6e3b9a72d05cd146c58d7534dc7061873a4
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 44aa8c7c5c817def7bd778d18eed7404cd2885f97cfd88a5926ed93430a30ce98effdee533d69f2d383d4fad8681d3c3712b14ac2dfbad95afb0bcd321d1bc0a
         | 
| 7 | 
            +
              data.tar.gz: 16918fb66007fae0685dc7c592c2325f36d15d916ea2bba04c12ec4204d4c73824892a1c4c20a8ab6197abbb6f99c815335c4449069c1281a0afc33c03d8fd18
         | 
| Binary file | 
| @@ -28,7 +28,7 @@ Gem::Specification.new do |s| | |
| 28 28 | 
             
              s.required_ruby_version = ">= 2.4"
         | 
| 29 29 |  | 
| 30 30 | 
             
              s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
         | 
| 31 | 
            -
              s.add_runtime_dependency 'activesupport', ' | 
| 31 | 
            +
              s.add_runtime_dependency 'activesupport', '>= 4.2'
         | 
| 32 32 |  | 
| 33 33 | 
             
              s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
         | 
| 34 34 |  | 
| @@ -3,7 +3,7 @@ | |
| 3 3 |  | 
| 4 4 | 
             
            #Corporate number system API v4
         | 
| 5 5 |  | 
| 6 | 
            -
            The version of the OpenAPI document: 1.0. | 
| 6 | 
            +
            The version of the OpenAPI document: 1.0.1
         | 
| 7 7 |  | 
| 8 8 | 
             
            Generated by: https://openapi-generator.tech
         | 
| 9 9 | 
             
            OpenAPI Generator version: 5.0.1
         | 
| @@ -11,5 +11,5 @@ OpenAPI Generator version: 5.0.1 | |
| 11 11 | 
             
            =end
         | 
| 12 12 |  | 
| 13 13 | 
             
            module CnsOpenapiRubyClient
         | 
| 14 | 
            -
              VERSION = '1.0. | 
| 14 | 
            +
              VERSION = '1.0.1'
         | 
| 15 15 | 
             
            end
         | 
    
        data/spec/configuration_spec.rb
    CHANGED
    
    
    
        data/spec/spec_helper.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: cns_openapi_ruby_client
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1.0. | 
| 4 | 
            +
              version: 1.0.1
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - OpenAPI-Generator
         | 
| @@ -34,22 +34,16 @@ dependencies: | |
| 34 34 | 
             
              name: activesupport
         | 
| 35 35 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 36 36 | 
             
                requirements:
         | 
| 37 | 
            -
                - - "~>"
         | 
| 38 | 
            -
                  - !ruby/object:Gem::Version
         | 
| 39 | 
            -
                    version: '4.2'
         | 
| 40 37 | 
             
                - - ">="
         | 
| 41 38 | 
             
                  - !ruby/object:Gem::Version
         | 
| 42 | 
            -
                    version: 4.2 | 
| 39 | 
            +
                    version: '4.2'
         | 
| 43 40 | 
             
              type: :runtime
         | 
| 44 41 | 
             
              prerelease: false
         | 
| 45 42 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 46 43 | 
             
                requirements:
         | 
| 47 | 
            -
                - - "~>"
         | 
| 48 | 
            -
                  - !ruby/object:Gem::Version
         | 
| 49 | 
            -
                    version: '4.2'
         | 
| 50 44 | 
             
                - - ">="
         | 
| 51 45 | 
             
                  - !ruby/object:Gem::Version
         | 
| 52 | 
            -
                    version: 4.2 | 
| 46 | 
            +
                    version: '4.2'
         | 
| 53 47 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 54 48 | 
             
              name: rspec
         | 
| 55 49 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -81,6 +75,7 @@ files: | |
| 81 75 | 
             
            - Gemfile.lock
         | 
| 82 76 | 
             
            - README.md
         | 
| 83 77 | 
             
            - Rakefile
         | 
| 78 | 
            +
            - cns_openapi_ruby_client-1.0.0.gem
         | 
| 84 79 | 
             
            - cns_openapi_ruby_client.gemspec
         | 
| 85 80 | 
             
            - docs/CorporateType.md
         | 
| 86 81 | 
             
            - docs/Corporation.md
         |