stringio 3.0.1 → 3.0.2.pre1

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 +10 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 709966f48107a3b3ab9c8b6195ffc21e7e887b7e02c139e4608b20e265ce63c5
4
- data.tar.gz: '087dda134d3df50928ebb2a941032a4b5a94fafb1a2dc15057a801a3bfff2d65'
3
+ metadata.gz: 485b4a853f043d25f1c1a3ece1a7f1e8a1720ee7157bcde9df858ac0f9b61701
4
+ data.tar.gz: f6f24d32282461b5c3b97d1576a7a510def637d0c9dc98834876e5ecbd2792b0
5
5
  SHA512:
6
- metadata.gz: 38f467c080782fdca0e76f32c75aac445457d653eea491bd3219f412682889e6613c363062700901948cc372af9227dceba622cc77a84b01455fd6af38247c69
7
- data.tar.gz: f17f06857188c5f7cac5810fb6c98cbf2615832a785ea0b19e3e91d6754d9136498694da628e61ba4a5ceb39ba7b7afad63d443c473c49364f423d08d0e19e75
6
+ metadata.gz: e2c05da950d38ff21f3b4d4836be02dd7f9c479daff89fb648f84ccfb857a8611bfa2a0ab716f03316887790c70802d83b9a8867705b5aaddbadc9906f23b3a8
7
+ data.tar.gz: c9eb88894bc04413f3ed136b0d5801439913bc9721cf6e8daa5c77cdd118ea2aadab3830d0522949d1147294eda81db09f0e5a43d5ff68d5d49f37c8d305d532
@@ -12,7 +12,7 @@
12
12
 
13
13
  **********************************************************************/
14
14
 
15
- #define STRINGIO_VERSION "3.0.1"
15
+ #define STRINGIO_VERSION "3.0.2.pre1"
16
16
 
17
17
  #include "ruby.h"
18
18
  #include "ruby/io.h"
metadata CHANGED
@@ -1,17 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stringio
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2.pre1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nobu Nakada
8
- autorequire:
8
+ - Charles Oliver Nutter
9
+ autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2021-10-21 00:00:00.000000000 Z
12
+ date: 2022-04-15 00:00:00.000000000 Z
12
13
  dependencies: []
13
14
  description: Pseudo `IO` class from/to `String`.
14
- email: nobu@ruby-lang.org
15
+ email:
16
+ - nobu@ruby-lang.org
17
+ - headius@headius.com
15
18
  executables: []
16
19
  extensions:
17
20
  - ext/stringio/extconf.rb
@@ -25,7 +28,7 @@ licenses:
25
28
  - Ruby
26
29
  - BSD-2-Clause
27
30
  metadata: {}
28
- post_install_message:
31
+ post_install_message:
29
32
  rdoc_options: []
30
33
  require_paths:
31
34
  - lib
@@ -40,8 +43,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
40
43
  - !ruby/object:Gem::Version
41
44
  version: '2.6'
42
45
  requirements: []
43
- rubygems_version: 3.3.0.dev
44
- signing_key:
46
+ rubygems_version: 3.3.7
47
+ signing_key:
45
48
  specification_version: 4
46
49
  summary: Pseudo IO on String
47
50
  test_files: []