stringio 3.1.4-java → 3.1.6-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 +20 -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: e9370c3736ccd1f54a43796c41bdac9259a3eac0803bbf9d052616f20f9156f9
4
- data.tar.gz: bb3b2d7bac64442021a6617c75c6530a131b05d281819516cde2b7c35981b7fb
3
+ metadata.gz: 0a2140946e83f47ff3a597f886fc2cb3b5b8df5ed07cf46ed77319ed4c557ab1
4
+ data.tar.gz: 64950e685c9724f05a6a4e4aadbce7416885180d8f529e0d8d41db96647a1c2b
5
5
  SHA512:
6
- metadata.gz: 61063bc327b9aba6fd52102a72548e315ce70ae39649301a23342809b4f46a520e3910c0a3bb95445acf749e8817b1070b152aee6703bf54e1d83d3dbf43576a
7
- data.tar.gz: da87831215e455c1224993391e94a034a81e67045f4da4aabd4bc5f79eb370635c4dcaf834d064cc057a3efdf2446203a194b2a950e8a01d6d295197c137aa0f
6
+ metadata.gz: e121b25829999e7eba01e83421faec2cf9ad684a2f09e52eac40c712339beb122d9c31e4c9988982a0289a15505265cfac657670338a66213540b3ab2279f101
7
+ data.tar.gz: d4b6fb001ffab84f5ed8b04408671f9937e266928e2b9d92f1adffdc8f264d861e2ad318f6ba021014f303e4e655453ea5ed769ac626ef79c69292a081926b54
data/NEWS.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # News
2
2
 
3
+ ## 3.1.6 - 2025-03-25
4
+
5
+ ### Fixes
6
+
7
+ * CRuby: Fix SEGV at unget to a null device StringIO
8
+ * JRuby:
9
+ * Fix NullPointerException at unget to a null device StringIO
10
+ * Use proper checkEncoding signature
11
+ * Update strioWrite logic to match CRuby
12
+ * GH-124
13
+
14
+ ## 3.1.5 - 2025-02-21
15
+
16
+ ### Improvements
17
+
18
+ * JRuby: Improved compatibility with CRuby for `StringIO#seek` with
19
+ frozen string.
20
+ * GH-119
21
+ * GH-121
22
+
3
23
  ## 3.1.4 - 2025-02-20
4
24
 
5
25
  ### Improvements
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.4
4
+ version: 3.1.6
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-02-20 00:00:00.000000000 Z
11
+ date: 2025-03-25 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.4
44
+ changelog_uri: https://github.com/ruby/stringio/releases/tag/v3.1.6
45
45
  rdoc_options: []
46
46
  require_paths:
47
47
  - lib/java