cybrid_api_id_ruby 0.122.33 → 0.122.36

Sign up to get free protection for your applications and to get access to all the features.
Files changed (130) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +3 -3
  3. data/README.md +5 -5
  4. data/cybrid_api_id_ruby.gemspec +1 -1
  5. data/lib/cybrid_api_id_ruby/api/bank_applications_idp_api.rb +1 -1
  6. data/lib/cybrid_api_id_ruby/api/customer_tokens_idp_api.rb +1 -1
  7. data/lib/cybrid_api_id_ruby/api/organization_applications_idp_api.rb +1 -1
  8. data/lib/cybrid_api_id_ruby/api/users_idp_api.rb +1 -1
  9. data/lib/cybrid_api_id_ruby/api_client.rb +1 -1
  10. data/lib/cybrid_api_id_ruby/api_error.rb +1 -1
  11. data/lib/cybrid_api_id_ruby/configuration.rb +1 -1
  12. data/lib/cybrid_api_id_ruby/models/application_idp_model.rb +1 -1
  13. data/lib/cybrid_api_id_ruby/models/application_list_idp_model.rb +1 -1
  14. data/lib/cybrid_api_id_ruby/models/application_with_secret_all_of_idp_model.rb +1 -1
  15. data/lib/cybrid_api_id_ruby/models/application_with_secret_idp_model.rb +1 -1
  16. data/lib/cybrid_api_id_ruby/models/customer_token_idp_model.rb +1 -1
  17. data/lib/cybrid_api_id_ruby/models/error_response_idp_model.rb +1 -1
  18. data/lib/cybrid_api_id_ruby/models/post_bank_application_idp_model.rb +1 -1
  19. data/lib/cybrid_api_id_ruby/models/post_customer_token_idp_model.rb +1 -1
  20. data/lib/cybrid_api_id_ruby/models/post_organization_application_idp_model.rb +1 -1
  21. data/lib/cybrid_api_id_ruby/models/post_user_idp_model.rb +1 -1
  22. data/lib/cybrid_api_id_ruby/models/user_idp_model.rb +1 -1
  23. data/lib/cybrid_api_id_ruby/models/user_list_idp_model.rb +1 -1
  24. data/lib/cybrid_api_id_ruby/version.rb +2 -2
  25. data/lib/cybrid_api_id_ruby.rb +1 -1
  26. data/spec/api/bank_applications_idp_api_spec.rb +1 -1
  27. data/spec/api/customer_tokens_idp_api_spec.rb +1 -1
  28. data/spec/api/organization_applications_idp_api_spec.rb +1 -1
  29. data/spec/api/users_idp_api_spec.rb +1 -1
  30. data/spec/api_client_spec.rb +1 -1
  31. data/spec/configuration_spec.rb +1 -1
  32. data/spec/models/application_idp_model_spec.rb +1 -1
  33. data/spec/models/application_list_idp_model_spec.rb +1 -1
  34. data/spec/models/application_with_secret_all_of_idp_model_spec.rb +1 -1
  35. data/spec/models/application_with_secret_idp_model_spec.rb +1 -1
  36. data/spec/models/customer_token_idp_model_spec.rb +1 -1
  37. data/spec/models/error_response_idp_model_spec.rb +1 -1
  38. data/spec/models/post_bank_application_idp_model_spec.rb +1 -1
  39. data/spec/models/post_customer_token_idp_model_spec.rb +1 -1
  40. data/spec/models/post_organization_application_idp_model_spec.rb +1 -1
  41. data/spec/models/post_user_idp_model_spec.rb +1 -1
  42. data/spec/models/user_idp_model_spec.rb +1 -1
  43. data/spec/models/user_list_idp_model_spec.rb +1 -1
  44. data/spec/spec_helper.rb +1 -1
  45. data/vendor/bundle/ruby/3.3.0/cache/psych-5.2.0.gem +0 -0
  46. data/vendor/bundle/ruby/3.3.0/cache/stringio-3.1.2.gem +0 -0
  47. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/gem_make.out +5 -5
  48. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  49. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.1.2 → psych-5.2.0}/gem_make.out +18 -18
  50. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.1.2 → psych-5.2.0}/psych.so +0 -0
  51. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
  52. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{stringio-3.1.1 → stringio-3.1.2}/gem_make.out +18 -18
  53. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.2/stringio.so +0 -0
  54. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/ext/psych/psych.c +1 -1
  55. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/ext/psych/psych_emitter.c +154 -120
  56. data/vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/ext/psych/psych_parser.c +565 -0
  57. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/nodes/node.rb +1 -1
  58. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/scalar_scanner.rb +10 -9
  59. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/versions.rb +1 -1
  60. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/visitors/to_ruby.rb +1 -1
  61. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/visitors/yaml_tree.rb +7 -10
  62. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych.rb +19 -3
  63. data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych.so +0 -0
  64. data/vendor/bundle/ruby/3.3.0/gems/{stringio-3.1.1 → stringio-3.1.2}/NEWS.md +19 -0
  65. data/vendor/bundle/ruby/3.3.0/gems/{stringio-3.1.1 → stringio-3.1.2}/ext/stringio/stringio.c +23 -13
  66. data/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.2/lib/stringio.so +0 -0
  67. data/vendor/bundle/ruby/3.3.0/specifications/{psych-5.1.2.gemspec → psych-5.2.0.gemspec} +5 -5
  68. data/vendor/bundle/ruby/3.3.0/specifications/{stringio-3.1.1.gemspec → stringio-3.1.2.gemspec} +4 -4
  69. metadata +79 -79
  70. data/vendor/bundle/ruby/3.3.0/cache/psych-5.1.2.gem +0 -0
  71. data/vendor/bundle/ruby/3.3.0/cache/stringio-3.1.1.gem +0 -0
  72. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.1/stringio.so +0 -0
  73. data/vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/ext/psych/psych_parser.c +0 -565
  74. data/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.1/lib/stringio.so +0 -0
  75. /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.1.2 → psych-5.2.0}/gem.build_complete +0 -0
  76. /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{psych-5.1.2 → psych-5.2.0}/mkmf.log +0 -0
  77. /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{stringio-3.1.1 → stringio-3.1.2}/gem.build_complete +0 -0
  78. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/CONTRIBUTING.md +0 -0
  79. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/LICENSE +0 -0
  80. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/README.md +0 -0
  81. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/ext/psych/Makefile +0 -0
  82. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/ext/psych/depend +0 -0
  83. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/ext/psych/extconf.rb +0 -0
  84. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/ext/psych/psych.h +0 -0
  85. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/ext/psych/psych_emitter.h +0 -0
  86. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/ext/psych/psych_parser.h +0 -0
  87. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/ext/psych/psych_to_ruby.c +0 -0
  88. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/ext/psych/psych_to_ruby.h +0 -0
  89. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/ext/psych/psych_yaml_tree.c +0 -0
  90. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/ext/psych/psych_yaml_tree.h +0 -0
  91. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/class_loader.rb +0 -0
  92. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/coder.rb +0 -0
  93. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/core_ext.rb +0 -0
  94. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/exception.rb +0 -0
  95. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/handler.rb +0 -0
  96. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/handlers/document_stream.rb +0 -0
  97. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/handlers/recorder.rb +0 -0
  98. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/json/ruby_events.rb +0 -0
  99. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/json/stream.rb +0 -0
  100. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/json/tree_builder.rb +0 -0
  101. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/json/yaml_events.rb +0 -0
  102. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/nodes/alias.rb +0 -0
  103. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/nodes/document.rb +0 -0
  104. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/nodes/mapping.rb +0 -0
  105. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/nodes/scalar.rb +0 -0
  106. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/nodes/sequence.rb +0 -0
  107. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/nodes/stream.rb +0 -0
  108. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/nodes.rb +0 -0
  109. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/omap.rb +0 -0
  110. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/parser.rb +0 -0
  111. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/set.rb +0 -0
  112. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/stream.rb +0 -0
  113. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/streaming.rb +0 -0
  114. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/syntax_error.rb +0 -0
  115. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/tree_builder.rb +0 -0
  116. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/visitors/depth_first.rb +0 -0
  117. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/visitors/emitter.rb +0 -0
  118. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/visitors/json_tree.rb +0 -0
  119. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/visitors/visitor.rb +0 -0
  120. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/visitors.rb +0 -0
  121. /data/vendor/bundle/ruby/3.3.0/gems/{psych-5.1.2 → psych-5.2.0}/lib/psych/y.rb +0 -0
  122. /data/vendor/bundle/ruby/3.3.0/gems/{stringio-3.1.1 → stringio-3.1.2}/.document +0 -0
  123. /data/vendor/bundle/ruby/3.3.0/gems/{stringio-3.1.1 → stringio-3.1.2}/.rdoc_options +0 -0
  124. /data/vendor/bundle/ruby/3.3.0/gems/{stringio-3.1.1 → stringio-3.1.2}/COPYING +0 -0
  125. /data/vendor/bundle/ruby/3.3.0/gems/{stringio-3.1.1 → stringio-3.1.2}/LICENSE.txt +0 -0
  126. /data/vendor/bundle/ruby/3.3.0/gems/{stringio-3.1.1 → stringio-3.1.2}/README.md +0 -0
  127. /data/vendor/bundle/ruby/3.3.0/gems/{stringio-3.1.1 → stringio-3.1.2}/docs/io.rb +0 -0
  128. /data/vendor/bundle/ruby/3.3.0/gems/{stringio-3.1.1 → stringio-3.1.2}/ext/stringio/.document +0 -0
  129. /data/vendor/bundle/ruby/3.3.0/gems/{stringio-3.1.1 → stringio-3.1.2}/ext/stringio/Makefile +0 -0
  130. /data/vendor/bundle/ruby/3.3.0/gems/{stringio-3.1.1 → stringio-3.1.2}/ext/stringio/extconf.rb +0 -0
@@ -17,19 +17,15 @@ module Psych
17
17
  def initialize
18
18
  @obj_to_id = {}.compare_by_identity
19
19
  @obj_to_node = {}.compare_by_identity
20
- @targets = []
21
20
  @counter = 0
22
21
  end
23
22
 
24
23
  def register target, node
25
- @targets << target
26
24
  @obj_to_node[target] = node
27
25
  end
28
26
 
29
27
  def key? target
30
28
  @obj_to_node.key? target
31
- rescue NoMethodError
32
- false
33
29
  end
34
30
 
35
31
  def id_for target
@@ -69,6 +65,7 @@ module Psych
69
65
  fail(ArgumentError, "Invalid line_width #{@line_width}, must be non-negative or -1 for unlimited.")
70
66
  end
71
67
  end
68
+ @stringify_names = options[:stringify_names]
72
69
  @coders = []
73
70
 
74
71
  @dispatch_cache = Hash.new do |h,klass|
@@ -264,20 +261,20 @@ module Psych
264
261
  style = Nodes::Scalar::LITERAL
265
262
  plain = false
266
263
  quote = false
267
- elsif o =~ /\n(?!\Z)/ # match \n except blank line at the end of string
264
+ elsif o.match?(/\n(?!\Z)/) # match \n except blank line at the end of string
268
265
  style = Nodes::Scalar::LITERAL
269
266
  elsif o == '<<'
270
267
  style = Nodes::Scalar::SINGLE_QUOTED
271
268
  tag = 'tag:yaml.org,2002:str'
272
269
  plain = false
273
270
  quote = false
274
- elsif o == 'y' || o == 'n'
271
+ elsif o == 'y' || o == 'Y' || o == 'n' || o == 'N'
275
272
  style = Nodes::Scalar::DOUBLE_QUOTED
276
273
  elsif @line_width && o.length > @line_width
277
274
  style = Nodes::Scalar::FOLDED
278
- elsif o =~ /^[^[:word:]][^"]*$/
275
+ elsif o.match?(/^[^[:word:]][^"]*$/)
279
276
  style = Nodes::Scalar::DOUBLE_QUOTED
280
- elsif not String === @ss.tokenize(o) or /\A0[0-7]*[89]/ =~ o
277
+ elsif not String === @ss.tokenize(o) or /\A0[0-7]*[89]/.match?(o)
281
278
  style = Nodes::Scalar::SINGLE_QUOTED
282
279
  end
283
280
 
@@ -327,7 +324,7 @@ module Psych
327
324
  if o.class == ::Hash
328
325
  register(o, @emitter.start_mapping(nil, nil, true, Psych::Nodes::Mapping::BLOCK))
329
326
  o.each do |k,v|
330
- accept k
327
+ accept(@stringify_names && Symbol === k ? k.to_s : k)
331
328
  accept v
332
329
  end
333
330
  @emitter.end_mapping
@@ -340,7 +337,7 @@ module Psych
340
337
  register(o, @emitter.start_mapping(nil, '!set', false, Psych::Nodes::Mapping::BLOCK))
341
338
 
342
339
  o.each do |k,v|
343
- accept k
340
+ accept(@stringify_names && Symbol === k ? k.to_s : k)
344
341
  accept v
345
342
  end
346
343
 
@@ -340,7 +340,7 @@ module Psych
340
340
  # provided, the object contained in the first document will be returned.
341
341
  # +filename+ will be used in the exception message if any exception
342
342
  # is raised while parsing. If +yaml+ is empty, it returns
343
- # the specified +fallback+ return value, which defaults to +false+.
343
+ # the specified +fallback+ return value, which defaults to +nil+.
344
344
  #
345
345
  # Raises a Psych::SyntaxError when a YAML syntax error is detected.
346
346
  #
@@ -479,6 +479,7 @@ module Psych
479
479
  #
480
480
  # Default: <tt>2</tt>.
481
481
  # [<tt>:line_width</tt>] Max character to wrap line at.
482
+ # For unlimited line width use <tt>-1</tt>.
482
483
  #
483
484
  # Default: <tt>0</tt> (meaning "wrap at 81").
484
485
  # [<tt>:canonical</tt>] Write "canonical" YAML form (very verbose, yet
@@ -489,6 +490,10 @@ module Psych
489
490
  #
490
491
  # Default: <tt>false</tt>.
491
492
  #
493
+ # [<tt>:stringify_names</tt>] Dump symbol keys in Hash objects as string.
494
+ #
495
+ # Default: <tt>false</tt>.
496
+ #
492
497
  # Example:
493
498
  #
494
499
  # # Dump an array, get back a YAML string
@@ -502,6 +507,9 @@ module Psych
502
507
  #
503
508
  # # Dump an array to an IO with indentation set
504
509
  # Psych.dump(['a', ['b']], StringIO.new, indentation: 3)
510
+ #
511
+ # # Dump hash with symbol keys as string
512
+ # Psych.dump({a: "b"}, stringify_names: true) # => "---\na: b\n"
505
513
  def self.dump o, io = nil, options = {}
506
514
  if Hash === io
507
515
  options = io
@@ -552,6 +560,7 @@ module Psych
552
560
  #
553
561
  # Default: <tt>2</tt>.
554
562
  # [<tt>:line_width</tt>] Max character to wrap line at.
563
+ # For unlimited line width use <tt>-1</tt>.
555
564
  #
556
565
  # Default: <tt>0</tt> (meaning "wrap at 81").
557
566
  # [<tt>:canonical</tt>] Write "canonical" YAML form (very verbose, yet
@@ -562,6 +571,10 @@ module Psych
562
571
  #
563
572
  # Default: <tt>false</tt>.
564
573
  #
574
+ # [<tt>:stringify_names</tt>] Dump symbol keys in Hash objects as string.
575
+ #
576
+ # Default: <tt>false</tt>.
577
+ #
565
578
  # Example:
566
579
  #
567
580
  # # Dump an array, get back a YAML string
@@ -575,6 +588,9 @@ module Psych
575
588
  #
576
589
  # # Dump an array to an IO with indentation set
577
590
  # Psych.safe_dump(['a', ['b']], StringIO.new, indentation: 3)
591
+ #
592
+ # # Dump hash with symbol keys as string
593
+ # Psych.dump({a: "b"}, stringify_names: true) # => "---\na: b\n"
578
594
  def self.safe_dump o, io = nil, options = {}
579
595
  if Hash === io
580
596
  options = io
@@ -653,7 +669,7 @@ module Psych
653
669
  ###
654
670
  # Safely loads the document contained in +filename+. Returns the yaml contained in
655
671
  # +filename+ as a Ruby object, or if the file is empty, it returns
656
- # the specified +fallback+ return value, which defaults to +false+.
672
+ # the specified +fallback+ return value, which defaults to +nil+.
657
673
  # See safe_load for options.
658
674
  def self.safe_load_file filename, **kwargs
659
675
  File.open(filename, 'r:bom|utf-8') { |f|
@@ -664,7 +680,7 @@ module Psych
664
680
  ###
665
681
  # Loads the document contained in +filename+. Returns the yaml contained in
666
682
  # +filename+ as a Ruby object, or if the file is empty, it returns
667
- # the specified +fallback+ return value, which defaults to +false+.
683
+ # the specified +fallback+ return value, which defaults to +nil+.
668
684
  # See load for options.
669
685
  def self.load_file filename, **kwargs
670
686
  File.open(filename, 'r:bom|utf-8') { |f|
@@ -1,5 +1,24 @@
1
1
  # News
2
2
 
3
+ ## 3.1.2 - 2024-11-07
4
+
5
+ ### Improvements
6
+
7
+ * JRuby: Added support for detecting encoding by BOM.
8
+ * GH-100
9
+ * GH-101
10
+
11
+ ### Fixes
12
+
13
+ * CRuby: Fixed a bug that unknown memory may be used by
14
+ `StringIO#ungetc`/`StringIO#ungetbyte`.
15
+ * https://hackerone.com/reports/2805165
16
+ * Reported by manun.
17
+
18
+ ### Thanks
19
+
20
+ * manun
21
+
3
22
  ## 3.1.1 - 2024-06-13
4
23
 
5
24
  ### Improvements
@@ -13,7 +13,7 @@
13
13
  **********************************************************************/
14
14
 
15
15
  static const char *const
16
- STRINGIO_VERSION = "3.1.1";
16
+ STRINGIO_VERSION = "3.1.2";
17
17
 
18
18
  #include <stdbool.h>
19
19
 
@@ -930,6 +930,18 @@ strio_extend(struct StringIO *ptr, long pos, long len)
930
930
  }
931
931
  }
932
932
 
933
+ static void
934
+ strio_unget_string(struct StringIO *ptr, VALUE c)
935
+ {
936
+ const char *cp = NULL;
937
+ long cl = RSTRING_LEN(c);
938
+ if (cl > 0) {
939
+ if (c != ptr->string) cp = RSTRING_PTR(c);
940
+ strio_unget_bytes(ptr, cp, cl);
941
+ RB_GC_GUARD(c);
942
+ }
943
+ }
944
+
933
945
  /*
934
946
  * call-seq:
935
947
  * ungetc(character) -> nil
@@ -952,19 +964,22 @@ strio_ungetc(VALUE self, VALUE c)
952
964
 
953
965
  enc = rb_enc_get(ptr->string);
954
966
  len = rb_enc_codelen(cc, enc);
955
- if (len <= 0) rb_enc_uint_chr(cc, enc);
967
+ if (len <= 0) {
968
+ rb_enc_uint_chr(cc, enc); /* to raise an exception */
969
+ UNREACHABLE;
970
+ }
956
971
  rb_enc_mbcput(cc, buf, enc);
957
972
  return strio_unget_bytes(ptr, buf, len);
958
973
  }
959
974
  else {
960
- SafeStringValue(c);
975
+ StringValue(c);
976
+ if (RSTRING_LEN(c) == 0) return Qnil;
961
977
  enc = rb_enc_get(ptr->string);
962
978
  enc2 = rb_enc_get(c);
963
979
  if (enc != enc2 && enc != rb_ascii8bit_encoding()) {
964
980
  c = rb_str_conv_enc(c, enc2, enc);
965
981
  }
966
- strio_unget_bytes(ptr, RSTRING_PTR(c), RSTRING_LEN(c));
967
- RB_GC_GUARD(c);
982
+ strio_unget_string(ptr, c);
968
983
  return Qnil;
969
984
  }
970
985
  }
@@ -991,13 +1006,8 @@ strio_ungetbyte(VALUE self, VALUE c)
991
1006
  strio_unget_bytes(ptr, &cc, 1);
992
1007
  }
993
1008
  else {
994
- long cl;
995
- SafeStringValue(c);
996
- cl = RSTRING_LEN(c);
997
- if (cl > 0) {
998
- strio_unget_bytes(ptr, RSTRING_PTR(c), cl);
999
- RB_GC_GUARD(c);
1000
- }
1009
+ StringValue(c);
1010
+ strio_unget_string(ptr, c);
1001
1011
  }
1002
1012
  return Qnil;
1003
1013
  }
@@ -1028,7 +1038,7 @@ strio_unget_bytes(struct StringIO *ptr, const char *cp, long cl)
1028
1038
  if (rest > cl) memset(s + len, 0, rest - cl);
1029
1039
  pos -= cl;
1030
1040
  }
1031
- memcpy(s + pos, cp, cl);
1041
+ memcpy(s + pos, (cp ? cp : s), cl);
1032
1042
  ptr->pos = pos;
1033
1043
  return Qnil;
1034
1044
  }
@@ -1,16 +1,16 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: psych 5.1.2 ruby lib
2
+ # stub: psych 5.2.0 ruby lib
3
3
  # stub: ext/psych/extconf.rb
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "psych".freeze
7
- s.version = "5.1.2".freeze
7
+ s.version = "5.2.0".freeze
8
8
 
9
9
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
10
- s.metadata = { "msys2_mingw_dependencies" => "libyaml" } if s.respond_to? :metadata=
10
+ s.metadata = { "changelog_uri" => "https://github.com/ruby/psych/releases", "msys2_mingw_dependencies" => "libyaml" } if s.respond_to? :metadata=
11
11
  s.require_paths = ["lib".freeze]
12
12
  s.authors = ["Aaron Patterson".freeze, "SHIBATA Hiroshi".freeze, "Charles Oliver Nutter".freeze]
13
- s.date = "2023-12-19"
13
+ s.date = "2024-11-07"
14
14
  s.description = "Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/LibYAML]\nfor its YAML parsing and emitting capabilities. In addition to wrapping libyaml,\nPsych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.\n".freeze
15
15
  s.email = ["aaron@tenderlovemaking.com".freeze, "hsbt@ruby-lang.org".freeze, "headius@headius.com".freeze]
16
16
  s.extensions = ["ext/psych/extconf.rb".freeze]
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  s.licenses = ["MIT".freeze]
21
21
  s.rdoc_options = ["--main".freeze, "README.md".freeze]
22
22
  s.required_ruby_version = Gem::Requirement.new(">= 2.5.0".freeze)
23
- s.rubygems_version = "3.5.1".freeze
23
+ s.rubygems_version = "3.5.11".freeze
24
24
  s.summary = "Psych is a YAML parser and emitter".freeze
25
25
 
26
26
  s.installed_by_version = "3.5.18".freeze if s.respond_to? :installed_by_version
@@ -1,15 +1,15 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: stringio 3.1.1 ruby lib
2
+ # stub: stringio 3.1.2 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.1.1".freeze
7
+ s.version = "3.1.2".freeze
8
8
 
9
9
  s.required_rubygems_version = Gem::Requirement.new(">= 0".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 = "2024-06-13"
12
+ s.date = "2024-11-07"
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]
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.homepage = "https://github.com/ruby/stringio".freeze
19
19
  s.licenses = ["Ruby".freeze, "BSD-2-Clause".freeze]
20
20
  s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze)
21
- s.rubygems_version = "3.5.11".freeze
21
+ s.rubygems_version = "3.5.22".freeze
22
22
  s.summary = "Pseudo IO on String".freeze
23
23
 
24
24
  s.installed_by_version = "3.5.18".freeze if s.respond_to? :installed_by_version
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.122.33
4
+ version: 0.122.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cybrid
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-06 00:00:00.000000000 Z
11
+ date: 2024-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -153,7 +153,7 @@ files:
153
153
  - vendor/bundle/ruby/3.3.0/cache/parser-3.3.6.0.gem
154
154
  - vendor/bundle/ruby/3.3.0/cache/pry-0.14.2.gem
155
155
  - vendor/bundle/ruby/3.3.0/cache/pry-byebug-3.10.1.gem
156
- - vendor/bundle/ruby/3.3.0/cache/psych-5.1.2.gem
156
+ - vendor/bundle/ruby/3.3.0/cache/psych-5.2.0.gem
157
157
  - vendor/bundle/ruby/3.3.0/cache/racc-1.8.1.gem
158
158
  - vendor/bundle/ruby/3.3.0/cache/rainbow-3.1.1.gem
159
159
  - vendor/bundle/ruby/3.3.0/cache/rake-13.0.6.gem
@@ -164,7 +164,7 @@ files:
164
164
  - vendor/bundle/ruby/3.3.0/cache/rspec-support-3.13.1.gem
165
165
  - vendor/bundle/ruby/3.3.0/cache/rubocop-0.66.0.gem
166
166
  - vendor/bundle/ruby/3.3.0/cache/ruby-progressbar-1.13.0.gem
167
- - vendor/bundle/ruby/3.3.0/cache/stringio-3.1.1.gem
167
+ - vendor/bundle/ruby/3.3.0/cache/stringio-3.1.2.gem
168
168
  - vendor/bundle/ruby/3.3.0/cache/typhoeus-1.4.1.gem
169
169
  - vendor/bundle/ruby/3.3.0/cache/unicode-display_width-1.5.0.gem
170
170
  - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-11.1.3/byebug/byebug.so
@@ -173,16 +173,16 @@ files:
173
173
  - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem.build_complete
174
174
  - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out
175
175
  - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so
176
- - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.1.2/gem.build_complete
177
- - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.1.2/gem_make.out
178
- - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.1.2/mkmf.log
179
- - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.1.2/psych.so
176
+ - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.0/gem.build_complete
177
+ - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.0/gem_make.out
178
+ - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.0/mkmf.log
179
+ - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.2.0/psych.so
180
180
  - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem.build_complete
181
181
  - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out
182
182
  - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/racc/cparse.so
183
- - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.1/gem.build_complete
184
- - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.1/gem_make.out
185
- - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.1/stringio.so
183
+ - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.2/gem.build_complete
184
+ - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.2/gem_make.out
185
+ - vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.1.2/stringio.so
186
186
  - vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/LICENSE.MIT
187
187
  - vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/README.YARD.md
188
188
  - vendor/bundle/ruby/3.3.0/gems/ast-2.4.2/lib/ast.rb
@@ -969,60 +969,60 @@ files:
969
969
  - vendor/bundle/ruby/3.3.0/gems/pry-byebug-3.10.1/lib/pry-byebug/pry_remote_ext.rb
970
970
  - vendor/bundle/ruby/3.3.0/gems/pry-byebug-3.10.1/lib/pry-byebug/version.rb
971
971
  - vendor/bundle/ruby/3.3.0/gems/pry-byebug-3.10.1/lib/pry/byebug/breakpoints.rb
972
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/CONTRIBUTING.md
973
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/LICENSE
974
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/README.md
975
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/ext/psych/Makefile
976
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/ext/psych/depend
977
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/ext/psych/extconf.rb
978
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/ext/psych/psych.c
979
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/ext/psych/psych.h
980
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/ext/psych/psych_emitter.c
981
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/ext/psych/psych_emitter.h
982
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/ext/psych/psych_parser.c
983
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/ext/psych/psych_parser.h
984
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/ext/psych/psych_to_ruby.c
985
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/ext/psych/psych_to_ruby.h
986
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/ext/psych/psych_yaml_tree.c
987
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/ext/psych/psych_yaml_tree.h
988
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych.rb
989
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych.so
990
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/class_loader.rb
991
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/coder.rb
992
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/core_ext.rb
993
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/exception.rb
994
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/handler.rb
995
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/handlers/document_stream.rb
996
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/handlers/recorder.rb
997
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/json/ruby_events.rb
998
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/json/stream.rb
999
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/json/tree_builder.rb
1000
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/json/yaml_events.rb
1001
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/nodes.rb
1002
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/nodes/alias.rb
1003
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/nodes/document.rb
1004
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/nodes/mapping.rb
1005
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/nodes/node.rb
1006
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/nodes/scalar.rb
1007
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/nodes/sequence.rb
1008
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/nodes/stream.rb
1009
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/omap.rb
1010
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/parser.rb
1011
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/scalar_scanner.rb
1012
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/set.rb
1013
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/stream.rb
1014
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/streaming.rb
1015
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/syntax_error.rb
1016
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/tree_builder.rb
1017
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/versions.rb
1018
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/visitors.rb
1019
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/visitors/depth_first.rb
1020
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/visitors/emitter.rb
1021
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/visitors/json_tree.rb
1022
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/visitors/to_ruby.rb
1023
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/visitors/visitor.rb
1024
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/visitors/yaml_tree.rb
1025
- - vendor/bundle/ruby/3.3.0/gems/psych-5.1.2/lib/psych/y.rb
972
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/CONTRIBUTING.md
973
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/LICENSE
974
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/README.md
975
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/ext/psych/Makefile
976
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/ext/psych/depend
977
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/ext/psych/extconf.rb
978
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/ext/psych/psych.c
979
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/ext/psych/psych.h
980
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/ext/psych/psych_emitter.c
981
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/ext/psych/psych_emitter.h
982
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/ext/psych/psych_parser.c
983
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/ext/psych/psych_parser.h
984
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/ext/psych/psych_to_ruby.c
985
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/ext/psych/psych_to_ruby.h
986
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/ext/psych/psych_yaml_tree.c
987
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/ext/psych/psych_yaml_tree.h
988
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych.rb
989
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych.so
990
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/class_loader.rb
991
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/coder.rb
992
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/core_ext.rb
993
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/exception.rb
994
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/handler.rb
995
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/handlers/document_stream.rb
996
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/handlers/recorder.rb
997
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/ruby_events.rb
998
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/stream.rb
999
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/tree_builder.rb
1000
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/json/yaml_events.rb
1001
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/nodes.rb
1002
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/nodes/alias.rb
1003
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/nodes/document.rb
1004
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/nodes/mapping.rb
1005
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/nodes/node.rb
1006
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/nodes/scalar.rb
1007
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/nodes/sequence.rb
1008
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/nodes/stream.rb
1009
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/omap.rb
1010
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/parser.rb
1011
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/scalar_scanner.rb
1012
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/set.rb
1013
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/stream.rb
1014
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/streaming.rb
1015
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/syntax_error.rb
1016
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/tree_builder.rb
1017
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/versions.rb
1018
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/visitors.rb
1019
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/visitors/depth_first.rb
1020
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/visitors/emitter.rb
1021
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/visitors/json_tree.rb
1022
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/visitors/to_ruby.rb
1023
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/visitors/visitor.rb
1024
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/visitors/yaml_tree.rb
1025
+ - vendor/bundle/ruby/3.3.0/gems/psych-5.2.0/lib/psych/y.rb
1026
1026
  - vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/BSDL
1027
1027
  - vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/COPYING
1028
1028
  - vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ChangeLog
@@ -2028,18 +2028,18 @@ files:
2028
2028
  - vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/time.rb
2029
2029
  - vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/timer.rb
2030
2030
  - vendor/bundle/ruby/3.3.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/version.rb
2031
- - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.1/.document
2032
- - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.1/.rdoc_options
2033
- - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.1/COPYING
2034
- - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.1/LICENSE.txt
2035
- - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.1/NEWS.md
2036
- - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.1/README.md
2037
- - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.1/docs/io.rb
2038
- - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.1/ext/stringio/.document
2039
- - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.1/ext/stringio/Makefile
2040
- - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.1/ext/stringio/extconf.rb
2041
- - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.1/ext/stringio/stringio.c
2042
- - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.1/lib/stringio.so
2031
+ - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.2/.document
2032
+ - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.2/.rdoc_options
2033
+ - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.2/COPYING
2034
+ - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.2/LICENSE.txt
2035
+ - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.2/NEWS.md
2036
+ - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.2/README.md
2037
+ - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.2/docs/io.rb
2038
+ - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.2/ext/stringio/.document
2039
+ - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.2/ext/stringio/Makefile
2040
+ - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.2/ext/stringio/extconf.rb
2041
+ - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.2/ext/stringio/stringio.c
2042
+ - vendor/bundle/ruby/3.3.0/gems/stringio-3.1.2/lib/stringio.so
2043
2043
  - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml
2044
2044
  - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml
2045
2045
  - vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.gitignore
@@ -2158,7 +2158,7 @@ files:
2158
2158
  - vendor/bundle/ruby/3.3.0/specifications/parser-3.3.6.0.gemspec
2159
2159
  - vendor/bundle/ruby/3.3.0/specifications/pry-0.14.2.gemspec
2160
2160
  - vendor/bundle/ruby/3.3.0/specifications/pry-byebug-3.10.1.gemspec
2161
- - vendor/bundle/ruby/3.3.0/specifications/psych-5.1.2.gemspec
2161
+ - vendor/bundle/ruby/3.3.0/specifications/psych-5.2.0.gemspec
2162
2162
  - vendor/bundle/ruby/3.3.0/specifications/racc-1.8.1.gemspec
2163
2163
  - vendor/bundle/ruby/3.3.0/specifications/rainbow-3.1.1.gemspec
2164
2164
  - vendor/bundle/ruby/3.3.0/specifications/rake-13.0.6.gemspec
@@ -2169,7 +2169,7 @@ files:
2169
2169
  - vendor/bundle/ruby/3.3.0/specifications/rspec-support-3.13.1.gemspec
2170
2170
  - vendor/bundle/ruby/3.3.0/specifications/rubocop-0.66.0.gemspec
2171
2171
  - vendor/bundle/ruby/3.3.0/specifications/ruby-progressbar-1.13.0.gemspec
2172
- - vendor/bundle/ruby/3.3.0/specifications/stringio-3.1.1.gemspec
2172
+ - vendor/bundle/ruby/3.3.0/specifications/stringio-3.1.2.gemspec
2173
2173
  - vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.4.1.gemspec
2174
2174
  - vendor/bundle/ruby/3.3.0/specifications/unicode-display_width-1.5.0.gemspec
2175
2175
  homepage: https://github.com/Cybrid-app/cybrid-api-id-ruby/