my_api_client 0.26.0 → 1.0.0
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/.circleci/config.yml +5 -5
 - data/.rubocop.yml +1 -1
 - data/.rubocop_todo.yml +15 -4
 - data/CHANGELOG.md +55 -0
 - data/Gemfile.lock +39 -27
 - data/README.jp.md +7 -7
 - data/README.md +5 -5
 - data/example/api_clients/my_pagination_api_client.rb +11 -2
 - data/lib/my_api_client/errors/network_error.rb +1 -1
 - data/lib/my_api_client/errors.rb +1 -1
 - data/lib/my_api_client/request/basic.rb +10 -2
 - data/lib/my_api_client/request/pagination.rb +23 -2
 - data/lib/my_api_client/rspec/stub.rb +1 -0
 - data/lib/my_api_client/service_abstract.rb +2 -2
 - data/lib/my_api_client/version.rb +1 -1
 - data/my_api/.ruby-version +1 -1
 - data/my_api/Gemfile +2 -2
 - data/my_api/Gemfile.lock +77 -76
 - data/my_api/public/index.html +2 -2
 - data/my_api_client.gemspec +2 -2
 - metadata +6 -38
 - data/gemfiles/rails_6.0.gemfile +0 -16
 - data/rails_app/rails_6.0/.rspec +0 -3
 - data/rails_app/rails_6.0/Gemfile +0 -18
 - data/rails_app/rails_6.0/Gemfile.lock +0 -188
 - data/rails_app/rails_6.0/README.md +0 -24
 - data/rails_app/rails_6.0/Rakefile +0 -8
 - data/rails_app/rails_6.0/app/controllers/application_controller.rb +0 -4
 - data/rails_app/rails_6.0/app/jobs/application_job.rb +0 -9
 - data/rails_app/rails_6.0/bin/rails +0 -6
 - data/rails_app/rails_6.0/bin/rake +0 -6
 - data/rails_app/rails_6.0/bin/setup +0 -27
 - data/rails_app/rails_6.0/config/application.rb +0 -39
 - data/rails_app/rails_6.0/config/boot.rb +0 -6
 - data/rails_app/rails_6.0/config/credentials.yml.enc +0 -1
 - data/rails_app/rails_6.0/config/environment.rb +0 -7
 - data/rails_app/rails_6.0/config/environments/development.rb +0 -39
 - data/rails_app/rails_6.0/config/environments/production.rb +0 -90
 - data/rails_app/rails_6.0/config/environments/test.rb +0 -41
 - data/rails_app/rails_6.0/config/initializers/application_controller_renderer.rb +0 -9
 - data/rails_app/rails_6.0/config/initializers/backtrace_silencers.rb +0 -8
 - data/rails_app/rails_6.0/config/initializers/cors.rb +0 -17
 - data/rails_app/rails_6.0/config/initializers/filter_parameter_logging.rb +0 -6
 - data/rails_app/rails_6.0/config/initializers/inflections.rb +0 -17
 - data/rails_app/rails_6.0/config/initializers/mime_types.rb +0 -5
 - data/rails_app/rails_6.0/config/initializers/wrap_parameters.rb +0 -11
 - data/rails_app/rails_6.0/config/locales/en.yml +0 -33
 - data/rails_app/rails_6.0/config/routes.rb +0 -5
 - data/rails_app/rails_6.0/config/spring.rb +0 -8
 - data/rails_app/rails_6.0/config.ru +0 -7
 - data/rails_app/rails_6.0/public/robots.txt +0 -1
 - data/rails_app/rails_6.0/spec/rails_helper.rb +0 -14
 - data/rails_app/rails_6.0/spec/spec_helper.rb +0 -13
 
    
        data/my_api/Gemfile.lock
    CHANGED
    
    | 
         @@ -1,35 +1,35 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            GEM
         
     | 
| 
       2 
2 
     | 
    
         
             
              remote: https://rubygems.org/
         
     | 
| 
       3 
3 
     | 
    
         
             
              specs:
         
     | 
| 
       4 
     | 
    
         
            -
                actionmailer (6.1.7. 
     | 
| 
       5 
     | 
    
         
            -
                  actionpack (= 6.1.7. 
     | 
| 
       6 
     | 
    
         
            -
                  actionview (= 6.1.7. 
     | 
| 
       7 
     | 
    
         
            -
                  activejob (= 6.1.7. 
     | 
| 
       8 
     | 
    
         
            -
                  activesupport (= 6.1.7. 
     | 
| 
      
 4 
     | 
    
         
            +
                actionmailer (6.1.7.6)
         
     | 
| 
      
 5 
     | 
    
         
            +
                  actionpack (= 6.1.7.6)
         
     | 
| 
      
 6 
     | 
    
         
            +
                  actionview (= 6.1.7.6)
         
     | 
| 
      
 7 
     | 
    
         
            +
                  activejob (= 6.1.7.6)
         
     | 
| 
      
 8 
     | 
    
         
            +
                  activesupport (= 6.1.7.6)
         
     | 
| 
       9 
9 
     | 
    
         
             
                  mail (~> 2.5, >= 2.5.4)
         
     | 
| 
       10 
10 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       11 
     | 
    
         
            -
                actionpack (6.1.7. 
     | 
| 
       12 
     | 
    
         
            -
                  actionview (= 6.1.7. 
     | 
| 
       13 
     | 
    
         
            -
                  activesupport (= 6.1.7. 
     | 
| 
      
 11 
     | 
    
         
            +
                actionpack (6.1.7.6)
         
     | 
| 
      
 12 
     | 
    
         
            +
                  actionview (= 6.1.7.6)
         
     | 
| 
      
 13 
     | 
    
         
            +
                  activesupport (= 6.1.7.6)
         
     | 
| 
       14 
14 
     | 
    
         
             
                  rack (~> 2.0, >= 2.0.9)
         
     | 
| 
       15 
15 
     | 
    
         
             
                  rack-test (>= 0.6.3)
         
     | 
| 
       16 
16 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       17 
17 
     | 
    
         
             
                  rails-html-sanitizer (~> 1.0, >= 1.2.0)
         
     | 
| 
       18 
     | 
    
         
            -
                actionview (6.1.7. 
     | 
| 
       19 
     | 
    
         
            -
                  activesupport (= 6.1.7. 
     | 
| 
      
 18 
     | 
    
         
            +
                actionview (6.1.7.6)
         
     | 
| 
      
 19 
     | 
    
         
            +
                  activesupport (= 6.1.7.6)
         
     | 
| 
       20 
20 
     | 
    
         
             
                  builder (~> 3.1)
         
     | 
| 
       21 
21 
     | 
    
         
             
                  erubi (~> 1.4)
         
     | 
| 
       22 
22 
     | 
    
         
             
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       23 
23 
     | 
    
         
             
                  rails-html-sanitizer (~> 1.1, >= 1.2.0)
         
     | 
| 
       24 
     | 
    
         
            -
                activejob (6.1.7. 
     | 
| 
       25 
     | 
    
         
            -
                  activesupport (= 6.1.7. 
     | 
| 
      
 24 
     | 
    
         
            +
                activejob (6.1.7.6)
         
     | 
| 
      
 25 
     | 
    
         
            +
                  activesupport (= 6.1.7.6)
         
     | 
| 
       26 
26 
     | 
    
         
             
                  globalid (>= 0.3.6)
         
     | 
| 
       27 
     | 
    
         
            -
                activemodel (6.1.7. 
     | 
| 
       28 
     | 
    
         
            -
                  activesupport (= 6.1.7. 
     | 
| 
       29 
     | 
    
         
            -
                activerecord (6.1.7. 
     | 
| 
       30 
     | 
    
         
            -
                  activemodel (= 6.1.7. 
     | 
| 
       31 
     | 
    
         
            -
                  activesupport (= 6.1.7. 
     | 
| 
       32 
     | 
    
         
            -
                activesupport (6.1.7. 
     | 
| 
      
 27 
     | 
    
         
            +
                activemodel (6.1.7.6)
         
     | 
| 
      
 28 
     | 
    
         
            +
                  activesupport (= 6.1.7.6)
         
     | 
| 
      
 29 
     | 
    
         
            +
                activerecord (6.1.7.6)
         
     | 
| 
      
 30 
     | 
    
         
            +
                  activemodel (= 6.1.7.6)
         
     | 
| 
      
 31 
     | 
    
         
            +
                  activesupport (= 6.1.7.6)
         
     | 
| 
      
 32 
     | 
    
         
            +
                activesupport (6.1.7.6)
         
     | 
| 
       33 
33 
     | 
    
         
             
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         
     | 
| 
       34 
34 
     | 
    
         
             
                  i18n (>= 1.6, < 2)
         
     | 
| 
       35 
35 
     | 
    
         
             
                  minitest (>= 5.1)
         
     | 
| 
         @@ -37,7 +37,7 @@ GEM 
     | 
|
| 
       37 
37 
     | 
    
         
             
                  zeitwerk (~> 2.3)
         
     | 
| 
       38 
38 
     | 
    
         
             
                addressable (2.8.4)
         
     | 
| 
       39 
39 
     | 
    
         
             
                  public_suffix (>= 2.0.2, < 6.0)
         
     | 
| 
       40 
     | 
    
         
            -
                aws-eventstream (1. 
     | 
| 
      
 40 
     | 
    
         
            +
                aws-eventstream (1.3.0)
         
     | 
| 
       41 
41 
     | 
    
         
             
                aws-mfa-secure (0.4.4)
         
     | 
| 
       42 
42 
     | 
    
         
             
                  activesupport
         
     | 
| 
       43 
43 
     | 
    
         
             
                  aws-sdk-core
         
     | 
| 
         @@ -46,49 +46,49 @@ GEM 
     | 
|
| 
       46 
46 
     | 
    
         
             
                  rainbow
         
     | 
| 
       47 
47 
     | 
    
         
             
                  thor
         
     | 
| 
       48 
48 
     | 
    
         
             
                  zeitwerk
         
     | 
| 
       49 
     | 
    
         
            -
                aws-partitions (1. 
     | 
| 
       50 
     | 
    
         
            -
                aws-sdk-apigateway (1. 
     | 
| 
       51 
     | 
    
         
            -
                  aws-sdk-core (~> 3, >= 3. 
     | 
| 
      
 49 
     | 
    
         
            +
                aws-partitions (1.863.0)
         
     | 
| 
      
 50 
     | 
    
         
            +
                aws-sdk-apigateway (1.90.0)
         
     | 
| 
      
 51 
     | 
    
         
            +
                  aws-sdk-core (~> 3, >= 3.188.0)
         
     | 
| 
       52 
52 
     | 
    
         
             
                  aws-sigv4 (~> 1.1)
         
     | 
| 
       53 
     | 
    
         
            -
                aws-sdk-cloudformation (1. 
     | 
| 
       54 
     | 
    
         
            -
                  aws-sdk-core (~> 3, >= 3. 
     | 
| 
      
 53 
     | 
    
         
            +
                aws-sdk-cloudformation (1.96.0)
         
     | 
| 
      
 54 
     | 
    
         
            +
                  aws-sdk-core (~> 3, >= 3.188.0)
         
     | 
| 
       55 
55 
     | 
    
         
             
                  aws-sigv4 (~> 1.1)
         
     | 
| 
       56 
     | 
    
         
            -
                aws-sdk-cloudwatchlogs (1. 
     | 
| 
       57 
     | 
    
         
            -
                  aws-sdk-core (~> 3, >= 3. 
     | 
| 
      
 56 
     | 
    
         
            +
                aws-sdk-cloudwatchlogs (1.75.0)
         
     | 
| 
      
 57 
     | 
    
         
            +
                  aws-sdk-core (~> 3, >= 3.188.0)
         
     | 
| 
       58 
58 
     | 
    
         
             
                  aws-sigv4 (~> 1.1)
         
     | 
| 
       59 
     | 
    
         
            -
                aws-sdk-core (3. 
     | 
| 
       60 
     | 
    
         
            -
                  aws-eventstream (~> 1, >= 1.0 
     | 
| 
      
 59 
     | 
    
         
            +
                aws-sdk-core (3.190.0)
         
     | 
| 
      
 60 
     | 
    
         
            +
                  aws-eventstream (~> 1, >= 1.3.0)
         
     | 
| 
       61 
61 
     | 
    
         
             
                  aws-partitions (~> 1, >= 1.651.0)
         
     | 
| 
       62 
     | 
    
         
            -
                  aws-sigv4 (~> 1. 
     | 
| 
      
 62 
     | 
    
         
            +
                  aws-sigv4 (~> 1.8)
         
     | 
| 
       63 
63 
     | 
    
         
             
                  jmespath (~> 1, >= 1.6.1)
         
     | 
| 
       64 
     | 
    
         
            -
                aws-sdk-dynamodb (1. 
     | 
| 
       65 
     | 
    
         
            -
                  aws-sdk-core (~> 3, >= 3. 
     | 
| 
      
 64 
     | 
    
         
            +
                aws-sdk-dynamodb (1.98.0)
         
     | 
| 
      
 65 
     | 
    
         
            +
                  aws-sdk-core (~> 3, >= 3.188.0)
         
     | 
| 
       66 
66 
     | 
    
         
             
                  aws-sigv4 (~> 1.1)
         
     | 
| 
       67 
     | 
    
         
            -
                aws-sdk-kinesis (1. 
     | 
| 
       68 
     | 
    
         
            -
                  aws-sdk-core (~> 3, >= 3. 
     | 
| 
      
 67 
     | 
    
         
            +
                aws-sdk-kinesis (1.54.0)
         
     | 
| 
      
 68 
     | 
    
         
            +
                  aws-sdk-core (~> 3, >= 3.188.0)
         
     | 
| 
       69 
69 
     | 
    
         
             
                  aws-sigv4 (~> 1.1)
         
     | 
| 
       70 
     | 
    
         
            -
                aws-sdk-kms (1. 
     | 
| 
       71 
     | 
    
         
            -
                  aws-sdk-core (~> 3, >= 3. 
     | 
| 
      
 70 
     | 
    
         
            +
                aws-sdk-kms (1.74.0)
         
     | 
| 
      
 71 
     | 
    
         
            +
                  aws-sdk-core (~> 3, >= 3.188.0)
         
     | 
| 
       72 
72 
     | 
    
         
             
                  aws-sigv4 (~> 1.1)
         
     | 
| 
       73 
     | 
    
         
            -
                aws-sdk-lambda (1. 
     | 
| 
       74 
     | 
    
         
            -
                  aws-sdk-core (~> 3, >= 3. 
     | 
| 
      
 73 
     | 
    
         
            +
                aws-sdk-lambda (1.113.0)
         
     | 
| 
      
 74 
     | 
    
         
            +
                  aws-sdk-core (~> 3, >= 3.188.0)
         
     | 
| 
       75 
75 
     | 
    
         
             
                  aws-sigv4 (~> 1.1)
         
     | 
| 
       76 
     | 
    
         
            -
                aws-sdk-s3 (1. 
     | 
| 
       77 
     | 
    
         
            -
                  aws-sdk-core (~> 3, >= 3. 
     | 
| 
      
 76 
     | 
    
         
            +
                aws-sdk-s3 (1.141.0)
         
     | 
| 
      
 77 
     | 
    
         
            +
                  aws-sdk-core (~> 3, >= 3.189.0)
         
     | 
| 
       78 
78 
     | 
    
         
             
                  aws-sdk-kms (~> 1)
         
     | 
| 
       79 
     | 
    
         
            -
                  aws-sigv4 (~> 1. 
     | 
| 
       80 
     | 
    
         
            -
                aws-sdk-sns (1. 
     | 
| 
       81 
     | 
    
         
            -
                  aws-sdk-core (~> 3, >= 3. 
     | 
| 
      
 79 
     | 
    
         
            +
                  aws-sigv4 (~> 1.8)
         
     | 
| 
      
 80 
     | 
    
         
            +
                aws-sdk-sns (1.70.0)
         
     | 
| 
      
 81 
     | 
    
         
            +
                  aws-sdk-core (~> 3, >= 3.188.0)
         
     | 
| 
       82 
82 
     | 
    
         
             
                  aws-sigv4 (~> 1.1)
         
     | 
| 
       83 
     | 
    
         
            -
                aws-sdk-sqs (1. 
     | 
| 
       84 
     | 
    
         
            -
                  aws-sdk-core (~> 3, >= 3. 
     | 
| 
      
 83 
     | 
    
         
            +
                aws-sdk-sqs (1.69.0)
         
     | 
| 
      
 84 
     | 
    
         
            +
                  aws-sdk-core (~> 3, >= 3.188.0)
         
     | 
| 
       85 
85 
     | 
    
         
             
                  aws-sigv4 (~> 1.1)
         
     | 
| 
       86 
     | 
    
         
            -
                aws-sdk-ssm (1. 
     | 
| 
       87 
     | 
    
         
            -
                  aws-sdk-core (~> 3, >= 3. 
     | 
| 
      
 86 
     | 
    
         
            +
                aws-sdk-ssm (1.162.0)
         
     | 
| 
      
 87 
     | 
    
         
            +
                  aws-sdk-core (~> 3, >= 3.188.0)
         
     | 
| 
       88 
88 
     | 
    
         
             
                  aws-sigv4 (~> 1.1)
         
     | 
| 
       89 
     | 
    
         
            -
                aws-sigv4 (1. 
     | 
| 
      
 89 
     | 
    
         
            +
                aws-sigv4 (1.8.0)
         
     | 
| 
       90 
90 
     | 
    
         
             
                  aws-eventstream (~> 1, >= 1.0.2)
         
     | 
| 
       91 
     | 
    
         
            -
                aws_config (0.1. 
     | 
| 
      
 91 
     | 
    
         
            +
                aws_config (0.1.1)
         
     | 
| 
       92 
92 
     | 
    
         
             
                builder (3.2.4)
         
     | 
| 
       93 
93 
     | 
    
         
             
                byebug (11.1.3)
         
     | 
| 
       94 
94 
     | 
    
         
             
                capybara (3.39.2)
         
     | 
| 
         @@ -109,7 +109,7 @@ GEM 
     | 
|
| 
       109 
109 
     | 
    
         
             
                cfn_response (0.2.0)
         
     | 
| 
       110 
110 
     | 
    
         
             
                concurrent-ruby (1.2.2)
         
     | 
| 
       111 
111 
     | 
    
         
             
                crass (1.0.6)
         
     | 
| 
       112 
     | 
    
         
            -
                date (3.3. 
     | 
| 
      
 112 
     | 
    
         
            +
                date (3.3.4)
         
     | 
| 
       113 
113 
     | 
    
         
             
                diff-lcs (1.5.0)
         
     | 
| 
       114 
114 
     | 
    
         
             
                dotenv (2.8.1)
         
     | 
| 
       115 
115 
     | 
    
         
             
                dynomite (1.2.7)
         
     | 
| 
         @@ -118,12 +118,12 @@ GEM 
     | 
|
| 
       118 
118 
     | 
    
         
             
                  rainbow
         
     | 
| 
       119 
119 
     | 
    
         
             
                erubi (1.12.0)
         
     | 
| 
       120 
120 
     | 
    
         
             
                gems (1.2.0)
         
     | 
| 
       121 
     | 
    
         
            -
                globalid (1.1 
     | 
| 
       122 
     | 
    
         
            -
                  activesupport (>=  
     | 
| 
      
 121 
     | 
    
         
            +
                globalid (1.2.1)
         
     | 
| 
      
 122 
     | 
    
         
            +
                  activesupport (>= 6.1)
         
     | 
| 
       123 
123 
     | 
    
         
             
                hashie (5.0.0)
         
     | 
| 
       124 
124 
     | 
    
         
             
                i18n (1.14.1)
         
     | 
| 
       125 
125 
     | 
    
         
             
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       126 
     | 
    
         
            -
                jets (4.0. 
     | 
| 
      
 126 
     | 
    
         
            +
                jets (4.0.10)
         
     | 
| 
       127 
127 
     | 
    
         
             
                  actionmailer (~> 6.1.0)
         
     | 
| 
       128 
128 
     | 
    
         
             
                  actionpack (~> 6.1.0)
         
     | 
| 
       129 
129 
     | 
    
         
             
                  actionview (~> 6.1.0)
         
     | 
| 
         @@ -166,7 +166,7 @@ GEM 
     | 
|
| 
       166 
166 
     | 
    
         
             
                  rexml
         
     | 
| 
       167 
167 
     | 
    
         
             
                launchy (2.5.2)
         
     | 
| 
       168 
168 
     | 
    
         
             
                  addressable (~> 2.8)
         
     | 
| 
       169 
     | 
    
         
            -
                loofah (2. 
     | 
| 
      
 169 
     | 
    
         
            +
                loofah (2.22.0)
         
     | 
| 
       170 
170 
     | 
    
         
             
                  crass (~> 1.0.2)
         
     | 
| 
       171 
171 
     | 
    
         
             
                  nokogiri (>= 1.12.0)
         
     | 
| 
       172 
172 
     | 
    
         
             
                mail (2.8.1)
         
     | 
| 
         @@ -177,46 +177,47 @@ GEM 
     | 
|
| 
       177 
177 
     | 
    
         
             
                matrix (0.4.2)
         
     | 
| 
       178 
178 
     | 
    
         
             
                memoist (0.16.2)
         
     | 
| 
       179 
179 
     | 
    
         
             
                method_source (1.0.0)
         
     | 
| 
       180 
     | 
    
         
            -
                mini_mime (1.1. 
     | 
| 
       181 
     | 
    
         
            -
                mini_portile2 (2.8. 
     | 
| 
       182 
     | 
    
         
            -
                minitest (5. 
     | 
| 
       183 
     | 
    
         
            -
                net-imap (0. 
     | 
| 
      
 180 
     | 
    
         
            +
                mini_mime (1.1.5)
         
     | 
| 
      
 181 
     | 
    
         
            +
                mini_portile2 (2.8.5)
         
     | 
| 
      
 182 
     | 
    
         
            +
                minitest (5.20.0)
         
     | 
| 
      
 183 
     | 
    
         
            +
                net-imap (0.4.7)
         
     | 
| 
       184 
184 
     | 
    
         
             
                  date
         
     | 
| 
       185 
185 
     | 
    
         
             
                  net-protocol
         
     | 
| 
       186 
186 
     | 
    
         
             
                net-pop (0.1.2)
         
     | 
| 
       187 
187 
     | 
    
         
             
                  net-protocol
         
     | 
| 
       188 
     | 
    
         
            -
                net-protocol (0.2. 
     | 
| 
      
 188 
     | 
    
         
            +
                net-protocol (0.2.2)
         
     | 
| 
       189 
189 
     | 
    
         
             
                  timeout
         
     | 
| 
       190 
     | 
    
         
            -
                net-smtp (0. 
     | 
| 
      
 190 
     | 
    
         
            +
                net-smtp (0.4.0)
         
     | 
| 
       191 
191 
     | 
    
         
             
                  net-protocol
         
     | 
| 
       192 
192 
     | 
    
         
             
                nio4r (2.5.9)
         
     | 
| 
       193 
     | 
    
         
            -
                nokogiri (1.15. 
     | 
| 
      
 193 
     | 
    
         
            +
                nokogiri (1.15.5)
         
     | 
| 
       194 
194 
     | 
    
         
             
                  mini_portile2 (~> 2.8.2)
         
     | 
| 
       195 
195 
     | 
    
         
             
                  racc (~> 1.4)
         
     | 
| 
       196 
196 
     | 
    
         
             
                public_suffix (5.0.1)
         
     | 
| 
       197 
     | 
    
         
            -
                puma (6. 
     | 
| 
      
 197 
     | 
    
         
            +
                puma (6.4.0)
         
     | 
| 
       198 
198 
     | 
    
         
             
                  nio4r (~> 2.0)
         
     | 
| 
       199 
     | 
    
         
            -
                racc (1.7. 
     | 
| 
       200 
     | 
    
         
            -
                rack (2.2. 
     | 
| 
      
 199 
     | 
    
         
            +
                racc (1.7.3)
         
     | 
| 
      
 200 
     | 
    
         
            +
                rack (2.2.8)
         
     | 
| 
       201 
201 
     | 
    
         
             
                rack-test (2.1.0)
         
     | 
| 
       202 
202 
     | 
    
         
             
                  rack (>= 1.3)
         
     | 
| 
       203 
     | 
    
         
            -
                rails-dom-testing (2.0 
     | 
| 
       204 
     | 
    
         
            -
                  activesupport (>=  
     | 
| 
      
 203 
     | 
    
         
            +
                rails-dom-testing (2.2.0)
         
     | 
| 
      
 204 
     | 
    
         
            +
                  activesupport (>= 5.0.0)
         
     | 
| 
      
 205 
     | 
    
         
            +
                  minitest
         
     | 
| 
       205 
206 
     | 
    
         
             
                  nokogiri (>= 1.6)
         
     | 
| 
       206 
207 
     | 
    
         
             
                rails-html-sanitizer (1.6.0)
         
     | 
| 
       207 
208 
     | 
    
         
             
                  loofah (~> 2.21)
         
     | 
| 
       208 
209 
     | 
    
         
             
                  nokogiri (~> 1.14)
         
     | 
| 
       209 
     | 
    
         
            -
                railties (6.1.7. 
     | 
| 
       210 
     | 
    
         
            -
                  actionpack (= 6.1.7. 
     | 
| 
       211 
     | 
    
         
            -
                  activesupport (= 6.1.7. 
     | 
| 
      
 210 
     | 
    
         
            +
                railties (6.1.7.6)
         
     | 
| 
      
 211 
     | 
    
         
            +
                  actionpack (= 6.1.7.6)
         
     | 
| 
      
 212 
     | 
    
         
            +
                  activesupport (= 6.1.7.6)
         
     | 
| 
       212 
213 
     | 
    
         
             
                  method_source
         
     | 
| 
       213 
214 
     | 
    
         
             
                  rake (>= 12.2)
         
     | 
| 
       214 
215 
     | 
    
         
             
                  thor (~> 1.0)
         
     | 
| 
       215 
216 
     | 
    
         
             
                rainbow (3.1.1)
         
     | 
| 
       216 
     | 
    
         
            -
                rake (13.0 
     | 
| 
      
 217 
     | 
    
         
            +
                rake (13.1.0)
         
     | 
| 
       217 
218 
     | 
    
         
             
                recursive-open-struct (1.1.3)
         
     | 
| 
       218 
219 
     | 
    
         
             
                regexp_parser (2.8.1)
         
     | 
| 
       219 
     | 
    
         
            -
                rexml (3.2. 
     | 
| 
      
 220 
     | 
    
         
            +
                rexml (3.2.6)
         
     | 
| 
       220 
221 
     | 
    
         
             
                rspec (3.12.0)
         
     | 
| 
       221 
222 
     | 
    
         
             
                  rspec-core (~> 3.12.0)
         
     | 
| 
       222 
223 
     | 
    
         
             
                  rspec-expectations (~> 3.12.0)
         
     | 
| 
         @@ -232,20 +233,20 @@ GEM 
     | 
|
| 
       232 
233 
     | 
    
         
             
                rspec-support (3.12.0)
         
     | 
| 
       233 
234 
     | 
    
         
             
                rspec_junit_formatter (0.6.0)
         
     | 
| 
       234 
235 
     | 
    
         
             
                  rspec-core (>= 2, < 4, != 2.12.0)
         
     | 
| 
       235 
     | 
    
         
            -
                serverlessgems (0. 
     | 
| 
      
 236 
     | 
    
         
            +
                serverlessgems (0.4.0)
         
     | 
| 
       236 
237 
     | 
    
         
             
                  gems
         
     | 
| 
       237 
238 
     | 
    
         
             
                  memoist
         
     | 
| 
       238 
239 
     | 
    
         
             
                  zeitwerk
         
     | 
| 
       239 
240 
     | 
    
         
             
                shotgun (0.9.2)
         
     | 
| 
       240 
241 
     | 
    
         
             
                  rack (>= 1.0)
         
     | 
| 
       241 
242 
     | 
    
         
             
                text-table (1.2.4)
         
     | 
| 
       242 
     | 
    
         
            -
                thor (1. 
     | 
| 
       243 
     | 
    
         
            -
                timeout (0. 
     | 
| 
      
 243 
     | 
    
         
            +
                thor (1.3.0)
         
     | 
| 
      
 244 
     | 
    
         
            +
                timeout (0.4.1)
         
     | 
| 
       244 
245 
     | 
    
         
             
                tzinfo (2.0.6)
         
     | 
| 
       245 
246 
     | 
    
         
             
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       246 
247 
     | 
    
         
             
                xpath (3.2.0)
         
     | 
| 
       247 
248 
     | 
    
         
             
                  nokogiri (~> 1.8)
         
     | 
| 
       248 
     | 
    
         
            -
                zeitwerk (2.6. 
     | 
| 
      
 249 
     | 
    
         
            +
                zeitwerk (2.6.12)
         
     | 
| 
       249 
250 
     | 
    
         | 
| 
       250 
251 
     | 
    
         
             
            PLATFORMS
         
     | 
| 
       251 
252 
     | 
    
         
             
              ruby
         
     | 
| 
         @@ -254,9 +255,9 @@ DEPENDENCIES 
     | 
|
| 
       254 
255 
     | 
    
         
             
              byebug
         
     | 
| 
       255 
256 
     | 
    
         
             
              capybara
         
     | 
| 
       256 
257 
     | 
    
         
             
              dynomite
         
     | 
| 
       257 
     | 
    
         
            -
              jets (~> 4.0. 
     | 
| 
      
 258 
     | 
    
         
            +
              jets (~> 4.0.10)
         
     | 
| 
       258 
259 
     | 
    
         
             
              launchy
         
     | 
| 
       259 
     | 
    
         
            -
              nokogiri (~> 1.15. 
     | 
| 
      
 260 
     | 
    
         
            +
              nokogiri (~> 1.15.5)
         
     | 
| 
       260 
261 
     | 
    
         
             
              puma
         
     | 
| 
       261 
262 
     | 
    
         
             
              rack
         
     | 
| 
       262 
263 
     | 
    
         
             
              rspec
         
     | 
    
        data/my_api/public/index.html
    CHANGED
    
    | 
         @@ -83,8 +83,8 @@ 
     | 
|
| 
       83 
83 
     | 
    
         
             
                  <p>Also check out the <a href="http://rubyonjets.com/reference">Jets CLI reference</a>.</p>
         
     | 
| 
       84 
84 
     | 
    
         
             
                </div>
         
     | 
| 
       85 
85 
     | 
    
         
             
                <p class="version">
         
     | 
| 
       86 
     | 
    
         
            -
                  <strong>Jets version:</strong>  
     | 
| 
       87 
     | 
    
         
            -
                  <strong>Ruby version:</strong>  
     | 
| 
      
 86 
     | 
    
         
            +
                  <strong>Jets version:</strong> 4.0<br />
         
     | 
| 
      
 87 
     | 
    
         
            +
                  <strong>Ruby version:</strong> 3.2
         
     | 
| 
       88 
88 
     | 
    
         
             
                </p>
         
     | 
| 
       89 
89 
     | 
    
         
             
              </div>
         
     | 
| 
       90 
90 
     | 
    
         
             
            </body>
         
     | 
    
        data/my_api_client.gemspec
    CHANGED
    
    | 
         @@ -22,9 +22,9 @@ Gem::Specification.new do |spec| 
     | 
|
| 
       22 
22 
     | 
    
         
             
              spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
         
     | 
| 
       23 
23 
     | 
    
         
             
              spec.require_paths = ['lib']
         
     | 
| 
       24 
24 
     | 
    
         | 
| 
       25 
     | 
    
         
            -
              spec.required_ruby_version = '>=  
     | 
| 
      
 25 
     | 
    
         
            +
              spec.required_ruby_version = '>= 3.0.0'
         
     | 
| 
       26 
26 
     | 
    
         | 
| 
       27 
     | 
    
         
            -
              spec.add_dependency 'activesupport', '>= 6. 
     | 
| 
      
 27 
     | 
    
         
            +
              spec.add_dependency 'activesupport', '>= 6.1.0'
         
     | 
| 
       28 
28 
     | 
    
         
             
              spec.add_dependency 'faraday', '>= 0.17.1'
         
     | 
| 
       29 
29 
     | 
    
         
             
              spec.add_dependency 'jsonpath'
         
     | 
| 
       30 
30 
     | 
    
         
             
              spec.add_dependency 'sawyer', '>= 0.8.2'
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: my_api_client
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.0.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - ryz310
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: exe
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2023-07 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2023-12-07 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: activesupport
         
     | 
| 
         @@ -16,14 +16,14 @@ dependencies: 
     | 
|
| 
       16 
16 
     | 
    
         
             
                requirements:
         
     | 
| 
       17 
17 
     | 
    
         
             
                - - ">="
         
     | 
| 
       18 
18 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       19 
     | 
    
         
            -
                    version: 6. 
     | 
| 
      
 19 
     | 
    
         
            +
                    version: 6.1.0
         
     | 
| 
       20 
20 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       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: 6. 
     | 
| 
      
 26 
     | 
    
         
            +
                    version: 6.1.0
         
     | 
| 
       27 
27 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       28 
28 
     | 
    
         
             
              name: faraday
         
     | 
| 
       29 
29 
     | 
    
         
             
              requirement: !ruby/object:Gem::Requirement
         
     | 
| 
         @@ -266,7 +266,6 @@ files: 
     | 
|
| 
       266 
266 
     | 
    
         
             
            - example/api_clients/my_pagination_api_client.rb
         
     | 
| 
       267 
267 
     | 
    
         
             
            - example/api_clients/my_rest_api_client.rb
         
     | 
| 
       268 
268 
     | 
    
         
             
            - example/api_clients/my_status_api_client.rb
         
     | 
| 
       269 
     | 
    
         
            -
            - gemfiles/rails_6.0.gemfile
         
     | 
| 
       270 
269 
     | 
    
         
             
            - gemfiles/rails_6.1.gemfile
         
     | 
| 
       271 
270 
     | 
    
         
             
            - gemfiles/rails_7.0.gemfile
         
     | 
| 
       272 
271 
     | 
    
         
             
            - lib/generators/generator_helper.rb
         
     | 
| 
         @@ -347,37 +346,6 @@ files: 
     | 
|
| 
       347 
346 
     | 
    
         
             
            - my_api/spec/fixtures/payloads/posts-show.json
         
     | 
| 
       348 
347 
     | 
    
         
             
            - my_api/spec/spec_helper.rb
         
     | 
| 
       349 
348 
     | 
    
         
             
            - my_api_client.gemspec
         
     | 
| 
       350 
     | 
    
         
            -
            - rails_app/rails_6.0/.rspec
         
     | 
| 
       351 
     | 
    
         
            -
            - rails_app/rails_6.0/Gemfile
         
     | 
| 
       352 
     | 
    
         
            -
            - rails_app/rails_6.0/Gemfile.lock
         
     | 
| 
       353 
     | 
    
         
            -
            - rails_app/rails_6.0/README.md
         
     | 
| 
       354 
     | 
    
         
            -
            - rails_app/rails_6.0/Rakefile
         
     | 
| 
       355 
     | 
    
         
            -
            - rails_app/rails_6.0/app/controllers/application_controller.rb
         
     | 
| 
       356 
     | 
    
         
            -
            - rails_app/rails_6.0/app/jobs/application_job.rb
         
     | 
| 
       357 
     | 
    
         
            -
            - rails_app/rails_6.0/bin/rails
         
     | 
| 
       358 
     | 
    
         
            -
            - rails_app/rails_6.0/bin/rake
         
     | 
| 
       359 
     | 
    
         
            -
            - rails_app/rails_6.0/bin/setup
         
     | 
| 
       360 
     | 
    
         
            -
            - rails_app/rails_6.0/config.ru
         
     | 
| 
       361 
     | 
    
         
            -
            - rails_app/rails_6.0/config/application.rb
         
     | 
| 
       362 
     | 
    
         
            -
            - rails_app/rails_6.0/config/boot.rb
         
     | 
| 
       363 
     | 
    
         
            -
            - rails_app/rails_6.0/config/credentials.yml.enc
         
     | 
| 
       364 
     | 
    
         
            -
            - rails_app/rails_6.0/config/environment.rb
         
     | 
| 
       365 
     | 
    
         
            -
            - rails_app/rails_6.0/config/environments/development.rb
         
     | 
| 
       366 
     | 
    
         
            -
            - rails_app/rails_6.0/config/environments/production.rb
         
     | 
| 
       367 
     | 
    
         
            -
            - rails_app/rails_6.0/config/environments/test.rb
         
     | 
| 
       368 
     | 
    
         
            -
            - rails_app/rails_6.0/config/initializers/application_controller_renderer.rb
         
     | 
| 
       369 
     | 
    
         
            -
            - rails_app/rails_6.0/config/initializers/backtrace_silencers.rb
         
     | 
| 
       370 
     | 
    
         
            -
            - rails_app/rails_6.0/config/initializers/cors.rb
         
     | 
| 
       371 
     | 
    
         
            -
            - rails_app/rails_6.0/config/initializers/filter_parameter_logging.rb
         
     | 
| 
       372 
     | 
    
         
            -
            - rails_app/rails_6.0/config/initializers/inflections.rb
         
     | 
| 
       373 
     | 
    
         
            -
            - rails_app/rails_6.0/config/initializers/mime_types.rb
         
     | 
| 
       374 
     | 
    
         
            -
            - rails_app/rails_6.0/config/initializers/wrap_parameters.rb
         
     | 
| 
       375 
     | 
    
         
            -
            - rails_app/rails_6.0/config/locales/en.yml
         
     | 
| 
       376 
     | 
    
         
            -
            - rails_app/rails_6.0/config/routes.rb
         
     | 
| 
       377 
     | 
    
         
            -
            - rails_app/rails_6.0/config/spring.rb
         
     | 
| 
       378 
     | 
    
         
            -
            - rails_app/rails_6.0/public/robots.txt
         
     | 
| 
       379 
     | 
    
         
            -
            - rails_app/rails_6.0/spec/rails_helper.rb
         
     | 
| 
       380 
     | 
    
         
            -
            - rails_app/rails_6.0/spec/spec_helper.rb
         
     | 
| 
       381 
349 
     | 
    
         
             
            - rails_app/rails_6.1/.gitattributes
         
     | 
| 
       382 
350 
     | 
    
         
             
            - rails_app/rails_6.1/.gitignore
         
     | 
| 
       383 
351 
     | 
    
         
             
            - rails_app/rails_6.1/.rspec
         
     | 
| 
         @@ -461,14 +429,14 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       461 
429 
     | 
    
         
             
              requirements:
         
     | 
| 
       462 
430 
     | 
    
         
             
              - - ">="
         
     | 
| 
       463 
431 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       464 
     | 
    
         
            -
                  version:  
     | 
| 
      
 432 
     | 
    
         
            +
                  version: 3.0.0
         
     | 
| 
       465 
433 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       466 
434 
     | 
    
         
             
              requirements:
         
     | 
| 
       467 
435 
     | 
    
         
             
              - - ">="
         
     | 
| 
       468 
436 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       469 
437 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       470 
438 
     | 
    
         
             
            requirements: []
         
     | 
| 
       471 
     | 
    
         
            -
            rubygems_version: 3.4. 
     | 
| 
      
 439 
     | 
    
         
            +
            rubygems_version: 3.4.19
         
     | 
| 
       472 
440 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       473 
441 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       474 
442 
     | 
    
         
             
            summary: The framework of Web API Client
         
     | 
    
        data/gemfiles/rails_6.0.gemfile
    DELETED
    
    | 
         @@ -1,16 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            # frozen_string_literal: true
         
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
            # This file was generated by Appraisal
         
     | 
| 
       4 
     | 
    
         
            -
             
     | 
| 
       5 
     | 
    
         
            -
            source 'https://rubygems.org'
         
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
            git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
         
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
            gem 'activesupport', '~> 6.0.0'
         
     | 
| 
       10 
     | 
    
         
            -
            gem 'tzinfo', '~> 1.1'
         
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
            group :integrations, optional: true do
         
     | 
| 
       13 
     | 
    
         
            -
              gem 'bugsnag', '>= 6.11.0'
         
     | 
| 
       14 
     | 
    
         
            -
            end
         
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
            gemspec
         
     | 
    
        data/rails_app/rails_6.0/.rspec
    DELETED
    
    
    
        data/rails_app/rails_6.0/Gemfile
    DELETED
    
    | 
         @@ -1,18 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            # frozen_string_literal: true
         
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
            source 'https://rubygems.org'
         
     | 
| 
       4 
     | 
    
         
            -
            git_source(:github) { |repo| "https://github.com/#{repo}.git" }
         
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
            gem 'bootsnap', '>= 1.4.2', require: false
         
     | 
| 
       7 
     | 
    
         
            -
            gem 'my_api_client', path: '../..'
         
     | 
| 
       8 
     | 
    
         
            -
            gem "psych", "~> 3.0" # for Ruby 3.1
         
     | 
| 
       9 
     | 
    
         
            -
            gem 'rails', '~> 6.0.3'
         
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
            group :development, :test do
         
     | 
| 
       12 
     | 
    
         
            -
              gem 'byebug', platforms: %i[mri mingw x64_mingw]
         
     | 
| 
       13 
     | 
    
         
            -
              gem 'rspec-rails'
         
     | 
| 
       14 
     | 
    
         
            -
            end
         
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
            group :development do
         
     | 
| 
       17 
     | 
    
         
            -
              gem 'spring'
         
     | 
| 
       18 
     | 
    
         
            -
            end
         
     | 
| 
         @@ -1,188 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            PATH
         
     | 
| 
       2 
     | 
    
         
            -
              remote: ../..
         
     | 
| 
       3 
     | 
    
         
            -
              specs:
         
     | 
| 
       4 
     | 
    
         
            -
                my_api_client (0.24.0)
         
     | 
| 
       5 
     | 
    
         
            -
                  activesupport (>= 6.0.0)
         
     | 
| 
       6 
     | 
    
         
            -
                  faraday (>= 0.17.1)
         
     | 
| 
       7 
     | 
    
         
            -
                  jsonpath
         
     | 
| 
       8 
     | 
    
         
            -
                  sawyer (>= 0.8.2)
         
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
            GEM
         
     | 
| 
       11 
     | 
    
         
            -
              remote: https://rubygems.org/
         
     | 
| 
       12 
     | 
    
         
            -
              specs:
         
     | 
| 
       13 
     | 
    
         
            -
                actioncable (6.0.4.8)
         
     | 
| 
       14 
     | 
    
         
            -
                  actionpack (= 6.0.4.8)
         
     | 
| 
       15 
     | 
    
         
            -
                  nio4r (~> 2.0)
         
     | 
| 
       16 
     | 
    
         
            -
                  websocket-driver (>= 0.6.1)
         
     | 
| 
       17 
     | 
    
         
            -
                actionmailbox (6.0.4.8)
         
     | 
| 
       18 
     | 
    
         
            -
                  actionpack (= 6.0.4.8)
         
     | 
| 
       19 
     | 
    
         
            -
                  activejob (= 6.0.4.8)
         
     | 
| 
       20 
     | 
    
         
            -
                  activerecord (= 6.0.4.8)
         
     | 
| 
       21 
     | 
    
         
            -
                  activestorage (= 6.0.4.8)
         
     | 
| 
       22 
     | 
    
         
            -
                  activesupport (= 6.0.4.8)
         
     | 
| 
       23 
     | 
    
         
            -
                  mail (>= 2.7.1)
         
     | 
| 
       24 
     | 
    
         
            -
                actionmailer (6.0.4.8)
         
     | 
| 
       25 
     | 
    
         
            -
                  actionpack (= 6.0.4.8)
         
     | 
| 
       26 
     | 
    
         
            -
                  actionview (= 6.0.4.8)
         
     | 
| 
       27 
     | 
    
         
            -
                  activejob (= 6.0.4.8)
         
     | 
| 
       28 
     | 
    
         
            -
                  mail (~> 2.5, >= 2.5.4)
         
     | 
| 
       29 
     | 
    
         
            -
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       30 
     | 
    
         
            -
                actionpack (6.0.4.8)
         
     | 
| 
       31 
     | 
    
         
            -
                  actionview (= 6.0.4.8)
         
     | 
| 
       32 
     | 
    
         
            -
                  activesupport (= 6.0.4.8)
         
     | 
| 
       33 
     | 
    
         
            -
                  rack (~> 2.0, >= 2.0.8)
         
     | 
| 
       34 
     | 
    
         
            -
                  rack-test (>= 0.6.3)
         
     | 
| 
       35 
     | 
    
         
            -
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       36 
     | 
    
         
            -
                  rails-html-sanitizer (~> 1.0, >= 1.2.0)
         
     | 
| 
       37 
     | 
    
         
            -
                actiontext (6.0.4.8)
         
     | 
| 
       38 
     | 
    
         
            -
                  actionpack (= 6.0.4.8)
         
     | 
| 
       39 
     | 
    
         
            -
                  activerecord (= 6.0.4.8)
         
     | 
| 
       40 
     | 
    
         
            -
                  activestorage (= 6.0.4.8)
         
     | 
| 
       41 
     | 
    
         
            -
                  activesupport (= 6.0.4.8)
         
     | 
| 
       42 
     | 
    
         
            -
                  nokogiri (>= 1.8.5)
         
     | 
| 
       43 
     | 
    
         
            -
                actionview (6.0.4.8)
         
     | 
| 
       44 
     | 
    
         
            -
                  activesupport (= 6.0.4.8)
         
     | 
| 
       45 
     | 
    
         
            -
                  builder (~> 3.1)
         
     | 
| 
       46 
     | 
    
         
            -
                  erubi (~> 1.4)
         
     | 
| 
       47 
     | 
    
         
            -
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       48 
     | 
    
         
            -
                  rails-html-sanitizer (~> 1.1, >= 1.2.0)
         
     | 
| 
       49 
     | 
    
         
            -
                activejob (6.0.4.8)
         
     | 
| 
       50 
     | 
    
         
            -
                  activesupport (= 6.0.4.8)
         
     | 
| 
       51 
     | 
    
         
            -
                  globalid (>= 0.3.6)
         
     | 
| 
       52 
     | 
    
         
            -
                activemodel (6.0.4.8)
         
     | 
| 
       53 
     | 
    
         
            -
                  activesupport (= 6.0.4.8)
         
     | 
| 
       54 
     | 
    
         
            -
                activerecord (6.0.4.8)
         
     | 
| 
       55 
     | 
    
         
            -
                  activemodel (= 6.0.4.8)
         
     | 
| 
       56 
     | 
    
         
            -
                  activesupport (= 6.0.4.8)
         
     | 
| 
       57 
     | 
    
         
            -
                activestorage (6.0.4.8)
         
     | 
| 
       58 
     | 
    
         
            -
                  actionpack (= 6.0.4.8)
         
     | 
| 
       59 
     | 
    
         
            -
                  activejob (= 6.0.4.8)
         
     | 
| 
       60 
     | 
    
         
            -
                  activerecord (= 6.0.4.8)
         
     | 
| 
       61 
     | 
    
         
            -
                  marcel (~> 1.0.0)
         
     | 
| 
       62 
     | 
    
         
            -
                activesupport (6.0.4.8)
         
     | 
| 
       63 
     | 
    
         
            -
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         
     | 
| 
       64 
     | 
    
         
            -
                  i18n (>= 0.7, < 2)
         
     | 
| 
       65 
     | 
    
         
            -
                  minitest (~> 5.1)
         
     | 
| 
       66 
     | 
    
         
            -
                  tzinfo (~> 1.1)
         
     | 
| 
       67 
     | 
    
         
            -
                  zeitwerk (~> 2.2, >= 2.2.2)
         
     | 
| 
       68 
     | 
    
         
            -
                addressable (2.8.1)
         
     | 
| 
       69 
     | 
    
         
            -
                  public_suffix (>= 2.0.2, < 6.0)
         
     | 
| 
       70 
     | 
    
         
            -
                bootsnap (1.9.3)
         
     | 
| 
       71 
     | 
    
         
            -
                  msgpack (~> 1.0)
         
     | 
| 
       72 
     | 
    
         
            -
                builder (3.2.4)
         
     | 
| 
       73 
     | 
    
         
            -
                byebug (11.1.3)
         
     | 
| 
       74 
     | 
    
         
            -
                concurrent-ruby (1.1.10)
         
     | 
| 
       75 
     | 
    
         
            -
                crass (1.0.6)
         
     | 
| 
       76 
     | 
    
         
            -
                diff-lcs (1.4.4)
         
     | 
| 
       77 
     | 
    
         
            -
                erubi (1.10.0)
         
     | 
| 
       78 
     | 
    
         
            -
                faraday (2.7.4)
         
     | 
| 
       79 
     | 
    
         
            -
                  faraday-net_http (>= 2.0, < 3.1)
         
     | 
| 
       80 
     | 
    
         
            -
                  ruby2_keywords (>= 0.0.4)
         
     | 
| 
       81 
     | 
    
         
            -
                faraday-net_http (3.0.2)
         
     | 
| 
       82 
     | 
    
         
            -
                globalid (1.0.1)
         
     | 
| 
       83 
     | 
    
         
            -
                  activesupport (>= 5.0)
         
     | 
| 
       84 
     | 
    
         
            -
                i18n (1.12.0)
         
     | 
| 
       85 
     | 
    
         
            -
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       86 
     | 
    
         
            -
                jsonpath (1.1.2)
         
     | 
| 
       87 
     | 
    
         
            -
                  multi_json
         
     | 
| 
       88 
     | 
    
         
            -
                loofah (2.19.1)
         
     | 
| 
       89 
     | 
    
         
            -
                  crass (~> 1.0.2)
         
     | 
| 
       90 
     | 
    
         
            -
                  nokogiri (>= 1.5.9)
         
     | 
| 
       91 
     | 
    
         
            -
                mail (2.7.1)
         
     | 
| 
       92 
     | 
    
         
            -
                  mini_mime (>= 0.1.1)
         
     | 
| 
       93 
     | 
    
         
            -
                marcel (1.0.2)
         
     | 
| 
       94 
     | 
    
         
            -
                method_source (1.0.0)
         
     | 
| 
       95 
     | 
    
         
            -
                mini_mime (1.1.2)
         
     | 
| 
       96 
     | 
    
         
            -
                mini_portile2 (2.8.1)
         
     | 
| 
       97 
     | 
    
         
            -
                minitest (5.17.0)
         
     | 
| 
       98 
     | 
    
         
            -
                msgpack (1.4.2)
         
     | 
| 
       99 
     | 
    
         
            -
                multi_json (1.15.0)
         
     | 
| 
       100 
     | 
    
         
            -
                nio4r (2.5.8)
         
     | 
| 
       101 
     | 
    
         
            -
                nokogiri (1.14.3)
         
     | 
| 
       102 
     | 
    
         
            -
                  mini_portile2 (~> 2.8.0)
         
     | 
| 
       103 
     | 
    
         
            -
                  racc (~> 1.4)
         
     | 
| 
       104 
     | 
    
         
            -
                psych (3.3.2)
         
     | 
| 
       105 
     | 
    
         
            -
                public_suffix (5.0.1)
         
     | 
| 
       106 
     | 
    
         
            -
                racc (1.6.2)
         
     | 
| 
       107 
     | 
    
         
            -
                rack (2.2.6.4)
         
     | 
| 
       108 
     | 
    
         
            -
                rack-test (1.1.0)
         
     | 
| 
       109 
     | 
    
         
            -
                  rack (>= 1.0, < 3)
         
     | 
| 
       110 
     | 
    
         
            -
                rails (6.0.4.8)
         
     | 
| 
       111 
     | 
    
         
            -
                  actioncable (= 6.0.4.8)
         
     | 
| 
       112 
     | 
    
         
            -
                  actionmailbox (= 6.0.4.8)
         
     | 
| 
       113 
     | 
    
         
            -
                  actionmailer (= 6.0.4.8)
         
     | 
| 
       114 
     | 
    
         
            -
                  actionpack (= 6.0.4.8)
         
     | 
| 
       115 
     | 
    
         
            -
                  actiontext (= 6.0.4.8)
         
     | 
| 
       116 
     | 
    
         
            -
                  actionview (= 6.0.4.8)
         
     | 
| 
       117 
     | 
    
         
            -
                  activejob (= 6.0.4.8)
         
     | 
| 
       118 
     | 
    
         
            -
                  activemodel (= 6.0.4.8)
         
     | 
| 
       119 
     | 
    
         
            -
                  activerecord (= 6.0.4.8)
         
     | 
| 
       120 
     | 
    
         
            -
                  activestorage (= 6.0.4.8)
         
     | 
| 
       121 
     | 
    
         
            -
                  activesupport (= 6.0.4.8)
         
     | 
| 
       122 
     | 
    
         
            -
                  bundler (>= 1.3.0)
         
     | 
| 
       123 
     | 
    
         
            -
                  railties (= 6.0.4.8)
         
     | 
| 
       124 
     | 
    
         
            -
                  sprockets-rails (>= 2.0.0)
         
     | 
| 
       125 
     | 
    
         
            -
                rails-dom-testing (2.0.3)
         
     | 
| 
       126 
     | 
    
         
            -
                  activesupport (>= 4.2.0)
         
     | 
| 
       127 
     | 
    
         
            -
                  nokogiri (>= 1.6)
         
     | 
| 
       128 
     | 
    
         
            -
                rails-html-sanitizer (1.4.4)
         
     | 
| 
       129 
     | 
    
         
            -
                  loofah (~> 2.19, >= 2.19.1)
         
     | 
| 
       130 
     | 
    
         
            -
                railties (6.0.4.8)
         
     | 
| 
       131 
     | 
    
         
            -
                  actionpack (= 6.0.4.8)
         
     | 
| 
       132 
     | 
    
         
            -
                  activesupport (= 6.0.4.8)
         
     | 
| 
       133 
     | 
    
         
            -
                  method_source
         
     | 
| 
       134 
     | 
    
         
            -
                  rake (>= 0.8.7)
         
     | 
| 
       135 
     | 
    
         
            -
                  thor (>= 0.20.3, < 2.0)
         
     | 
| 
       136 
     | 
    
         
            -
                rake (13.0.6)
         
     | 
| 
       137 
     | 
    
         
            -
                rspec-core (3.9.2)
         
     | 
| 
       138 
     | 
    
         
            -
                  rspec-support (~> 3.9.3)
         
     | 
| 
       139 
     | 
    
         
            -
                rspec-expectations (3.9.2)
         
     | 
| 
       140 
     | 
    
         
            -
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
       141 
     | 
    
         
            -
                  rspec-support (~> 3.9.0)
         
     | 
| 
       142 
     | 
    
         
            -
                rspec-mocks (3.9.1)
         
     | 
| 
       143 
     | 
    
         
            -
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
       144 
     | 
    
         
            -
                  rspec-support (~> 3.9.0)
         
     | 
| 
       145 
     | 
    
         
            -
                rspec-rails (4.0.1)
         
     | 
| 
       146 
     | 
    
         
            -
                  actionpack (>= 4.2)
         
     | 
| 
       147 
     | 
    
         
            -
                  activesupport (>= 4.2)
         
     | 
| 
       148 
     | 
    
         
            -
                  railties (>= 4.2)
         
     | 
| 
       149 
     | 
    
         
            -
                  rspec-core (~> 3.9)
         
     | 
| 
       150 
     | 
    
         
            -
                  rspec-expectations (~> 3.9)
         
     | 
| 
       151 
     | 
    
         
            -
                  rspec-mocks (~> 3.9)
         
     | 
| 
       152 
     | 
    
         
            -
                  rspec-support (~> 3.9)
         
     | 
| 
       153 
     | 
    
         
            -
                rspec-support (3.9.3)
         
     | 
| 
       154 
     | 
    
         
            -
                ruby2_keywords (0.0.5)
         
     | 
| 
       155 
     | 
    
         
            -
                sawyer (0.9.2)
         
     | 
| 
       156 
     | 
    
         
            -
                  addressable (>= 2.3.5)
         
     | 
| 
       157 
     | 
    
         
            -
                  faraday (>= 0.17.3, < 3)
         
     | 
| 
       158 
     | 
    
         
            -
                spring (2.1.1)
         
     | 
| 
       159 
     | 
    
         
            -
                sprockets (4.0.3)
         
     | 
| 
       160 
     | 
    
         
            -
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       161 
     | 
    
         
            -
                  rack (> 1, < 3)
         
     | 
| 
       162 
     | 
    
         
            -
                sprockets-rails (3.4.2)
         
     | 
| 
       163 
     | 
    
         
            -
                  actionpack (>= 5.2)
         
     | 
| 
       164 
     | 
    
         
            -
                  activesupport (>= 5.2)
         
     | 
| 
       165 
     | 
    
         
            -
                  sprockets (>= 3.0.0)
         
     | 
| 
       166 
     | 
    
         
            -
                thor (1.2.1)
         
     | 
| 
       167 
     | 
    
         
            -
                thread_safe (0.3.6)
         
     | 
| 
       168 
     | 
    
         
            -
                tzinfo (1.2.10)
         
     | 
| 
       169 
     | 
    
         
            -
                  thread_safe (~> 0.1)
         
     | 
| 
       170 
     | 
    
         
            -
                websocket-driver (0.7.5)
         
     | 
| 
       171 
     | 
    
         
            -
                  websocket-extensions (>= 0.1.0)
         
     | 
| 
       172 
     | 
    
         
            -
                websocket-extensions (0.1.5)
         
     | 
| 
       173 
     | 
    
         
            -
                zeitwerk (2.6.6)
         
     | 
| 
       174 
     | 
    
         
            -
             
     | 
| 
       175 
     | 
    
         
            -
            PLATFORMS
         
     | 
| 
       176 
     | 
    
         
            -
              ruby
         
     | 
| 
       177 
     | 
    
         
            -
             
     | 
| 
       178 
     | 
    
         
            -
            DEPENDENCIES
         
     | 
| 
       179 
     | 
    
         
            -
              bootsnap (>= 1.4.2)
         
     | 
| 
       180 
     | 
    
         
            -
              byebug
         
     | 
| 
       181 
     | 
    
         
            -
              my_api_client!
         
     | 
| 
       182 
     | 
    
         
            -
              psych (~> 3.0)
         
     | 
| 
       183 
     | 
    
         
            -
              rails (~> 6.0.3)
         
     | 
| 
       184 
     | 
    
         
            -
              rspec-rails
         
     | 
| 
       185 
     | 
    
         
            -
              spring
         
     | 
| 
       186 
     | 
    
         
            -
             
     | 
| 
       187 
     | 
    
         
            -
            BUNDLED WITH
         
     | 
| 
       188 
     | 
    
         
            -
               2.2.4
         
     | 
| 
         @@ -1,24 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            # README
         
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
            This README would normally document whatever steps are necessary to get the
         
     | 
| 
       4 
     | 
    
         
            -
            application up and running.
         
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
            Things you may want to cover:
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
            * Ruby version
         
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
            * System dependencies
         
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
            * Configuration
         
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
            * Database creation
         
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
            * Database initialization
         
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
            * How to run the test suite
         
     | 
| 
       19 
     | 
    
         
            -
             
     | 
| 
       20 
     | 
    
         
            -
            * Services (job queues, cache servers, search engines, etc.)
         
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
       22 
     | 
    
         
            -
            * Deployment instructions
         
     | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
       24 
     | 
    
         
            -
            * ...
         
     | 
| 
         @@ -1,8 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            # frozen_string_literal: true
         
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
            # Add your own tasks in files placed in lib/tasks ending in .rake,
         
     | 
| 
       4 
     | 
    
         
            -
            # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
         
     | 
| 
       5 
     | 
    
         
            -
             
     | 
| 
       6 
     | 
    
         
            -
            require_relative 'config/application'
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
            Rails.application.load_tasks
         
     | 
| 
         @@ -1,9 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            # frozen_string_literal: true
         
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
       3 
     | 
    
         
            -
            class ApplicationJob < ActiveJob::Base
         
     | 
| 
       4 
     | 
    
         
            -
              # Automatically retry jobs that encountered a deadlock
         
     | 
| 
       5 
     | 
    
         
            -
              # retry_on ActiveRecord::Deadlocked
         
     | 
| 
       6 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
              # Most jobs are safe to ignore if the underlying records are no longer available
         
     | 
| 
       8 
     | 
    
         
            -
              # discard_on ActiveJob::DeserializationError
         
     | 
| 
       9 
     | 
    
         
            -
            end
         
     |