cybrid_api_id_ruby 0.68.46 → 0.68.48
Sign up to get free protection for your applications and to get access to all the features.
- 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_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/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/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_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/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/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.2.0/cache/stringio-3.0.6.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.15.5/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.4/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{stringio-3.0.5 → stringio-3.0.6}/gem_make.out +18 -18
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.6/stringio.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{stringio-3.0.5 → stringio-3.0.6}/ext/stringio/stringio.c +6 -11
- data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.6/lib/stringio.so +0 -0
- data/vendor/bundle/ruby/3.2.0/specifications/{stringio-3.0.5.gemspec → stringio-3.0.6.gemspec} +3 -3
- metadata +13 -13
- data/vendor/bundle/ruby/3.2.0/cache/stringio-3.0.5.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.5/stringio.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.5/lib/stringio.so +0 -0
- /data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{stringio-3.0.5 → stringio-3.0.6}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{stringio-3.0.5 → stringio-3.0.6}/mkmf.log +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{stringio-3.0.5 → stringio-3.0.6}/README.md +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{stringio-3.0.5 → stringio-3.0.6}/ext/stringio/Makefile +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{stringio-3.0.5 → stringio-3.0.6}/ext/stringio/extconf.rb +0 -0
data/vendor/bundle/ruby/3.2.0/gems/{stringio-3.0.5 → stringio-3.0.6}/ext/stringio/stringio.c
RENAMED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
**********************************************************************/
|
14
14
|
|
15
|
-
#define STRINGIO_VERSION "3.0.
|
15
|
+
#define STRINGIO_VERSION "3.0.6"
|
16
16
|
|
17
17
|
#include "ruby.h"
|
18
18
|
#include "ruby/io.h"
|
@@ -171,7 +171,7 @@ static const rb_data_type_t strio_data_type = {
|
|
171
171
|
strio_free,
|
172
172
|
strio_memsize,
|
173
173
|
},
|
174
|
-
0, 0, RUBY_TYPED_FREE_IMMEDIATELY
|
174
|
+
0, 0, RUBY_TYPED_FREE_IMMEDIATELY | RUBY_TYPED_WB_PROTECTED
|
175
175
|
};
|
176
176
|
|
177
177
|
#define check_strio(self) ((struct StringIO*)rb_check_typeddata((self), &strio_data_type))
|
@@ -379,7 +379,7 @@ strio_init(int argc, VALUE *argv, struct StringIO *ptr, VALUE self)
|
|
379
379
|
if (ptr->flags & FMODE_TRUNC) {
|
380
380
|
rb_str_resize(string, 0);
|
381
381
|
}
|
382
|
-
ptr->string
|
382
|
+
RB_OBJ_WRITE(self, &ptr->string, string);
|
383
383
|
if (argc == 1) {
|
384
384
|
ptr->enc = rb_enc_get(string);
|
385
385
|
}
|
@@ -397,7 +397,7 @@ static VALUE
|
|
397
397
|
strio_finalize(VALUE self)
|
398
398
|
{
|
399
399
|
struct StringIO *ptr = StringIO(self);
|
400
|
-
ptr->string
|
400
|
+
RB_OBJ_WRITE(self, &ptr->string, Qnil);
|
401
401
|
ptr->flags &= ~FMODE_READWRITE;
|
402
402
|
return self;
|
403
403
|
}
|
@@ -563,7 +563,8 @@ strio_set_string(VALUE self, VALUE string)
|
|
563
563
|
ptr->flags = OBJ_FROZEN(string) ? FMODE_READABLE : FMODE_READWRITE;
|
564
564
|
ptr->pos = 0;
|
565
565
|
ptr->lineno = 0;
|
566
|
-
|
566
|
+
RB_OBJ_WRITE(self, &ptr->string, string);
|
567
|
+
return string;
|
567
568
|
}
|
568
569
|
|
569
570
|
/*
|
@@ -685,8 +686,6 @@ strio_to_read(VALUE self)
|
|
685
686
|
* see {Position}[rdoc-ref:File@Position].
|
686
687
|
*
|
687
688
|
* Raises IOError if the stream is not opened for reading.
|
688
|
-
*
|
689
|
-
* StreamIO#eof is an alias for StreamIO#eof?.
|
690
689
|
*/
|
691
690
|
static VALUE
|
692
691
|
strio_eof(VALUE self)
|
@@ -808,8 +807,6 @@ strio_reopen(int argc, VALUE *argv, VALUE self)
|
|
808
807
|
*
|
809
808
|
* Returns the current position (in bytes);
|
810
809
|
* see {Position}[rdoc-ref:IO@Position].
|
811
|
-
*
|
812
|
-
* StringIO#tell is an alias for StringIO#pos.
|
813
810
|
*/
|
814
811
|
static VALUE
|
815
812
|
strio_get_pos(VALUE self)
|
@@ -1420,8 +1417,6 @@ strio_readline(int argc, VALUE *argv, VALUE self)
|
|
1420
1417
|
* does nothing if already at end-of-file;
|
1421
1418
|
* returns +self+.
|
1422
1419
|
* See {Line IO}[rdoc-ref:IO@Line+IO].
|
1423
|
-
*
|
1424
|
-
* StringIO#each is an alias for StringIO#each_line.
|
1425
1420
|
*/
|
1426
1421
|
static VALUE
|
1427
1422
|
strio_each(int argc, VALUE *argv, VALUE self)
|
Binary file
|
data/vendor/bundle/ruby/3.2.0/specifications/{stringio-3.0.5.gemspec → stringio-3.0.6.gemspec}
RENAMED
@@ -1,15 +1,15 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
|
-
# stub: stringio 3.0.
|
2
|
+
# stub: stringio 3.0.6 ruby lib
|
3
3
|
# stub: ext/stringio/extconf.rb
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "stringio".freeze
|
7
|
-
s.version = "3.0.
|
7
|
+
s.version = "3.0.6"
|
8
8
|
|
9
9
|
s.required_rubygems_version = Gem::Requirement.new(">= 2.6".freeze) if s.respond_to? :required_rubygems_version=
|
10
10
|
s.require_paths = ["lib".freeze]
|
11
11
|
s.authors = ["Nobu Nakada".freeze, "Charles Oliver Nutter".freeze]
|
12
|
-
s.date = "2023-
|
12
|
+
s.date = "2023-04-14"
|
13
13
|
s.description = "Pseudo `IO` class from/to `String`.".freeze
|
14
14
|
s.email = ["nobu@ruby-lang.org".freeze, "headius@headius.com".freeze]
|
15
15
|
s.extensions = ["ext/stringio/extconf.rb".freeze]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cybrid_api_id_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.68.
|
4
|
+
version: 0.68.48
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cybrid
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -136,7 +136,7 @@ files:
|
|
136
136
|
- vendor/bundle/ruby/3.2.0/cache/rspec-support-3.12.0.gem
|
137
137
|
- vendor/bundle/ruby/3.2.0/cache/rubocop-0.66.0.gem
|
138
138
|
- vendor/bundle/ruby/3.2.0/cache/ruby-progressbar-1.13.0.gem
|
139
|
-
- vendor/bundle/ruby/3.2.0/cache/stringio-3.0.
|
139
|
+
- vendor/bundle/ruby/3.2.0/cache/stringio-3.0.6.gem
|
140
140
|
- vendor/bundle/ruby/3.2.0/cache/typhoeus-1.4.0.gem
|
141
141
|
- vendor/bundle/ruby/3.2.0/cache/unicode-display_width-1.5.0.gem
|
142
142
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/byebug/byebug.so
|
@@ -153,10 +153,10 @@ files:
|
|
153
153
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.0/gem_make.out
|
154
154
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.0/mkmf.log
|
155
155
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.0/psych.so
|
156
|
-
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.
|
157
|
-
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.
|
158
|
-
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.
|
159
|
-
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.
|
156
|
+
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.6/gem.build_complete
|
157
|
+
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.6/gem_make.out
|
158
|
+
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.6/mkmf.log
|
159
|
+
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.6/stringio.so
|
160
160
|
- vendor/bundle/ruby/3.2.0/gems/ast-2.4.2/LICENSE.MIT
|
161
161
|
- vendor/bundle/ruby/3.2.0/gems/ast-2.4.2/README.YARD.md
|
162
162
|
- vendor/bundle/ruby/3.2.0/gems/ast-2.4.2/lib/ast.rb
|
@@ -2412,11 +2412,11 @@ files:
|
|
2412
2412
|
- vendor/bundle/ruby/3.2.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/time.rb
|
2413
2413
|
- vendor/bundle/ruby/3.2.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/timer.rb
|
2414
2414
|
- vendor/bundle/ruby/3.2.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/version.rb
|
2415
|
-
- vendor/bundle/ruby/3.2.0/gems/stringio-3.0.
|
2416
|
-
- vendor/bundle/ruby/3.2.0/gems/stringio-3.0.
|
2417
|
-
- vendor/bundle/ruby/3.2.0/gems/stringio-3.0.
|
2418
|
-
- vendor/bundle/ruby/3.2.0/gems/stringio-3.0.
|
2419
|
-
- vendor/bundle/ruby/3.2.0/gems/stringio-3.0.
|
2415
|
+
- vendor/bundle/ruby/3.2.0/gems/stringio-3.0.6/README.md
|
2416
|
+
- vendor/bundle/ruby/3.2.0/gems/stringio-3.0.6/ext/stringio/Makefile
|
2417
|
+
- vendor/bundle/ruby/3.2.0/gems/stringio-3.0.6/ext/stringio/extconf.rb
|
2418
|
+
- vendor/bundle/ruby/3.2.0/gems/stringio-3.0.6/ext/stringio/stringio.c
|
2419
|
+
- vendor/bundle/ruby/3.2.0/gems/stringio-3.0.6/lib/stringio.so
|
2420
2420
|
- vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/.gitignore
|
2421
2421
|
- vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/.rspec
|
2422
2422
|
- vendor/bundle/ruby/3.2.0/gems/typhoeus-1.4.0/.travis.yml
|
@@ -2544,7 +2544,7 @@ files:
|
|
2544
2544
|
- vendor/bundle/ruby/3.2.0/specifications/rspec-support-3.12.0.gemspec
|
2545
2545
|
- vendor/bundle/ruby/3.2.0/specifications/rubocop-0.66.0.gemspec
|
2546
2546
|
- vendor/bundle/ruby/3.2.0/specifications/ruby-progressbar-1.13.0.gemspec
|
2547
|
-
- vendor/bundle/ruby/3.2.0/specifications/stringio-3.0.
|
2547
|
+
- vendor/bundle/ruby/3.2.0/specifications/stringio-3.0.6.gemspec
|
2548
2548
|
- vendor/bundle/ruby/3.2.0/specifications/typhoeus-1.4.0.gemspec
|
2549
2549
|
- vendor/bundle/ruby/3.2.0/specifications/unicode-display_width-1.5.0.gemspec
|
2550
2550
|
homepage: https://github.com/Cybrid-app/cybrid-api-id-ruby/
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/data/vendor/bundle/ruby/3.2.0/gems/{stringio-3.0.5 → stringio-3.0.6}/ext/stringio/extconf.rb
RENAMED
File without changes
|