cybrid_api_id_ruby 0.129.834 → 0.129.835
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
|
Binary file
|
data/vendor/bundle/ruby/4.0.0/specifications/{io-console-0.8.2.gemspec → io-console-0.9.0.gemspec}
RENAMED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
-
# stub: io-console 0.
|
|
2
|
+
# stub: io-console 0.9.0 ruby lib
|
|
3
3
|
# stub: ext/io/console/extconf.rb
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = "io-console".freeze
|
|
7
|
-
s.version = "0.
|
|
7
|
+
s.version = "0.9.0".freeze
|
|
8
8
|
|
|
9
9
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
10
10
|
s.metadata = { "changelog_uri" => "https://github.com/ruby/io-console/releases", "source_code_url" => "https://github.com/ruby/io-console" } if s.respond_to? :metadata=
|
|
11
11
|
s.require_paths = ["lib".freeze]
|
|
12
12
|
s.authors = ["Nobu Nakada".freeze]
|
|
13
|
-
s.date = "
|
|
13
|
+
s.date = "2026-08-08"
|
|
14
14
|
s.description = "add console capabilities to IO instances.".freeze
|
|
15
15
|
s.email = "nobu@ruby-lang.org".freeze
|
|
16
16
|
s.extensions = ["ext/io/console/extconf.rb".freeze]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cybrid_api_id_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.129.
|
|
4
|
+
version: 0.129.835
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cybrid
|
|
@@ -142,7 +142,7 @@ files:
|
|
|
142
142
|
- vendor/bundle/ruby/4.0.0/cache/diff-lcs-1.6.2.gem
|
|
143
143
|
- vendor/bundle/ruby/4.0.0/cache/ethon-0.18.0.gem
|
|
144
144
|
- vendor/bundle/ruby/4.0.0/cache/ffi-1.17.4-x86_64-linux-gnu.gem
|
|
145
|
-
- vendor/bundle/ruby/4.0.0/cache/io-console-0.
|
|
145
|
+
- vendor/bundle/ruby/4.0.0/cache/io-console-0.9.0.gem
|
|
146
146
|
- vendor/bundle/ruby/4.0.0/cache/jaro_winkler-1.5.6.gem
|
|
147
147
|
- vendor/bundle/ruby/4.0.0/cache/logger-1.7.0.gem
|
|
148
148
|
- vendor/bundle/ruby/4.0.0/cache/method_source-1.1.0.gem
|
|
@@ -172,10 +172,10 @@ files:
|
|
|
172
172
|
- vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/date-3.5.1/gem.build_complete
|
|
173
173
|
- vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/date-3.5.1/gem_make.out
|
|
174
174
|
- vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/date-3.5.1/mkmf.log
|
|
175
|
-
- vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/io-console-0.
|
|
176
|
-
- vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/io-console-0.
|
|
177
|
-
- vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/io-console-0.
|
|
178
|
-
- vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/io-console-0.
|
|
175
|
+
- vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/io-console-0.9.0/gem.build_complete
|
|
176
|
+
- vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/io-console-0.9.0/gem_make.out
|
|
177
|
+
- vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/io-console-0.9.0/io/console.so
|
|
178
|
+
- vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/io-console-0.9.0/mkmf.log
|
|
179
179
|
- vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/jaro_winkler-1.5.6/gem.build_complete
|
|
180
180
|
- vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/jaro_winkler-1.5.6/gem_make.out
|
|
181
181
|
- vendor/bundle/ruby/4.0.0/extensions/x86_64-linux/4.0.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so
|
|
@@ -724,16 +724,16 @@ files:
|
|
|
724
724
|
- vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/struct_layout.rbs
|
|
725
725
|
- vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/struct_layout_builder.rbs
|
|
726
726
|
- vendor/bundle/ruby/4.0.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/type.rbs
|
|
727
|
-
- vendor/bundle/ruby/4.0.0/gems/io-console-0.
|
|
728
|
-
- vendor/bundle/ruby/4.0.0/gems/io-console-0.
|
|
729
|
-
- vendor/bundle/ruby/4.0.0/gems/io-console-0.
|
|
730
|
-
- vendor/bundle/ruby/4.0.0/gems/io-console-0.
|
|
731
|
-
- vendor/bundle/ruby/4.0.0/gems/io-console-0.
|
|
732
|
-
- vendor/bundle/ruby/4.0.0/gems/io-console-0.
|
|
733
|
-
- vendor/bundle/ruby/4.0.0/gems/io-console-0.
|
|
734
|
-
- vendor/bundle/ruby/4.0.0/gems/io-console-0.
|
|
735
|
-
- vendor/bundle/ruby/4.0.0/gems/io-console-0.
|
|
736
|
-
- vendor/bundle/ruby/4.0.0/gems/io-console-0.
|
|
727
|
+
- vendor/bundle/ruby/4.0.0/gems/io-console-0.9.0/.document
|
|
728
|
+
- vendor/bundle/ruby/4.0.0/gems/io-console-0.9.0/BSDL
|
|
729
|
+
- vendor/bundle/ruby/4.0.0/gems/io-console-0.9.0/COPYING
|
|
730
|
+
- vendor/bundle/ruby/4.0.0/gems/io-console-0.9.0/README.md
|
|
731
|
+
- vendor/bundle/ruby/4.0.0/gems/io-console-0.9.0/ext/io/console/Makefile
|
|
732
|
+
- vendor/bundle/ruby/4.0.0/gems/io-console-0.9.0/ext/io/console/console.c
|
|
733
|
+
- vendor/bundle/ruby/4.0.0/gems/io-console-0.9.0/ext/io/console/extconf.rb
|
|
734
|
+
- vendor/bundle/ruby/4.0.0/gems/io-console-0.9.0/ext/io/console/win32_vk.inc
|
|
735
|
+
- vendor/bundle/ruby/4.0.0/gems/io-console-0.9.0/lib/io/console.so
|
|
736
|
+
- vendor/bundle/ruby/4.0.0/gems/io-console-0.9.0/lib/io/console/size.rb
|
|
737
737
|
- vendor/bundle/ruby/4.0.0/gems/jaro_winkler-1.5.6/LICENSE.txt
|
|
738
738
|
- vendor/bundle/ruby/4.0.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile
|
|
739
739
|
- vendor/bundle/ruby/4.0.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/adj_matrix.c
|
|
@@ -2186,7 +2186,7 @@ files:
|
|
|
2186
2186
|
- vendor/bundle/ruby/4.0.0/specifications/diff-lcs-1.6.2.gemspec
|
|
2187
2187
|
- vendor/bundle/ruby/4.0.0/specifications/ethon-0.18.0.gemspec
|
|
2188
2188
|
- vendor/bundle/ruby/4.0.0/specifications/ffi-1.17.4-x86_64-linux-gnu.gemspec
|
|
2189
|
-
- vendor/bundle/ruby/4.0.0/specifications/io-console-0.
|
|
2189
|
+
- vendor/bundle/ruby/4.0.0/specifications/io-console-0.9.0.gemspec
|
|
2190
2190
|
- vendor/bundle/ruby/4.0.0/specifications/jaro_winkler-1.5.6.gemspec
|
|
2191
2191
|
- vendor/bundle/ruby/4.0.0/specifications/logger-1.7.0.gemspec
|
|
2192
2192
|
- vendor/bundle/ruby/4.0.0/specifications/method_source-1.1.0.gemspec
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/data/vendor/bundle/ruby/4.0.0/gems/{io-console-0.8.2 → io-console-0.9.0}/lib/io/console/size.rb
RENAMED
|
File without changes
|