api_proxy 0.2.6 → 0.2.7
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/.rubocop.yml +1 -1
- data/.ruby-version +1 -1
- data/.travis.yml +9 -3
- data/Gemfile.lock +86 -105
- data/api_proxy.gemspec +2 -2
- data/lib/api_proxy/headers_filter.rb +1 -0
- data/lib/api_proxy/version.rb +1 -1
- metadata +11 -12
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: f7f3102a142d918c17fee6b1c1de26b5ce09f78f31422839d27283839b011371
         | 
| 4 | 
            +
              data.tar.gz: '06889bbc07a32f23482e1b44f038d84f938200919b98865e3eec816b6f8447e6'
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 5f6e2852947eb89a50076c9fc99528639e9021b2c9b79d80e71eaf693845dab8ef295b8c18d830255cf42c1c710ff0c8f2a8d435c0fd00912d2bb4a806c162a9
         | 
| 7 | 
            +
              data.tar.gz: fd5715b1d1322458fdc69bac3f380138ea9ff60dd458dc98e3ddf700f10fc6aae9daea93fec3d7ed883e357ef5ece2268e1bbe6118c96b77646b931525d1a4a1
         | 
    
        data/.rubocop.yml
    CHANGED
    
    
    
        data/.ruby-version
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            2. | 
| 1 | 
            +
            2.7.6
         | 
    
        data/.travis.yml
    CHANGED
    
    
    
        data/Gemfile.lock
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            PATH
         | 
| 2 2 | 
             
              remote: .
         | 
| 3 3 | 
             
              specs:
         | 
| 4 | 
            -
                api_proxy (0.2. | 
| 4 | 
            +
                api_proxy (0.2.7)
         | 
| 5 5 | 
             
                  activesupport (>= 4.0)
         | 
| 6 6 | 
             
                  api_signature (~> 0.1.2)
         | 
| 7 7 | 
             
                  httparty (>= 0.15)
         | 
| @@ -9,48 +9,35 @@ PATH | |
| 9 9 | 
             
            GEM
         | 
| 10 10 | 
             
              remote: https://rubygems.org/
         | 
| 11 11 | 
             
              specs:
         | 
| 12 | 
            -
                activesupport ( | 
| 12 | 
            +
                activesupport (7.0.4)
         | 
| 13 13 | 
             
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         | 
| 14 | 
            -
                  i18n (>=  | 
| 15 | 
            -
                  minitest ( | 
| 16 | 
            -
                  tzinfo (~>  | 
| 17 | 
            -
             | 
| 18 | 
            -
             | 
| 19 | 
            -
                  public_suffix (>= 2.0.2, < 4.0)
         | 
| 14 | 
            +
                  i18n (>= 1.6, < 2)
         | 
| 15 | 
            +
                  minitest (>= 5.1)
         | 
| 16 | 
            +
                  tzinfo (~> 2.0)
         | 
| 17 | 
            +
                addressable (2.8.1)
         | 
| 18 | 
            +
                  public_suffix (>= 2.0.2, < 6.0)
         | 
| 20 19 | 
             
                api_signature (0.1.5)
         | 
| 21 20 | 
             
                  activesupport (>= 4.0)
         | 
| 22 21 | 
             
                  rack (>= 1.6)
         | 
| 23 | 
            -
                ast (2.4. | 
| 24 | 
            -
                 | 
| 25 | 
            -
                   | 
| 26 | 
            -
                   | 
| 27 | 
            -
             | 
| 28 | 
            -
                 | 
| 29 | 
            -
             | 
| 30 | 
            -
             | 
| 31 | 
            -
             | 
| 32 | 
            -
             | 
| 33 | 
            -
                 | 
| 34 | 
            -
             | 
| 35 | 
            -
                 | 
| 36 | 
            -
                coercible (1.0.0)
         | 
| 37 | 
            -
                  descendants_tracker (~> 0.0.1)
         | 
| 38 | 
            -
                concurrent-ruby (1.1.6)
         | 
| 39 | 
            -
                crack (0.4.3)
         | 
| 40 | 
            -
                  safe_yaml (~> 1.0.0)
         | 
| 41 | 
            -
                descendants_tracker (0.0.4)
         | 
| 42 | 
            -
                  thread_safe (~> 0.3, >= 0.3.1)
         | 
| 43 | 
            -
                diff-lcs (1.3)
         | 
| 44 | 
            -
                equalizer (0.0.11)
         | 
| 45 | 
            -
                ffi (1.9.25)
         | 
| 46 | 
            -
                formatador (0.2.5)
         | 
| 47 | 
            -
                guard (2.14.2)
         | 
| 22 | 
            +
                ast (2.4.2)
         | 
| 23 | 
            +
                bundler-audit (0.9.1)
         | 
| 24 | 
            +
                  bundler (>= 1.2.0, < 3)
         | 
| 25 | 
            +
                  thor (~> 1.0)
         | 
| 26 | 
            +
                childprocess (4.1.0)
         | 
| 27 | 
            +
                coderay (1.1.3)
         | 
| 28 | 
            +
                concurrent-ruby (1.1.10)
         | 
| 29 | 
            +
                crack (0.4.5)
         | 
| 30 | 
            +
                  rexml
         | 
| 31 | 
            +
                diff-lcs (1.5.0)
         | 
| 32 | 
            +
                ffi (1.15.5)
         | 
| 33 | 
            +
                formatador (1.1.0)
         | 
| 34 | 
            +
                guard (2.18.0)
         | 
| 48 35 | 
             
                  formatador (>= 0.2.4)
         | 
| 49 36 | 
             
                  listen (>= 2.7, < 4.0)
         | 
| 50 37 | 
             
                  lumberjack (>= 1.0.12, < 2.0)
         | 
| 51 38 | 
             
                  nenv (~> 0.1)
         | 
| 52 39 | 
             
                  notiffany (~> 0.0)
         | 
| 53 | 
            -
                  pry (>= 0. | 
| 40 | 
            +
                  pry (>= 0.13.0)
         | 
| 54 41 | 
             
                  shellany (~> 0.0)
         | 
| 55 42 | 
             
                  thor (>= 0.18.1)
         | 
| 56 43 | 
             
                guard-compat (1.2.1)
         | 
| @@ -58,101 +45,95 @@ GEM | |
| 58 45 | 
             
                  guard (~> 2.1)
         | 
| 59 46 | 
             
                  guard-compat (~> 1.1)
         | 
| 60 47 | 
             
                  rspec (>= 2.99.0, < 4.0)
         | 
| 61 | 
            -
                hashdiff (0. | 
| 62 | 
            -
                httparty (0. | 
| 48 | 
            +
                hashdiff (1.0.1)
         | 
| 49 | 
            +
                httparty (0.20.0)
         | 
| 63 50 | 
             
                  mime-types (~> 3.0)
         | 
| 64 51 | 
             
                  multi_xml (>= 0.5.2)
         | 
| 65 | 
            -
                i18n (1. | 
| 52 | 
            +
                i18n (1.12.0)
         | 
| 66 53 | 
             
                  concurrent-ruby (~> 1.0)
         | 
| 67 | 
            -
                 | 
| 68 | 
            -
                 | 
| 69 | 
            -
                jaro_winkler (1.5.1)
         | 
| 54 | 
            +
                iniparse (1.5.0)
         | 
| 55 | 
            +
                json (2.6.3)
         | 
| 70 56 | 
             
                kwalify (0.7.2)
         | 
| 71 | 
            -
                listen (3.1 | 
| 72 | 
            -
                  rb-fsevent (~> 0. | 
| 73 | 
            -
                  rb-inotify (~> 0.9, >= 0.9. | 
| 74 | 
            -
             | 
| 75 | 
            -
                 | 
| 76 | 
            -
                 | 
| 77 | 
            -
                mime-types (3.3.1)
         | 
| 57 | 
            +
                listen (3.7.1)
         | 
| 58 | 
            +
                  rb-fsevent (~> 0.10, >= 0.10.3)
         | 
| 59 | 
            +
                  rb-inotify (~> 0.9, >= 0.9.10)
         | 
| 60 | 
            +
                lumberjack (1.2.8)
         | 
| 61 | 
            +
                method_source (1.0.0)
         | 
| 62 | 
            +
                mime-types (3.4.1)
         | 
| 78 63 | 
             
                  mime-types-data (~> 3.2015)
         | 
| 79 | 
            -
                mime-types-data (3. | 
| 80 | 
            -
                minitest (5. | 
| 64 | 
            +
                mime-types-data (3.2022.0105)
         | 
| 65 | 
            +
                minitest (5.16.3)
         | 
| 81 66 | 
             
                multi_xml (0.6.0)
         | 
| 82 67 | 
             
                nenv (0.3.0)
         | 
| 83 | 
            -
                notiffany (0.1. | 
| 68 | 
            +
                notiffany (0.1.3)
         | 
| 84 69 | 
             
                  nenv (~> 0.1)
         | 
| 85 70 | 
             
                  shellany (~> 0.0)
         | 
| 86 | 
            -
                overcommit (0. | 
| 87 | 
            -
                  childprocess ( | 
| 71 | 
            +
                overcommit (0.59.1)
         | 
| 72 | 
            +
                  childprocess (>= 0.6.3, < 5)
         | 
| 88 73 | 
             
                  iniparse (~> 1.4)
         | 
| 89 | 
            -
             | 
| 90 | 
            -
                 | 
| 91 | 
            -
             | 
| 92 | 
            -
             | 
| 93 | 
            -
                pry (0. | 
| 94 | 
            -
                  coderay (~> 1.1 | 
| 95 | 
            -
                  method_source (~>  | 
| 96 | 
            -
                public_suffix ( | 
| 97 | 
            -
                rack ( | 
| 98 | 
            -
                rainbow (3. | 
| 74 | 
            +
                  rexml (~> 3.2)
         | 
| 75 | 
            +
                parallel (1.22.1)
         | 
| 76 | 
            +
                parser (3.1.3.0)
         | 
| 77 | 
            +
                  ast (~> 2.4.1)
         | 
| 78 | 
            +
                pry (0.14.1)
         | 
| 79 | 
            +
                  coderay (~> 1.1)
         | 
| 80 | 
            +
                  method_source (~> 1.0)
         | 
| 81 | 
            +
                public_suffix (5.0.1)
         | 
| 82 | 
            +
                rack (3.0.2)
         | 
| 83 | 
            +
                rainbow (3.1.1)
         | 
| 99 84 | 
             
                rake (10.5.0)
         | 
| 100 | 
            -
                rb-fsevent (0. | 
| 101 | 
            -
                rb-inotify (0. | 
| 102 | 
            -
                  ffi ( | 
| 103 | 
            -
                reek ( | 
| 104 | 
            -
                  codeclimate-engine-rb (~> 0.4.0)
         | 
| 85 | 
            +
                rb-fsevent (0.11.2)
         | 
| 86 | 
            +
                rb-inotify (0.10.1)
         | 
| 87 | 
            +
                  ffi (~> 1.0)
         | 
| 88 | 
            +
                reek (6.1.2)
         | 
| 105 89 | 
             
                  kwalify (~> 0.7.0)
         | 
| 106 | 
            -
                  parser ( | 
| 90 | 
            +
                  parser (~> 3.1.0)
         | 
| 107 91 | 
             
                  rainbow (>= 2.0, < 4.0)
         | 
| 108 | 
            -
                 | 
| 109 | 
            -
             | 
| 110 | 
            -
             | 
| 111 | 
            -
                  rspec- | 
| 112 | 
            -
             | 
| 113 | 
            -
                  rspec- | 
| 114 | 
            -
                rspec- | 
| 92 | 
            +
                regexp_parser (2.6.1)
         | 
| 93 | 
            +
                rexml (3.2.5)
         | 
| 94 | 
            +
                rspec (3.12.0)
         | 
| 95 | 
            +
                  rspec-core (~> 3.12.0)
         | 
| 96 | 
            +
                  rspec-expectations (~> 3.12.0)
         | 
| 97 | 
            +
                  rspec-mocks (~> 3.12.0)
         | 
| 98 | 
            +
                rspec-core (3.12.0)
         | 
| 99 | 
            +
                  rspec-support (~> 3.12.0)
         | 
| 100 | 
            +
                rspec-expectations (3.12.0)
         | 
| 115 101 | 
             
                  diff-lcs (>= 1.2.0, < 2.0)
         | 
| 116 | 
            -
                  rspec-support (~> 3. | 
| 117 | 
            -
                rspec-mocks (3. | 
| 102 | 
            +
                  rspec-support (~> 3.12.0)
         | 
| 103 | 
            +
                rspec-mocks (3.12.0)
         | 
| 118 104 | 
             
                  diff-lcs (>= 1.2.0, < 2.0)
         | 
| 119 | 
            -
                  rspec-support (~> 3. | 
| 120 | 
            -
                rspec-support (3. | 
| 121 | 
            -
                rubocop ( | 
| 122 | 
            -
                   | 
| 105 | 
            +
                  rspec-support (~> 3.12.0)
         | 
| 106 | 
            +
                rspec-support (3.12.0)
         | 
| 107 | 
            +
                rubocop (1.39.0)
         | 
| 108 | 
            +
                  json (~> 2.3)
         | 
| 123 109 | 
             
                  parallel (~> 1.10)
         | 
| 124 | 
            -
                  parser (>=  | 
| 125 | 
            -
                  powerpack (~> 0.1)
         | 
| 110 | 
            +
                  parser (>= 3.1.2.1)
         | 
| 126 111 | 
             
                  rainbow (>= 2.2.2, < 4.0)
         | 
| 112 | 
            +
                  regexp_parser (>= 1.8, < 3.0)
         | 
| 113 | 
            +
                  rexml (>= 3.2.5, < 4.0)
         | 
| 114 | 
            +
                  rubocop-ast (>= 1.23.0, < 2.0)
         | 
| 127 115 | 
             
                  ruby-progressbar (~> 1.7)
         | 
| 128 | 
            -
                  unicode-display_width ( | 
| 129 | 
            -
                 | 
| 130 | 
            -
             | 
| 131 | 
            -
                 | 
| 116 | 
            +
                  unicode-display_width (>= 1.4.0, < 3.0)
         | 
| 117 | 
            +
                rubocop-ast (1.24.0)
         | 
| 118 | 
            +
                  parser (>= 3.1.1.0)
         | 
| 119 | 
            +
                ruby-progressbar (1.11.0)
         | 
| 132 120 | 
             
                shellany (0.0.1)
         | 
| 133 | 
            -
                thor ( | 
| 134 | 
            -
                 | 
| 135 | 
            -
             | 
| 136 | 
            -
             | 
| 137 | 
            -
                 | 
| 138 | 
            -
             | 
| 139 | 
            -
                  axiom-types (~> 0.1)
         | 
| 140 | 
            -
                  coercible (~> 1.0)
         | 
| 141 | 
            -
                  descendants_tracker (~> 0.0, >= 0.0.3)
         | 
| 142 | 
            -
                  equalizer (~> 0.0, >= 0.0.9)
         | 
| 143 | 
            -
                webmock (3.4.2)
         | 
| 144 | 
            -
                  addressable (>= 2.3.6)
         | 
| 121 | 
            +
                thor (1.2.1)
         | 
| 122 | 
            +
                tzinfo (2.0.5)
         | 
| 123 | 
            +
                  concurrent-ruby (~> 1.0)
         | 
| 124 | 
            +
                unicode-display_width (2.3.0)
         | 
| 125 | 
            +
                webmock (3.18.1)
         | 
| 126 | 
            +
                  addressable (>= 2.8.0)
         | 
| 145 127 | 
             
                  crack (>= 0.3.2)
         | 
| 146 | 
            -
                  hashdiff
         | 
| 147 | 
            -
                zeitwerk (2.2.2)
         | 
| 128 | 
            +
                  hashdiff (>= 0.4.0, < 2.0.0)
         | 
| 148 129 |  | 
| 149 130 | 
             
            PLATFORMS
         | 
| 150 | 
            -
               | 
| 131 | 
            +
              arm64-darwin-21
         | 
| 151 132 |  | 
| 152 133 | 
             
            DEPENDENCIES
         | 
| 153 134 | 
             
              api_proxy!
         | 
| 154 | 
            -
              bundler | 
| 155 | 
            -
              bundler-audit | 
| 135 | 
            +
              bundler
         | 
| 136 | 
            +
              bundler-audit
         | 
| 156 137 | 
             
              guard-rspec (~> 4.7, >= 4.7.3)
         | 
| 157 138 | 
             
              overcommit
         | 
| 158 139 | 
             
              rake (~> 10.0)
         | 
| @@ -162,4 +143,4 @@ DEPENDENCIES | |
| 162 143 | 
             
              webmock (~> 3.4, >= 3.4.2)
         | 
| 163 144 |  | 
| 164 145 | 
             
            BUNDLED WITH
         | 
| 165 | 
            -
                | 
| 146 | 
            +
               2.3.25
         | 
    
        data/api_proxy.gemspec
    CHANGED
    
    | @@ -21,8 +21,8 @@ Gem::Specification.new do |spec| | |
| 21 21 | 
             
              spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
         | 
| 22 22 | 
             
              spec.require_paths = ['lib']
         | 
| 23 23 |  | 
| 24 | 
            -
              spec.add_development_dependency 'bundler' | 
| 25 | 
            -
              spec.add_development_dependency 'bundler-audit' | 
| 24 | 
            +
              spec.add_development_dependency 'bundler'
         | 
| 25 | 
            +
              spec.add_development_dependency 'bundler-audit'
         | 
| 26 26 | 
             
              spec.add_development_dependency 'guard-rspec', '~> 4.7', '>= 4.7.3'
         | 
| 27 27 | 
             
              spec.add_development_dependency 'overcommit'
         | 
| 28 28 | 
             
              spec.add_development_dependency 'rake', '~> 10.0'
         | 
    
        data/lib/api_proxy/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,43 +1,43 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: api_proxy
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.2. | 
| 4 | 
            +
              version: 0.2.7
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Igor Malinovskiy
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: exe
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date:  | 
| 11 | 
            +
            date: 2022-12-08 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: bundler
         | 
| 15 15 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 16 16 | 
             
                requirements:
         | 
| 17 | 
            -
                - - " | 
| 17 | 
            +
                - - ">="
         | 
| 18 18 | 
             
                  - !ruby/object:Gem::Version
         | 
| 19 | 
            -
                    version: ' | 
| 19 | 
            +
                    version: '0'
         | 
| 20 20 | 
             
              type: :development
         | 
| 21 21 | 
             
              prerelease: false
         | 
| 22 22 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 23 23 | 
             
                requirements:
         | 
| 24 | 
            -
                - - " | 
| 24 | 
            +
                - - ">="
         | 
| 25 25 | 
             
                  - !ruby/object:Gem::Version
         | 
| 26 | 
            -
                    version: ' | 
| 26 | 
            +
                    version: '0'
         | 
| 27 27 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 28 28 | 
             
              name: bundler-audit
         | 
| 29 29 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| 30 30 | 
             
                requirements:
         | 
| 31 | 
            -
                - - " | 
| 31 | 
            +
                - - ">="
         | 
| 32 32 | 
             
                  - !ruby/object:Gem::Version
         | 
| 33 | 
            -
                    version: 0 | 
| 33 | 
            +
                    version: '0'
         | 
| 34 34 | 
             
              type: :development
         | 
| 35 35 | 
             
              prerelease: false
         | 
| 36 36 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 37 37 | 
             
                requirements:
         | 
| 38 | 
            -
                - - " | 
| 38 | 
            +
                - - ">="
         | 
| 39 39 | 
             
                  - !ruby/object:Gem::Version
         | 
| 40 | 
            -
                    version: 0 | 
| 40 | 
            +
                    version: '0'
         | 
| 41 41 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 42 42 | 
             
              name: guard-rspec
         | 
| 43 43 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -240,8 +240,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 240 240 | 
             
                - !ruby/object:Gem::Version
         | 
| 241 241 | 
             
                  version: '0'
         | 
| 242 242 | 
             
            requirements: []
         | 
| 243 | 
            -
             | 
| 244 | 
            -
            rubygems_version: 2.7.6
         | 
| 243 | 
            +
            rubygems_version: 3.1.6
         | 
| 245 244 | 
             
            signing_key: 
         | 
| 246 245 | 
             
            specification_version: 4
         | 
| 247 246 | 
             
            summary: Proxy for tickets service
         |