stringio 3.1.8-java → 3.1.9-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 +33 -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: 2bf8cf516912e3e4fea4524d8a50f635d9b467521b5971008258efda2328e82c
4
+ data.tar.gz: bec341cb22ab84e261a8e028f088ba230113140fe830a2333ff64289c484e662
5
5
  SHA512:
6
- metadata.gz: 6112eeaa77e61eb9aaec3d03de246e1e814bf04641edc9ee6fc9585c5a2e3e84cfdb372d1eee9ac8bece74a3ed48a898465df5d040534c0f856a14c36260b30a
7
- data.tar.gz: e893fb8a3c7b1318e36f17dcbee068faedf459b9e002121ee3f31b551a6f97791732817638ce68bd300170020af44af83b59a88b976068fc792526697685abe9
6
+ metadata.gz: 906ccb6de9baaca00e86ff0d8a2455530c7102483a5823c5f92a101586a98de4c7427947475b728f861dd01df9c95dc979f5caf06a840ea4ec5db58572b712ef
7
+ data.tar.gz: 3695f3db4a3b3dbf723a59b14bb1a25b35e443cc19aa2ad9659b4e35bdb60a4ba0a6e7a10cd6cc61db3c1117e1652d5f8a6581a6b4d6c93e21c1e323c227d623
data/NEWS.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # News
2
2
 
3
+ ## 3.1.9 - 2025-12-01
4
+
5
+ ### Improvements
6
+
7
+ * [DOC] Tweaks for StringIO#each_line
8
+ * GH-165
9
+
10
+ * [DOC] Doc for StringIO.size
11
+ * GH-175
12
+
13
+ * [DOC] Tweaks for StringIO#fsync
14
+ * GH-173
15
+
16
+ * [DOC] Fix #seek link
17
+ * GH-174
18
+
19
+ * Add a note about chilled string support to 3.1.8 release note
20
+ * GH-180 fixes GH-179
21
+
22
+ ### Fixes
23
+
24
+ * JRuby: Removed use of RubyBasicObject.flags
25
+ * GH-182
26
+
27
+ ### Thanks
28
+
29
+ * Burdette Lamar
30
+
31
+ * Charles Oliver Nutter
32
+
3
33
  ## 3.1.8 - 2025-11-12
4
34
 
5
35
  ### Improvements
@@ -7,6 +37,9 @@
7
37
  * Improved documents
8
38
  * Patch by Burdette Lamar
9
39
 
40
+ * Improved chilled string support
41
+ * GH-128
42
+
10
43
  ### Fixes
11
44
 
12
45
  * 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.1.9
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-02 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.1.9
45
45
  rdoc_options: []
46
46
  require_paths:
47
47
  - lib/java