cybrid_api_id_ruby 0.118.21 → 0.118.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  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.2.0/cache/stringio-3.1.1.gem +0 -0
  46. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +5 -5
  47. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  48. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.2/gem_make.out +5 -5
  49. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.0/gem_make.out +5 -5
  50. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{stringio-3.1.0 → stringio-3.1.1}/gem_make.out +18 -18
  51. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.1/stringio.so +0 -0
  52. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/.document +5 -0
  53. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/.rdoc_options +2 -0
  54. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/COPYING +56 -0
  55. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/LICENSE.txt +22 -0
  56. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/NEWS.md +166 -0
  57. data/vendor/bundle/ruby/3.2.0/gems/{stringio-3.1.0 → stringio-3.1.1}/README.md +1 -1
  58. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/docs/io.rb +8 -0
  59. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio/.document +1 -0
  60. data/vendor/bundle/ruby/3.2.0/gems/{stringio-3.1.0 → stringio-3.1.1}/ext/stringio/stringio.c +114 -74
  61. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/lib/stringio.so +0 -0
  62. data/vendor/bundle/ruby/3.2.0/specifications/{stringio-3.1.0.gemspec → stringio-3.1.1.gemspec} +5 -4
  63. metadata +19 -12
  64. data/vendor/bundle/ruby/3.2.0/cache/stringio-3.1.0.gem +0 -0
  65. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.0/stringio.so +0 -0
  66. data/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/lib/stringio.so +0 -0
  67. /data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{stringio-3.1.0 → stringio-3.1.1}/gem.build_complete +0 -0
  68. /data/vendor/bundle/ruby/3.2.0/gems/{stringio-3.1.0 → stringio-3.1.1}/ext/stringio/Makefile +0 -0
  69. /data/vendor/bundle/ruby/3.2.0/gems/{stringio-3.1.0 → stringio-3.1.1}/ext/stringio/extconf.rb +0 -0
@@ -3,24 +3,24 @@ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendo
3
3
  creating Makefile
4
4
 
5
5
  current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse
6
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-i14ff4 sitelibdir\=./.gem.20240612-3689-i14ff4 clean
6
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3695-wzrkqc sitelibdir\=./.gem.20240613-3695-wzrkqc clean
7
7
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
8
8
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
9
9
 
10
10
  current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse
11
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-i14ff4 sitelibdir\=./.gem.20240612-3689-i14ff4
11
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3695-wzrkqc sitelibdir\=./.gem.20240613-3695-wzrkqc
12
12
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
13
13
  compiling cparse.c
14
14
  linking shared-object racc/cparse.so
15
15
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
16
16
 
17
17
  current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse
18
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-i14ff4 sitelibdir\=./.gem.20240612-3689-i14ff4 install
18
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3695-wzrkqc sitelibdir\=./.gem.20240613-3695-wzrkqc install
19
19
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
20
- /usr/bin/install -c -m 0755 cparse.so ./.gem.20240612-3689-i14ff4/racc
20
+ /usr/bin/install -c -m 0755 cparse.so ./.gem.20240613-3695-wzrkqc/racc
21
21
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
22
22
 
23
23
  current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse
24
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-i14ff4 sitelibdir\=./.gem.20240612-3689-i14ff4 clean
24
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3695-wzrkqc sitelibdir\=./.gem.20240613-3695-wzrkqc clean
25
25
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
26
26
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/racc-1.8.0/ext/racc/cparse'
@@ -1,26 +1,26 @@
1
- current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
1
+ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio
2
2
  /usr/local/bin/ruby extconf.rb
3
3
  creating Makefile
4
4
 
5
- current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
6
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-qik46r sitelibdir\=./.gem.20240612-3689-qik46r clean
7
- make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
8
- make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
5
+ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio
6
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3695-kpsz4b sitelibdir\=./.gem.20240613-3695-kpsz4b clean
7
+ make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
8
+ make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
9
9
 
10
- current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
11
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-qik46r sitelibdir\=./.gem.20240612-3689-qik46r
12
- make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
10
+ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio
11
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3695-kpsz4b sitelibdir\=./.gem.20240613-3695-kpsz4b
12
+ make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
13
13
  compiling stringio.c
14
14
  linking shared-object stringio.so
15
- make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
15
+ make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
16
16
 
17
- current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
18
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-qik46r sitelibdir\=./.gem.20240612-3689-qik46r install
19
- make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
20
- /usr/bin/install -c -m 0755 stringio.so ./.gem.20240612-3689-qik46r
21
- make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
17
+ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio
18
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3695-kpsz4b sitelibdir\=./.gem.20240613-3695-kpsz4b install
19
+ make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
20
+ /usr/bin/install -c -m 0755 stringio.so ./.gem.20240613-3695-kpsz4b
21
+ make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
22
22
 
23
- current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio
24
- make DESTDIR\= sitearchdir\=./.gem.20240612-3689-qik46r sitelibdir\=./.gem.20240612-3689-qik46r clean
25
- make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
26
- make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.0/ext/stringio'
23
+ current directory: /home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio
24
+ make DESTDIR\= sitearchdir\=./.gem.20240613-3695-kpsz4b sitelibdir\=./.gem.20240613-3695-kpsz4b clean
25
+ make[1]: Entering directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
26
+ make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-idp/ruby/vendor/bundle/ruby/3.2.0/gems/stringio-3.1.1/ext/stringio'
@@ -0,0 +1,5 @@
1
+ COPYING
2
+ *.md
3
+ *.txt
4
+ docs/
5
+ ext/stringio/
@@ -0,0 +1,2 @@
1
+ ---
2
+ main_page: README.md
@@ -0,0 +1,56 @@
1
+ Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
2
+ You can redistribute it and/or modify it under either the terms of the
3
+ 2-clause BSDL (see the file BSDL), or the conditions below:
4
+
5
+ 1. You may make and give away verbatim copies of the source form of the
6
+ software without restriction, provided that you duplicate all of the
7
+ original copyright notices and associated disclaimers.
8
+
9
+ 2. You may modify your copy of the software in any way, provided that
10
+ you do at least ONE of the following:
11
+
12
+ a. place your modifications in the Public Domain or otherwise
13
+ make them Freely Available, such as by posting said
14
+ modifications to Usenet or an equivalent medium, or by allowing
15
+ the author to include your modifications in the software.
16
+
17
+ b. use the modified software only within your corporation or
18
+ organization.
19
+
20
+ c. give non-standard binaries non-standard names, with
21
+ instructions on where to get the original software distribution.
22
+
23
+ d. make other distribution arrangements with the author.
24
+
25
+ 3. You may distribute the software in object code or binary form,
26
+ provided that you do at least ONE of the following:
27
+
28
+ a. distribute the binaries and library files of the software,
29
+ together with instructions (in the manual page or equivalent)
30
+ on where to get the original distribution.
31
+
32
+ b. accompany the distribution with the machine-readable source of
33
+ the software.
34
+
35
+ c. give non-standard binaries non-standard names, with
36
+ instructions on where to get the original software distribution.
37
+
38
+ d. make other distribution arrangements with the author.
39
+
40
+ 4. You may modify and include the part of the software into any other
41
+ software (possibly commercial). But some files in the distribution
42
+ are not written by the author, so that they are not under these terms.
43
+
44
+ For the list of those files and their copying conditions, see the
45
+ file LEGAL.
46
+
47
+ 5. The scripts and library files supplied as input to or produced as
48
+ output from the software do not automatically fall under the
49
+ copyright of the software, but belong to whomever generated them,
50
+ and may be sold commercially, and may be aggregated with this
51
+ software.
52
+
53
+ 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
54
+ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
55
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
56
+ PURPOSE.
@@ -0,0 +1,22 @@
1
+ Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved.
2
+
3
+ Redistribution and use in source and binary forms, with or without
4
+ modification, are permitted provided that the following conditions
5
+ are met:
6
+ 1. Redistributions of source code must retain the above copyright
7
+ notice, this list of conditions and the following disclaimer.
8
+ 2. Redistributions in binary form must reproduce the above copyright
9
+ notice, this list of conditions and the following disclaimer in the
10
+ documentation and/or other materials provided with the distribution.
11
+
12
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
13
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
14
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
16
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
22
+ SUCH DAMAGE.
@@ -0,0 +1,166 @@
1
+ # News
2
+
3
+ ## 3.1.1 - 2024-06-13
4
+
5
+ ### Improvements
6
+
7
+ * JRuby: Improved.
8
+ * GH-83
9
+ * GH-84
10
+ * GH-85
11
+
12
+ * Added `StringIO::MAX_LENGTH`.
13
+
14
+ * Added support for NULL `StringIO` by `StringIO.new(nil)`.
15
+
16
+ * Improved IO compatibility for partial read.
17
+ * GH-95
18
+ * https://bugs.ruby-lang.org/issues/20418
19
+
20
+ ### Fixes
21
+
22
+ * Fixed a bug that coderange isn't updated after overwrite.
23
+ * Reported by Tiago Cardoso.
24
+ * https://bugs.ruby-lang.org/issues/20185
25
+ * GH-77
26
+ * GH-79
27
+
28
+ ### Thanks
29
+
30
+ * Tiago Cardoso
31
+
32
+ ## 3.1.0 - 2023-11-28
33
+
34
+ ### Fixes
35
+
36
+ * TruffleRuby: Do not compile the C extension
37
+
38
+ GH-71
39
+
40
+ ## 3.0.9 - 2023-11-08
41
+
42
+ ### Improvements
43
+
44
+ * JRuby: Aligned `StringIO#gets` behavior with the C implementation.
45
+
46
+ GH-61
47
+
48
+ ### Fixes
49
+
50
+ * CRuby: Fixed `StringIO#pread` with the length 0.
51
+
52
+ Patch by Jean byroot Boussier.
53
+
54
+ GH-67
55
+
56
+ * CRuby: Fixed a bug that `StringIO#gets` with non ASCII compatible
57
+ encoding such as UTF-16 doesn't detect correct new line characters.
58
+
59
+ Reported by IWAMOTO Kouichi.
60
+
61
+ GH-68
62
+
63
+ ### Thanks
64
+
65
+ * Jean byroot Boussier
66
+
67
+ * IWAMOTO Kouichi
68
+
69
+ ## 3.0.8 - 2023-08-10
70
+
71
+ ### Improvements
72
+
73
+ * Added `StringIO#pread`.
74
+
75
+ Patch by Jean byroot Boussier.
76
+
77
+ GH-56
78
+
79
+ * JRuby: Added `StringIO::VERSION`.
80
+
81
+ GH-57 GH-59
82
+
83
+ ### Thanks
84
+
85
+ * Jean byroot Boussier
86
+
87
+ ## 3.0.7 - 2023-06-02
88
+
89
+ * CRuby: Avoid direct struct usage. This change is for supporting
90
+ Ruby 3.3.
91
+
92
+ GH-54
93
+
94
+ ## 3.0.6 - 2023-04-14
95
+
96
+ ### Improvements
97
+
98
+ * CRuby: Added support for write barrier.
99
+
100
+ * JRuby: Added missing arty-checking.
101
+
102
+ GH-48
103
+
104
+ * JRuby: Added support for `StringIO.new(encoding:)`.
105
+
106
+ GH-45
107
+
108
+ ## 3.0.5 - 2023-02-02
109
+
110
+ ### Improvements
111
+
112
+ ### Fixes
113
+
114
+ * Fixed a bug that `StringIO#gets("2+ character", chomp: true)` did not
115
+ remove the separator at the end.
116
+ [[Bug #19389](https://bugs.ruby-lang.org/issues/19389)]
117
+
118
+ ## 3.0.4 - 2022-12-09
119
+
120
+ ### Improvements
121
+
122
+ * JRuby: Changed to use flag registry.
123
+ [[GitHub#33](https://github.com/ruby/stringio/pull/26)]
124
+
125
+ ## 3.0.3 - 2022-12-08
126
+
127
+ ### Improvements
128
+
129
+ * Improved documents.
130
+ [[GitHub#33](https://github.com/ruby/stringio/pull/33)]
131
+ [[GitHub#34](https://github.com/ruby/stringio/pull/34)]
132
+ [[GitHub#35](https://github.com/ruby/stringio/pull/35)]
133
+ [[GitHub#36](https://github.com/ruby/stringio/pull/36)]
134
+ [[GitHub#37](https://github.com/ruby/stringio/pull/37)]
135
+ [Patch by Burdette Lamar]
136
+
137
+ ### Fixes
138
+
139
+ * Fixed a bug that large `StringIO#ungetc`/`StringIO#ungetbyte`
140
+ break internal buffer.
141
+
142
+ * Fixed a bug that `StringIO#each("2+ character", chomp: true)` cause
143
+ infinite loop.
144
+ [[Bug #18769](https://bugs.ruby-lang.org/issues/18769)]
145
+
146
+ * Fixed a bug that `StringIO#each(nil, chomp: true)` chomps.
147
+ [[Bug #18770](https://bugs.ruby-lang.org/issues/18770)]
148
+
149
+ * Fixed a bug that `StringIO#each("", chomp: true)` isn't compatible
150
+ with `IO#each("", chomp: true)`.
151
+ [[Bug #18768](https://bugs.ruby-lang.org/issues/18768)]
152
+
153
+ * Fixed a bug that `StringIO#set_encoding` doesn't accept external
154
+ and internal encodings pairo.
155
+ [[GitHub#16](https://github.com/ruby/stringio/issues/16)]
156
+ [Reported by Kenta Murata]
157
+
158
+ * Fixed a bug that `StringIO#truncate` isn't compatible with
159
+ `File#truncate`.
160
+
161
+ ### Thanks
162
+
163
+ * Kenta Murata
164
+
165
+ * Burdette Lamar
166
+
@@ -12,7 +12,7 @@ This library is based on MoonWolf version written in Ruby. Thanks a lot.
12
12
 
13
13
  * `fileno` raises `NotImplementedError`.
14
14
  * encoding conversion is not implemented, and ignored silently.
15
- * there is no `#to_io` method because this is not an `IO.
15
+ * there is no `#to_io` method because this is not an `IO`.
16
16
 
17
17
  ## Installation
18
18
 
@@ -0,0 +1,8 @@
1
+ # :stopdoc:
2
+ class IO
3
+ module generic_readable
4
+ end
5
+ module generic_writable
6
+ end
7
+ end
8
+ # :startdoc: