cybrid_api_id_ruby 0.115.124 → 0.115.126
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/Gemfile.lock +2 -2
- data/README.md +5 -5
- data/cybrid_api_id_ruby.gemspec +1 -1
- data/lib/cybrid_api_id_ruby/api/bank_applications_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/customer_tokens_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/organization_applications_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/users_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api_client.rb +1 -1
- data/lib/cybrid_api_id_ruby/api_error.rb +1 -1
- data/lib/cybrid_api_id_ruby/configuration.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_list_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_with_secret_all_of_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_with_secret_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/customer_token_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/error_response_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_bank_application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_customer_token_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_organization_application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_user_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/user_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/user_list_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/version.rb +2 -2
- data/lib/cybrid_api_id_ruby.rb +1 -1
- data/spec/api/bank_applications_idp_api_spec.rb +1 -1
- data/spec/api/customer_tokens_idp_api_spec.rb +1 -1
- data/spec/api/organization_applications_idp_api_spec.rb +1 -1
- data/spec/api/users_idp_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/application_idp_model_spec.rb +1 -1
- data/spec/models/application_list_idp_model_spec.rb +1 -1
- data/spec/models/application_with_secret_all_of_idp_model_spec.rb +1 -1
- data/spec/models/application_with_secret_idp_model_spec.rb +1 -1
- data/spec/models/customer_token_idp_model_spec.rb +1 -1
- data/spec/models/error_response_idp_model_spec.rb +1 -1
- data/spec/models/post_bank_application_idp_model_spec.rb +1 -1
- data/spec/models/post_customer_token_idp_model_spec.rb +1 -1
- data/spec/models/post_organization_application_idp_model_spec.rb +1 -1
- data/spec/models/post_user_idp_model_spec.rb +1 -1
- data/spec/models/user_idp_model_spec.rb +1 -1
- data/spec/models/user_list_idp_model_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/cache/parser-3.3.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.2/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.7.3/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/gauntlet_parser.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.1.0/lib/parser/all.rb +17 -0
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ast/processor.rb +3 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/current.rb +18 -18
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/macruby.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby18.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby19.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby20.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby21.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby22.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby23.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby24.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby25.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby26.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby27.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby30.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby31.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby32.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby33.rb +5 -5
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby34.rb +4 -4
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/rubymotion.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/runner/ruby_parse.rb +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/runner/ruby_rewrite.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/runner.rb +19 -19
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/buffer.rb +6 -1
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/tree_rewriter/action.rb +5 -4
- data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.1.0/lib/parser/static_environment.rb +134 -0
- data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.1.0/lib/parser/unknown_encoding_in_magic_comment_error.rb +15 -0
- data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/version.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.1.0/lib/parser.rb +91 -0
- data/vendor/bundle/ruby/3.2.0/specifications/{parser-3.3.0.5.gemspec → parser-3.3.1.0.gemspec} +4 -4
- metadata +85 -84
- data/vendor/bundle/ruby/3.2.0/cache/parser-3.3.0.5.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.5/lib/parser/all.rb +0 -17
- data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.5/lib/parser/static_environment.rb +0 -99
- data/vendor/bundle/ruby/3.2.0/gems/parser-3.3.0.5/lib/parser.rb +0 -90
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/bin/ruby-parse +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/bin/ruby-rewrite +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ast/node.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/base.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/builders/default.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/clobbering_error.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/color.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/context.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/current_arg_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/deprecation.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/diagnostic/engine.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/diagnostic.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/lexer/dedenter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/lexer/explanation.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/lexer/literal.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/lexer/stack_state.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/lexer-F0.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/lexer-F1.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/lexer-strings.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/max_numparam_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/messages.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/meta.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/ruby28.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/comment/associator.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/comment.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/collection.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/condition.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/constant.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/definition.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/for.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/heredoc.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/index.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/keyword.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/method_definition.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/objc_kwarg.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/operator.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/rescue_body.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/send.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/ternary.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map/variable.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/map.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/range.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/rewriter/action.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/source/tree_rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/syntax_error.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/tree_rewriter.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/lib/parser/variables_stack.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{parser-3.3.0.5 → parser-3.3.1.0}/parser.gemspec +0 -0
|
@@ -5,7 +5,7 @@ checking for yaml_get_version() in -lyaml... yes
|
|
|
5
5
|
creating Makefile
|
|
6
6
|
|
|
7
7
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/psych-5.1.2/ext/psych
|
|
8
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
8
|
+
make DESTDIR\= sitearchdir\=./.gem.20240429-3662-ubydff sitelibdir\=./.gem.20240429-3662-ubydff clean
|
|
9
9
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/psych-5.1.2/ext/psych'
|
|
10
10
|
cd libyaml && make clean
|
|
11
11
|
/bin/sh: 1: cd: can't cd to libyaml
|
|
@@ -13,7 +13,7 @@ make[1]: [Makefile:283: clean-so] Error 2 (ignored)
|
|
|
13
13
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/psych-5.1.2/ext/psych'
|
|
14
14
|
|
|
15
15
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/psych-5.1.2/ext/psych
|
|
16
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
16
|
+
make DESTDIR\= sitearchdir\=./.gem.20240429-3662-ubydff sitelibdir\=./.gem.20240429-3662-ubydff
|
|
17
17
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/psych-5.1.2/ext/psych'
|
|
18
18
|
compiling psych.c
|
|
19
19
|
compiling psych_emitter.c
|
|
@@ -24,13 +24,13 @@ linking shared-object psych.so
|
|
|
24
24
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/psych-5.1.2/ext/psych'
|
|
25
25
|
|
|
26
26
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/psych-5.1.2/ext/psych
|
|
27
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
27
|
+
make DESTDIR\= sitearchdir\=./.gem.20240429-3662-ubydff sitelibdir\=./.gem.20240429-3662-ubydff install
|
|
28
28
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/psych-5.1.2/ext/psych'
|
|
29
|
-
/usr/bin/install -c -m 0755 psych.so ./.gem.
|
|
29
|
+
/usr/bin/install -c -m 0755 psych.so ./.gem.20240429-3662-ubydff
|
|
30
30
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/psych-5.1.2/ext/psych'
|
|
31
31
|
|
|
32
32
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/psych-5.1.2/ext/psych
|
|
33
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
33
|
+
make DESTDIR\= sitearchdir\=./.gem.20240429-3662-ubydff sitelibdir\=./.gem.20240429-3662-ubydff clean
|
|
34
34
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/psych-5.1.2/ext/psych'
|
|
35
35
|
cd libyaml && make clean
|
|
36
36
|
/bin/sh: 1: cd: can't cd to libyaml
|
|
@@ -3,24 +3,24 @@ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendo
|
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse
|
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20240429-3662-tznre3 sitelibdir\=./.gem.20240429-3662-tznre3 clean
|
|
7
7
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse'
|
|
8
8
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse'
|
|
9
9
|
|
|
10
10
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse
|
|
11
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
11
|
+
make DESTDIR\= sitearchdir\=./.gem.20240429-3662-tznre3 sitelibdir\=./.gem.20240429-3662-tznre3
|
|
12
12
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse'
|
|
13
13
|
compiling cparse.c
|
|
14
14
|
linking shared-object racc/cparse.so
|
|
15
15
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse'
|
|
16
16
|
|
|
17
17
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse
|
|
18
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20240429-3662-tznre3 sitelibdir\=./.gem.20240429-3662-tznre3 install
|
|
19
19
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse'
|
|
20
|
-
/usr/bin/install -c -m 0755 cparse.so ./.gem.
|
|
20
|
+
/usr/bin/install -c -m 0755 cparse.so ./.gem.20240429-3662-tznre3/racc
|
|
21
21
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse'
|
|
22
22
|
|
|
23
23
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse
|
|
24
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
24
|
+
make DESTDIR\= sitearchdir\=./.gem.20240429-3662-tznre3 sitelibdir\=./.gem.20240429-3662-tznre3 clean
|
|
25
25
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse'
|
|
26
26
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.7.3/ext/racc/cparse'
|
|
@@ -3,24 +3,24 @@ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendo
|
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
|
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20240429-3662-z35u9m sitelibdir\=./.gem.20240429-3662-z35u9m clean
|
|
7
7
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
|
|
8
8
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
|
|
9
9
|
|
|
10
10
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
|
|
11
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
11
|
+
make DESTDIR\= sitearchdir\=./.gem.20240429-3662-z35u9m sitelibdir\=./.gem.20240429-3662-z35u9m
|
|
12
12
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
|
|
13
13
|
compiling stringio.c
|
|
14
14
|
linking shared-object stringio.so
|
|
15
15
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
|
|
16
16
|
|
|
17
17
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
|
|
18
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20240429-3662-z35u9m sitelibdir\=./.gem.20240429-3662-z35u9m install
|
|
19
19
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
|
|
20
|
-
/usr/bin/install -c -m 0755 stringio.so ./.gem.
|
|
20
|
+
/usr/bin/install -c -m 0755 stringio.so ./.gem.20240429-3662-z35u9m
|
|
21
21
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
|
|
22
22
|
|
|
23
23
|
current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
|
|
24
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
24
|
+
make DESTDIR\= sitearchdir\=./.gem.20240429-3662-z35u9m sitelibdir\=./.gem.20240429-3662-z35u9m clean
|
|
25
25
|
make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
|
|
26
26
|
make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
require_relative 'ruby18'
|
|
4
|
+
require_relative 'ruby19'
|
|
5
|
+
require_relative 'ruby20'
|
|
6
|
+
require_relative 'ruby21'
|
|
7
|
+
require_relative 'ruby22'
|
|
8
|
+
require_relative 'ruby23'
|
|
9
|
+
require_relative 'ruby24'
|
|
10
|
+
require_relative 'ruby25'
|
|
11
|
+
require_relative 'ruby26'
|
|
12
|
+
require_relative 'ruby27'
|
|
13
|
+
require_relative 'ruby30'
|
|
14
|
+
require_relative 'ruby31'
|
|
15
|
+
require_relative 'ruby32'
|
|
16
|
+
require_relative 'ruby33'
|
|
17
|
+
require_relative 'ruby34'
|
|
@@ -17,7 +17,7 @@ module Parser
|
|
|
17
17
|
warn_syntax_deviation 'parser/ruby20', current_version
|
|
18
18
|
end
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
require_relative 'ruby20'
|
|
21
21
|
CurrentRuby = Ruby20
|
|
22
22
|
|
|
23
23
|
when /^2\.1\./
|
|
@@ -26,7 +26,7 @@ module Parser
|
|
|
26
26
|
warn_syntax_deviation 'parser/ruby21', current_version
|
|
27
27
|
end
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
require_relative 'ruby21'
|
|
30
30
|
CurrentRuby = Ruby21
|
|
31
31
|
|
|
32
32
|
when /^2\.2\./
|
|
@@ -35,7 +35,7 @@ module Parser
|
|
|
35
35
|
warn_syntax_deviation 'parser/ruby22', current_version
|
|
36
36
|
end
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
require_relative 'ruby22'
|
|
39
39
|
CurrentRuby = Ruby22
|
|
40
40
|
|
|
41
41
|
when /^2\.3\./
|
|
@@ -44,7 +44,7 @@ module Parser
|
|
|
44
44
|
warn_syntax_deviation 'parser/ruby23', current_version
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
require_relative 'ruby23'
|
|
48
48
|
CurrentRuby = Ruby23
|
|
49
49
|
|
|
50
50
|
when /^2\.4\./
|
|
@@ -53,7 +53,7 @@ module Parser
|
|
|
53
53
|
warn_syntax_deviation 'parser/ruby24', current_version
|
|
54
54
|
end
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
require_relative 'ruby24'
|
|
57
57
|
CurrentRuby = Ruby24
|
|
58
58
|
|
|
59
59
|
when /^2\.5\./
|
|
@@ -62,7 +62,7 @@ module Parser
|
|
|
62
62
|
warn_syntax_deviation 'parser/ruby25', current_version
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
require_relative 'ruby25'
|
|
66
66
|
CurrentRuby = Ruby25
|
|
67
67
|
|
|
68
68
|
when /^2\.6\./
|
|
@@ -71,7 +71,7 @@ module Parser
|
|
|
71
71
|
warn_syntax_deviation 'parser/ruby26', current_version
|
|
72
72
|
end
|
|
73
73
|
|
|
74
|
-
|
|
74
|
+
require_relative 'ruby26'
|
|
75
75
|
CurrentRuby = Ruby26
|
|
76
76
|
|
|
77
77
|
when /^2\.7\./
|
|
@@ -80,43 +80,43 @@ module Parser
|
|
|
80
80
|
warn_syntax_deviation 'parser/ruby27', current_version
|
|
81
81
|
end
|
|
82
82
|
|
|
83
|
-
|
|
83
|
+
require_relative 'ruby27'
|
|
84
84
|
CurrentRuby = Ruby27
|
|
85
85
|
|
|
86
86
|
when /^3\.0\./
|
|
87
|
-
current_version = '3.0.
|
|
87
|
+
current_version = '3.0.7'
|
|
88
88
|
if RUBY_VERSION != current_version
|
|
89
89
|
warn_syntax_deviation 'parser/ruby30', current_version
|
|
90
90
|
end
|
|
91
91
|
|
|
92
|
-
|
|
92
|
+
require_relative 'ruby30'
|
|
93
93
|
CurrentRuby = Ruby30
|
|
94
94
|
|
|
95
95
|
when /^3\.1\./
|
|
96
|
-
current_version = '3.1.
|
|
96
|
+
current_version = '3.1.5'
|
|
97
97
|
if RUBY_VERSION != current_version
|
|
98
98
|
warn_syntax_deviation 'parser/ruby31', current_version
|
|
99
99
|
end
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
require_relative 'ruby31'
|
|
102
102
|
CurrentRuby = Ruby31
|
|
103
103
|
|
|
104
104
|
when /^3\.2\./
|
|
105
|
-
current_version = '3.2.
|
|
105
|
+
current_version = '3.2.4'
|
|
106
106
|
if RUBY_VERSION != current_version
|
|
107
107
|
warn_syntax_deviation 'parser/ruby32', current_version
|
|
108
108
|
end
|
|
109
109
|
|
|
110
|
-
|
|
110
|
+
require_relative 'ruby32'
|
|
111
111
|
CurrentRuby = Ruby32
|
|
112
112
|
|
|
113
113
|
when /^3\.3\./
|
|
114
|
-
current_version = '3.3.
|
|
114
|
+
current_version = '3.3.1'
|
|
115
115
|
if RUBY_VERSION != current_version
|
|
116
116
|
warn_syntax_deviation 'parser/ruby33', current_version
|
|
117
117
|
end
|
|
118
118
|
|
|
119
|
-
|
|
119
|
+
require_relative 'ruby33'
|
|
120
120
|
CurrentRuby = Ruby33
|
|
121
121
|
|
|
122
122
|
when /^3\.4\./
|
|
@@ -125,13 +125,13 @@ module Parser
|
|
|
125
125
|
warn_syntax_deviation 'parser/ruby34', current_version
|
|
126
126
|
end
|
|
127
127
|
|
|
128
|
-
|
|
128
|
+
require_relative 'ruby34'
|
|
129
129
|
CurrentRuby = Ruby34
|
|
130
130
|
|
|
131
131
|
else # :nocov:
|
|
132
132
|
# Keep this in sync with released Ruby.
|
|
133
133
|
warn_syntax_deviation 'parser/ruby33', '3.3.x'
|
|
134
|
-
|
|
134
|
+
require_relative 'ruby33'
|
|
135
135
|
CurrentRuby = Ruby33
|
|
136
136
|
end
|
|
137
137
|
end
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
require 'racc/parser.rb'
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
require_relative '../parser'
|
|
12
12
|
|
|
13
13
|
module Parser
|
|
14
14
|
class Ruby33 < Parser::Base
|
|
@@ -9905,7 +9905,7 @@ def _reduce_291(val, _values, result)
|
|
|
9905
9905
|
end
|
|
9906
9906
|
|
|
9907
9907
|
if @context.in_dynamic_block? && context.in_def &&
|
|
9908
|
-
@static_env.
|
|
9908
|
+
@static_env.declared_anonymous_blockarg_in_current_scpe? && @static_env.parent_has_anonymous_blockarg?
|
|
9909
9909
|
diagnostic :error, :ambiguous_anonymous_blockarg, nil, val[0]
|
|
9910
9910
|
end
|
|
9911
9911
|
|
|
@@ -9958,7 +9958,7 @@ def _reduce_299(val, _values, result)
|
|
|
9958
9958
|
end
|
|
9959
9959
|
|
|
9960
9960
|
if @context.in_dynamic_block? && context.in_def &&
|
|
9961
|
-
@static_env.
|
|
9961
|
+
@static_env.declared_anonymous_restarg_in_current_scope? && @static_env.parent_has_anonymous_restarg?
|
|
9962
9962
|
diagnostic :error, :ambiguous_anonymous_restarg, nil, val[0]
|
|
9963
9963
|
end
|
|
9964
9964
|
|
|
@@ -10977,7 +10977,7 @@ end
|
|
|
10977
10977
|
|
|
10978
10978
|
def _reduce_457(val, _values, result)
|
|
10979
10979
|
result = @context.in_kwarg
|
|
10980
|
-
|
|
10980
|
+
|
|
10981
10981
|
@lexer.state = :expr_beg
|
|
10982
10982
|
@lexer.command_start = false
|
|
10983
10983
|
@context.in_kwarg = true
|
|
@@ -12492,7 +12492,7 @@ def _reduce_715(val, _values, result)
|
|
|
12492
12492
|
end
|
|
12493
12493
|
|
|
12494
12494
|
if @context.in_dynamic_block? && context.in_def &&
|
|
12495
|
-
@static_env.
|
|
12495
|
+
@static_env.declared_anonymous_kwrestarg_in_current_scope? && @static_env.parent_has_anonymous_kwrestarg?
|
|
12496
12496
|
diagnostic :error, :ambiguous_anonymous_kwrestarg, nil, val[0]
|
|
12497
12497
|
end
|
|
12498
12498
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
require 'racc/parser.rb'
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
require_relative '../parser'
|
|
12
12
|
|
|
13
13
|
module Parser
|
|
14
14
|
class Ruby34 < Parser::Base
|
|
@@ -9905,7 +9905,7 @@ def _reduce_291(val, _values, result)
|
|
|
9905
9905
|
end
|
|
9906
9906
|
|
|
9907
9907
|
if @context.in_dynamic_block? && context.in_def &&
|
|
9908
|
-
@static_env.
|
|
9908
|
+
@static_env.declared_anonymous_blockarg_in_current_scpe? && @static_env.parent_has_anonymous_blockarg?
|
|
9909
9909
|
diagnostic :error, :ambiguous_anonymous_blockarg, nil, val[0]
|
|
9910
9910
|
end
|
|
9911
9911
|
|
|
@@ -9958,7 +9958,7 @@ def _reduce_299(val, _values, result)
|
|
|
9958
9958
|
end
|
|
9959
9959
|
|
|
9960
9960
|
if @context.in_dynamic_block? && context.in_def &&
|
|
9961
|
-
@static_env.
|
|
9961
|
+
@static_env.declared_anonymous_restarg_in_current_scope? && @static_env.parent_has_anonymous_restarg?
|
|
9962
9962
|
diagnostic :error, :ambiguous_anonymous_restarg, nil, val[0]
|
|
9963
9963
|
end
|
|
9964
9964
|
|
|
@@ -12492,7 +12492,7 @@ def _reduce_715(val, _values, result)
|
|
|
12492
12492
|
end
|
|
12493
12493
|
|
|
12494
12494
|
if @context.in_dynamic_block? && context.in_def &&
|
|
12495
|
-
@static_env.
|
|
12495
|
+
@static_env.declared_anonymous_kwrestarg_in_current_scope? && @static_env.parent_has_anonymous_kwrestarg?
|
|
12496
12496
|
diagnostic :error, :ambiguous_anonymous_kwrestarg, nil, val[0]
|
|
12497
12497
|
end
|
|
12498
12498
|
|