cybrid_api_id_ruby 0.129.834 → 0.129.836
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 +4 -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_application_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_application_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/4.0.0/cache/io-console-0.9.0.gem +0 -0
- data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/byebug-13.0.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/date-3.5.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/{io-console-0.8.2 → io-console-0.9.0}/gem_make.out +23 -22
- data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/io-console-0.9.0/io/console.so +0 -0
- data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/{io-console-0.8.2 → io-console-0.9.0}/mkmf.log +88 -85
- data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/jaro_winkler-1.5.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/psych-5.4.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/racc-1.8.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/stringio-3.2.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/4.0.0/gems/{io-console-0.8.2 → io-console-0.9.0}/ext/io/console/Makefile +1 -1
- data/vendor/bundle/ruby/4.0.0/gems/{io-console-0.8.2 → io-console-0.9.0}/ext/io/console/console.c +521 -28
- data/vendor/bundle/ruby/4.0.0/gems/{io-console-0.8.2 → io-console-0.9.0}/ext/io/console/extconf.rb +13 -14
- data/vendor/bundle/ruby/4.0.0/gems/{io-console-0.8.2 → io-console-0.9.0}/ext/io/console/win32_vk.inc +313 -165
- data/vendor/bundle/ruby/4.0.0/gems/io-console-0.9.0/lib/io/console.so +0 -0
- data/vendor/bundle/ruby/4.0.0/specifications/{io-console-0.8.2.gemspec → io-console-0.9.0.gemspec} +3 -3
- metadata +17 -17
- data/vendor/bundle/ruby/4.0.0/cache/io-console-0.8.2.gem +0 -0
- data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/io-console-0.8.2/io/console.so +0 -0
- data/vendor/bundle/ruby/4.0.0/gems/io-console-0.8.2/lib/io/console.so +0 -0
- /data/vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/{io-console-0.8.2 → io-console-0.9.0}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{io-console-0.8.2 → io-console-0.9.0}/.document +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{io-console-0.8.2 → io-console-0.9.0}/BSDL +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{io-console-0.8.2 → io-console-0.9.0}/COPYING +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{io-console-0.8.2 → io-console-0.9.0}/README.md +0 -0
- /data/vendor/bundle/ruby/4.0.0/gems/{io-console-0.8.2 → io-console-0.9.0}/lib/io/console/size.rb +0 -0
data/vendor/bundle/ruby/4.0.0/gems/{io-console-0.8.2 → io-console-0.9.0}/ext/io/console/extconf.rb
RENAMED
|
@@ -5,17 +5,12 @@ require 'mkmf'
|
|
|
5
5
|
# See https://bugs.ruby-lang.org/issues/20345
|
|
6
6
|
MakeMakefile::RbConfig ||= ::RbConfig
|
|
7
7
|
|
|
8
|
-
have_func("
|
|
9
|
-
have_func("
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
have_func("
|
|
13
|
-
have_func("
|
|
14
|
-
have_func("rb_io_descriptor", "ruby/io.h")
|
|
15
|
-
have_func("rb_io_get_write_io", "ruby/io.h")
|
|
16
|
-
have_func("rb_io_closed_p", "ruby/io.h")
|
|
17
|
-
have_func("rb_io_open_descriptor", "ruby/io.h")
|
|
18
|
-
have_func("rb_ractor_local_storage_value_newkey")
|
|
8
|
+
have_func("rb_interned_str_cstr") # Ruby 3.0
|
|
9
|
+
have_func("rb_ractor_local_storage_value_newkey") # Ruby 3.0
|
|
10
|
+
have_func("rb_io_descriptor", "ruby/io.h") # Ruby 3.1
|
|
11
|
+
have_func("rb_io_path", "ruby/io.h") # Ruby 3.3
|
|
12
|
+
have_func("rb_io_closed_p", "ruby/io.h") # Ruby 3.3
|
|
13
|
+
have_func("rb_io_open_descriptor", "ruby/io.h") # Ruby 3.3
|
|
19
14
|
|
|
20
15
|
is_wasi = /wasi/ =~ MakeMakefile::RbConfig::CONFIG["platform"]
|
|
21
16
|
# `ok` can be `true`, `false`, or `nil`:
|
|
@@ -28,6 +23,7 @@ ok = true if (RUBY_ENGINE == "ruby" && !is_wasi) || RUBY_ENGINE == "truffleruby"
|
|
|
28
23
|
hdr = nil
|
|
29
24
|
case
|
|
30
25
|
when macro_defined?("_WIN32", "")
|
|
26
|
+
win32 = true
|
|
31
27
|
# rb_w32_map_errno: 1.8.7
|
|
32
28
|
vk_header = File.exist?("#$srcdir/win32_vk.list") ? "chksum" : "inc"
|
|
33
29
|
vk_header = "#{'{$(srcdir)}' if $nmake == ?m}win32_vk.#{vk_header}"
|
|
@@ -49,10 +45,13 @@ when true
|
|
|
49
45
|
# rb_sym2str: 2.2.0
|
|
50
46
|
if have_macro("HAVE_RUBY_FIBER_SCHEDULER_H")
|
|
51
47
|
$defs << "-D""HAVE_RB_IO_WAIT=1"
|
|
52
|
-
elsif have_func("rb_scheduler_timeout") # 3.0
|
|
53
|
-
have_func("rb_io_wait")
|
|
48
|
+
elsif have_func("rb_scheduler_timeout") # Ruby 3.0 (internal)
|
|
49
|
+
have_func("rb_io_wait") # Ruby 3.0
|
|
54
50
|
end
|
|
55
|
-
have_func("
|
|
51
|
+
have_func("rb_category_warn")
|
|
52
|
+
have_const("RB_WARN_CATEGORY_DEPRECATED")
|
|
53
|
+
win32 or have_func("ttyname_r") or have_func("ttyname")
|
|
54
|
+
have_func("rb_prepend_module") # not exported by TruffleRuby
|
|
56
55
|
create_makefile("io/console") {|conf|
|
|
57
56
|
conf << "\n""VK_HEADER = #{vk_header}\n"
|
|
58
57
|
}
|