stringio 3.1.8-java → 3.2.0-java

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS.md +52 -0
  3. data/lib/java/stringio.jar +0 -0
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3296926104c4857107f0c4182c3071cebc37c454445b53cdd0accc0a6b582d2c
4
- data.tar.gz: 1a296dc6a1e128494568a662cd0082c69b6f654da0ea9a7c714ccbe5e23a1072
3
+ metadata.gz: f569fb1ae38448552a1a3f49140b6fa0ade5aec6824e73f4bb069e56c56865db
4
+ data.tar.gz: f74944e68fce3668896f4021c6e412753a8305438053dd179910bc5a566d4b80
5
5
  SHA512:
6
- metadata.gz: 6112eeaa77e61eb9aaec3d03de246e1e814bf04641edc9ee6fc9585c5a2e3e84cfdb372d1eee9ac8bece74a3ed48a898465df5d040534c0f856a14c36260b30a
7
- data.tar.gz: e893fb8a3c7b1318e36f17dcbee068faedf459b9e002121ee3f31b551a6f97791732817638ce68bd300170020af44af83b59a88b976068fc792526697685abe9
6
+ metadata.gz: 0e3e954e314eeca1ce14b47dab064a36bfc07c4af647f48a7f314a284b4d9eab5cc2f3ffc36a1fa1a69fa63ffb2f201504c3f7aad6eb0e866bbfcbdcd58f6ba4
7
+ data.tar.gz: 109e5c1b1d1b378b7a4d13d718397a2262bc181dea0bb361809b8e603930e6ce561e8d8f9e7bc8e1c67602e7107c308565b12ae272572b70d1ffed8414248460
data/NEWS.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # News
2
2
 
3
+ ## 3.2.0 - 2025-12-17
4
+
5
+ ### Improvements
6
+
7
+ * Improved documents.
8
+ * GH-179
9
+ * GH-188
10
+ * GH-189
11
+ * GH-190
12
+ * GH-191
13
+ * GH-192
14
+ * GH-193
15
+ * GH-194
16
+ * Patch by Burdette Lamar
17
+
18
+ ### Thanks
19
+
20
+ * Burdette Lamar
21
+
22
+ ## 3.1.9 - 2025-12-01
23
+
24
+ ### Improvements
25
+
26
+ * [DOC] Tweaks for StringIO#each_line
27
+ * GH-165
28
+
29
+ * [DOC] Doc for StringIO.size
30
+ * GH-175
31
+
32
+ * [DOC] Tweaks for StringIO#fsync
33
+ * GH-173
34
+
35
+ * [DOC] Fix #seek link
36
+ * GH-174
37
+
38
+ * Add a note about chilled string support to 3.1.8 release note
39
+ * GH-180 fixes GH-179
40
+
41
+ ### Fixes
42
+
43
+ * JRuby: Removed use of RubyBasicObject.flags
44
+ * GH-182
45
+
46
+ ### Thanks
47
+
48
+ * Burdette Lamar
49
+
50
+ * Charles Oliver Nutter
51
+
3
52
  ## 3.1.8 - 2025-11-12
4
53
 
5
54
  ### Improvements
@@ -7,6 +56,9 @@
7
56
  * Improved documents
8
57
  * Patch by Burdette Lamar
9
58
 
59
+ * Improved chilled string support
60
+ * GH-128
61
+
10
62
  ### Fixes
11
63
 
12
64
  * Fixed SEGV in `StringIO#seek` with `SEEK_END` on `StringIO.new(nil)`
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stringio
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.8
4
+ version: 3.2.0
5
5
  platform: java
6
6
  authors:
7
7
  - Nobu Nakada
8
8
  - Charles Oliver Nutter
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-12 00:00:00.000000000 Z
11
+ date: 2025-12-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Pseudo `IO` class from/to `String`.
14
14
  email:
@@ -41,7 +41,7 @@ licenses:
41
41
  - Ruby
42
42
  - BSD-2-Clause
43
43
  metadata:
44
- changelog_uri: https://github.com/ruby/stringio/releases/tag/v3.1.8
44
+ changelog_uri: https://github.com/ruby/stringio/releases/tag/v3.2.0
45
45
  rdoc_options: []
46
46
  require_paths:
47
47
  - lib/java