stringio 3.0.2.pre1 → 3.0.2

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/ext/stringio/stringio.c +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 485b4a853f043d25f1c1a3ece1a7f1e8a1720ee7157bcde9df858ac0f9b61701
4
- data.tar.gz: f6f24d32282461b5c3b97d1576a7a510def637d0c9dc98834876e5ecbd2792b0
3
+ metadata.gz: 36d42b708a5834d7fb5b4fc7080f995fa620aa8a579515a3be446e952bb795db
4
+ data.tar.gz: d41342f6f4f5ea0046f21bb1274f856e38f01420de77176518cf3cc135208337
5
5
  SHA512:
6
- metadata.gz: e2c05da950d38ff21f3b4d4836be02dd7f9c479daff89fb648f84ccfb857a8611bfa2a0ab716f03316887790c70802d83b9a8867705b5aaddbadc9906f23b3a8
7
- data.tar.gz: c9eb88894bc04413f3ed136b0d5801439913bc9721cf6e8daa5c77cdd118ea2aadab3830d0522949d1147294eda81db09f0e5a43d5ff68d5d49f37c8d305d532
6
+ metadata.gz: a8a9f45ac75b1baa8bb8c0e91bc45eb556329a40e5211ecf3525bd3fb089fc9e39a19e1f1671e0f7c8e79a8b24e27464a6e307e74c6a69d9fd32ccf849ced938
7
+ data.tar.gz: eb2c1d93bc7a91ee5bff2aeaeb64f1e2d5817358447fd26fe65bfc4a48ef3745087fa169289139b3b7e408baca4dd66517a86764bcbd3a67a4b0f2e0d600f863
@@ -12,7 +12,7 @@
12
12
 
13
13
  **********************************************************************/
14
14
 
15
- #define STRINGIO_VERSION "3.0.2.pre1"
15
+ #define STRINGIO_VERSION "3.0.2"
16
16
 
17
17
  #include "ruby.h"
18
18
  #include "ruby/io.h"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stringio
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2.pre1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nobu Nakada
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-04-15 00:00:00.000000000 Z
12
+ date: 2022-05-09 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Pseudo `IO` class from/to `String`.
15
15
  email: