stringio 3.1.2 → 3.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS.md +13 -0
  3. data/ext/stringio/stringio.c +1 -1
  4. metadata +5 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89f7a19f0a8689e3fa7ceae8a0139eab614a14f64f2d1f5831c0d012d3b49dac
4
- data.tar.gz: 71b2022cc337d594566c0dfcb215bc1f3d4949747c97ffb984ea0613f67d58aa
3
+ metadata.gz: 53f93bd2c66c51afc07b243b140794c10300067651cd29caae8abbda0f8c67dc
4
+ data.tar.gz: 05ec27cf31975fb899df94db40aa310bcea567cd3d3139348334ee62980fae81
5
5
  SHA512:
6
- metadata.gz: e6aa9ba1567fe2ea15f973a81ef8ae215be4ea7b88013dd9a4d9e8cbd8d1d0381dd70980ffb049d8b4283e0b1e6e586ef840618c8f129f1182c71bfa95847824
7
- data.tar.gz: ed2fd455cbe0f072ef020f2b6a114ae192a8a86509cebcb927fb4c7b9754551bdda8519ebc7aa21b6cbf2b3c0cab4170e5017c0468ad4431ea4b9eaf9c473825
6
+ metadata.gz: 0775a86fb9144d9c8baf319717b06ed4932aa04a6eecddfdc62ca25bb2be574938c28a750766848e138918f553383345ab46b38856083dbafbb651d86169c918
7
+ data.tar.gz: b255d4b82939a69f1dbd12f152b8cfa9b9f6c1c4b78fd40a2bec3a22b6e40e7536430c940c5e19800815bbce7fd48c2f1bc5acf88368ed7b63aa0836a88f8ddb
data/NEWS.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # News
2
2
 
3
+ ## 3.1.3 - 2025-02-14
4
+
5
+ ### Fixes
6
+
7
+ * JRuby: Fixed a bug that JRuby may not be able to be started
8
+ * GH-112
9
+ * GH-113
10
+ * Reported by Karol Bucek
11
+
12
+ ### Thanks
13
+
14
+ * Karol Bucek
15
+
3
16
  ## 3.1.2 - 2024-11-07
4
17
 
5
18
  ### Improvements
@@ -13,7 +13,7 @@
13
13
  **********************************************************************/
14
14
 
15
15
  static const char *const
16
- STRINGIO_VERSION = "3.1.2";
16
+ STRINGIO_VERSION = "3.1.3";
17
17
 
18
18
  #include <stdbool.h>
19
19
 
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stringio
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nobu Nakada
8
8
  - Charles Oliver Nutter
9
- autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2024-11-07 00:00:00.000000000 Z
11
+ date: 2025-02-14 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Pseudo `IO` class from/to `String`.
15
14
  email:
@@ -42,8 +41,8 @@ homepage: https://github.com/ruby/stringio
42
41
  licenses:
43
42
  - Ruby
44
43
  - BSD-2-Clause
45
- metadata: {}
46
- post_install_message:
44
+ metadata:
45
+ changelog_uri: https://github.com/ruby/stringio/releases/tag/v3.1.3
47
46
  rdoc_options: []
48
47
  require_paths:
49
48
  - lib
@@ -58,8 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
57
  - !ruby/object:Gem::Version
59
58
  version: '0'
60
59
  requirements: []
61
- rubygems_version: 3.5.22
62
- signing_key:
60
+ rubygems_version: 3.6.2
63
61
  specification_version: 4
64
62
  summary: Pseudo IO on String
65
63
  test_files: []