cybrid_api_id_ruby 0.125.276 → 0.125.296
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 +44 -4
- 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/patch_user_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/patch_user_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.3.0/cache/date-3.5.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/psych-5.3.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-12.0.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/{gems/date-3.5.0/lib → extensions/x86_64-linux/3.3.0/date-3.5.1}/date_core.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/gem_make.out +32 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.2.6 → psych-5.3.0}/gem_make.out +18 -20
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.3.0/mkmf.log +41 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.2.6 → psych-5.3.0}/psych.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.9/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/date_core.c +45 -46
- data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/lib/date.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/{extensions/x86_64-linux/3.3.0/date-3.5.0 → gems/date-3.5.1/lib}/date_core.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/README.md +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/Makefile +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/extconf.rb +5 -2
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_to_ruby.c +7 -6
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/core_ext.rb +1 -5
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes/node.rb +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/scalar_scanner.rb +3 -2
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/versions.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/to_ruby.rb +4 -3
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych.rb +7 -6
- data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych.so +0 -0
- data/vendor/bundle/ruby/3.3.0/specifications/ast-2.4.3.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/byebug-12.0.0.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/coderay-1.1.3.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/{date-3.5.0.gemspec → date-3.5.1.gemspec} +4 -4
- data/vendor/bundle/ruby/3.3.0/specifications/diff-lcs-1.6.2.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/ethon-0.15.0.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/ffi-1.17.2-x86_64-linux-gnu.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/jaro_winkler-1.5.6.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/method_source-1.1.0.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/parallel-1.27.0.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/parser-3.3.10.0.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/pry-0.15.2.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/pry-byebug-3.11.0.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/{psych-5.2.6.gemspec → psych-5.3.0.gemspec} +5 -5
- data/vendor/bundle/ruby/3.3.0/specifications/racc-1.8.1.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/rainbow-3.1.1.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/rake-13.0.6.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-3.13.2.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-core-3.13.6.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-expectations-3.13.5.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-mocks-3.13.7.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/rspec-support-3.13.6.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/rubocop-0.66.0.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/ruby-progressbar-1.13.0.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/stringio-3.1.9.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.5.0.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/unicode-display_width-1.5.0.gemspec +1 -1
- metadata +83 -83
- data/vendor/bundle/ruby/3.3.0/cache/date-3.5.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/psych-5.2.6.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.0/gem_make.out +0 -32
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.6/mkmf.log +0 -105
- /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{date-3.5.0 → date-3.5.1}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{date-3.5.0 → date-3.5.1}/mkmf.log +0 -0
- /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.2.6 → psych-5.3.0}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/BSDL +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/COPYING +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/README.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/Makefile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/date_parse.c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/date_strftime.c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/date_strptime.c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/date_tmx.h +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/extconf.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/prereq.mk +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/zonetab.h +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{date-3.5.0 → date-3.5.1}/ext/date/zonetab.list +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/depend +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych.c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych.h +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_emitter.c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_emitter.h +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_parser.c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_parser.h +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_to_ruby.h +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_yaml_tree.c +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/ext/psych/psych_yaml_tree.h +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/class_loader.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/coder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/exception.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/handler.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/handlers/document_stream.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/handlers/recorder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/json/ruby_events.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/json/stream.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/json/tree_builder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/json/yaml_events.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes/alias.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes/document.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes/mapping.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes/scalar.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes/sequence.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes/stream.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/nodes.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/omap.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/parser.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/set.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/stream.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/streaming.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/syntax_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/tree_builder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/depth_first.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/emitter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/json_tree.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/visitor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/yaml_tree.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/y.rb +0 -0
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
pkg_config: checking for pkg-config for yaml-0.1... -------------------- [" ", "", "-lyaml"]
|
|
2
|
-
|
|
3
|
-
LD_LIBRARY_PATH=.:/usr/local/lib pkg-config --exists yaml-0.1
|
|
4
|
-
LD_LIBRARY_PATH=.:/usr/local/lib pkg-config --libs yaml-0.1 |
|
|
5
|
-
=> "-lyaml\n"
|
|
6
|
-
LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.3.0/x86_64-linux -I/usr/local/include/ruby-3.3.0/ruby/backward -I/usr/local/include/ruby-3.3.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lpthread -lc"
|
|
7
|
-
checked program was:
|
|
8
|
-
/* begin */
|
|
9
|
-
1: #include "ruby.h"
|
|
10
|
-
2:
|
|
11
|
-
3: int main(int argc, char **argv)
|
|
12
|
-
4: {
|
|
13
|
-
5: return !!argv[argc];
|
|
14
|
-
6: }
|
|
15
|
-
/* end */
|
|
16
|
-
|
|
17
|
-
LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.3.0/x86_64-linux -I/usr/local/include/ruby-3.3.0/ruby/backward -I/usr/local/include/ruby-3.3.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lyaml -lm -lpthread -lc"
|
|
18
|
-
checked program was:
|
|
19
|
-
/* begin */
|
|
20
|
-
1: #include "ruby.h"
|
|
21
|
-
2:
|
|
22
|
-
3: int main(int argc, char **argv)
|
|
23
|
-
4: {
|
|
24
|
-
5: return !!argv[argc];
|
|
25
|
-
6: }
|
|
26
|
-
/* end */
|
|
27
|
-
|
|
28
|
-
LD_LIBRARY_PATH=.:/usr/local/lib pkg-config --cflags-only-I yaml-0.1 |
|
|
29
|
-
=> "\n"
|
|
30
|
-
LD_LIBRARY_PATH=.:/usr/local/lib pkg-config --cflags-only-other yaml-0.1 |
|
|
31
|
-
=> "\n"
|
|
32
|
-
LD_LIBRARY_PATH=.:/usr/local/lib pkg-config --libs-only-l yaml-0.1 |
|
|
33
|
-
=> "-lyaml\n"
|
|
34
|
-
package configuration for yaml-0.1
|
|
35
|
-
incflags:
|
|
36
|
-
cflags:
|
|
37
|
-
ldflags:
|
|
38
|
-
libs: -lyaml
|
|
39
|
-
|
|
40
|
-
--------------------
|
|
41
|
-
|
|
42
|
-
find_header: checking for yaml.h... -------------------- yes
|
|
43
|
-
|
|
44
|
-
LD_LIBRARY_PATH=.:/usr/local/lib "gcc -I/usr/local/include/ruby-3.3.0/x86_64-linux -I/usr/local/include/ruby-3.3.0/ruby/backward -I/usr/local/include/ruby-3.3.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -c conftest.c"
|
|
45
|
-
checked program was:
|
|
46
|
-
/* begin */
|
|
47
|
-
1: #include "ruby.h"
|
|
48
|
-
2:
|
|
49
|
-
3: #include <yaml.h>
|
|
50
|
-
/* end */
|
|
51
|
-
|
|
52
|
-
--------------------
|
|
53
|
-
|
|
54
|
-
find_library: checking for yaml_get_version() in -lyaml... -------------------- yes
|
|
55
|
-
|
|
56
|
-
LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.3.0/x86_64-linux -I/usr/local/include/ruby-3.3.0/ruby/backward -I/usr/local/include/ruby-3.3.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lyaml -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lyaml -lyaml -lm -lpthread -lc"
|
|
57
|
-
conftest.c: In function ‘t’:
|
|
58
|
-
conftest.c:14:57: error: ‘yaml_get_version’ undeclared (first use in this function)
|
|
59
|
-
14 | int t(void) { void ((*volatile p)()); p = (void ((*)()))yaml_get_version; return !p; }
|
|
60
|
-
| ^~~~~~~~~~~~~~~~
|
|
61
|
-
conftest.c:14:57: note: each undeclared identifier is reported only once for each function it appears in
|
|
62
|
-
conftest.c: At top level:
|
|
63
|
-
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
|
|
64
|
-
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
|
|
65
|
-
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
|
|
66
|
-
checked program was:
|
|
67
|
-
/* begin */
|
|
68
|
-
1: #include "ruby.h"
|
|
69
|
-
2:
|
|
70
|
-
3: /*top*/
|
|
71
|
-
4: extern int t(void);
|
|
72
|
-
5: int main(int argc, char **argv)
|
|
73
|
-
6: {
|
|
74
|
-
7: if (argc > 1000000) {
|
|
75
|
-
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
76
|
-
9: printf("%d", (*tp)());
|
|
77
|
-
10: }
|
|
78
|
-
11:
|
|
79
|
-
12: return !!argv[argc];
|
|
80
|
-
13: }
|
|
81
|
-
14: int t(void) { void ((*volatile p)()); p = (void ((*)()))yaml_get_version; return !p; }
|
|
82
|
-
/* end */
|
|
83
|
-
|
|
84
|
-
LD_LIBRARY_PATH=.:/usr/local/lib "gcc -o conftest -I/usr/local/include/ruby-3.3.0/x86_64-linux -I/usr/local/include/ruby-3.3.0/ruby/backward -I/usr/local/include/ruby-3.3.0 -I. -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -lyaml -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lyaml -lyaml -lm -lpthread -lc"
|
|
85
|
-
checked program was:
|
|
86
|
-
/* begin */
|
|
87
|
-
1: #include "ruby.h"
|
|
88
|
-
2:
|
|
89
|
-
3: /*top*/
|
|
90
|
-
4: extern int t(void);
|
|
91
|
-
5: int main(int argc, char **argv)
|
|
92
|
-
6: {
|
|
93
|
-
7: if (argc > 1000000) {
|
|
94
|
-
8: int (* volatile tp)(void)=(int (*)(void))&t;
|
|
95
|
-
9: printf("%d", (*tp)());
|
|
96
|
-
10: }
|
|
97
|
-
11:
|
|
98
|
-
12: return !!argv[argc];
|
|
99
|
-
13: }
|
|
100
|
-
14: extern void yaml_get_version();
|
|
101
|
-
15: int t(void) { yaml_get_version(); return 0; }
|
|
102
|
-
/* end */
|
|
103
|
-
|
|
104
|
-
--------------------
|
|
105
|
-
|
|
File without changes
|
/data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{date-3.5.0 → date-3.5.1}/mkmf.log
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/handlers/recorder.rb
RENAMED
|
File without changes
|
/data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/json/ruby_events.rb
RENAMED
|
File without changes
|
|
File without changes
|
/data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/json/tree_builder.rb
RENAMED
|
File without changes
|
/data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/json/yaml_events.rb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/depth_first.rb
RENAMED
|
File without changes
|
/data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/emitter.rb
RENAMED
|
File without changes
|
/data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/json_tree.rb
RENAMED
|
File without changes
|
/data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/visitor.rb
RENAMED
|
File without changes
|
/data/vendor/bundle/ruby/3.3.0/gems/{psych-5.2.6 → psych-5.3.0}/lib/psych/visitors/yaml_tree.rb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|