io-like 0.4.0.pre1 → 0.4.0
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.
- checksums.yaml +4 -4
- data/NEWS.md +13 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e25647d09f3e8038899fd9aa3a6b44424378df349ce7ce63d377ff77add6e97c
|
4
|
+
data.tar.gz: 281eb144fe47902e8c24775ac641760034e95d295c3ed8c06867c81eebce22f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8c31c43fc49640396c778224fc31874ea6feb48b98bebc7ab698424b31346c6064f840ba28056a18b6815d4378abc899c8937a81c3def4e241b8ddf2eadfec7
|
7
|
+
data.tar.gz: d23492ca3419d7098b7134e6a1880fea8f7c15b7d629970f5a56493e6c5cd7600ffc990601e6939f48ed2bc1fe5a234d1c3aaa9cd8698ed90391ce19abd9321b
|
data/NEWS.md
CHANGED
@@ -6,6 +6,19 @@ detailed information is available in the rest of the documentation.
|
|
6
6
|
**NOTE:** Date stamps in the following entries are in YYYY/MM/DD format.
|
7
7
|
|
8
8
|
|
9
|
+
## v0.4.0 (2025/06/01)
|
10
|
+
* Reimplemented all version specific IO::Like modules as a single class
|
11
|
+
* **WARNING:** Breaks API compatibility with prior versions
|
12
|
+
* Dropped support for Ruby less than 2.7
|
13
|
+
* Added full API compatibility for Ruby 2.7 through 3.4
|
14
|
+
* Support for character encodings
|
15
|
+
* Asynchronous/nonblocking methods
|
16
|
+
* Many missing helper methods
|
17
|
+
* Reworked spec handling to make it easier to import rubyspec snapshots almost
|
18
|
+
trivially (Grant Gardner, Jeremy Bopp)
|
19
|
+
* Added code coverage tooling
|
20
|
+
|
21
|
+
|
9
22
|
## v0.4.0.pre1 (2025/05/07)
|
10
23
|
* Reimplemented all version specific IO::Like modules as a single class
|
11
24
|
* **WARNING:** Breaks API compatibility with prior versions
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: io-like
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.0
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Bopp
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
- Jordan Pickwell
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2025-
|
13
|
+
date: 2025-06-07 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rake
|
@@ -135,7 +135,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
136
136
|
- - ">="
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: 2.
|
138
|
+
version: 2.7.0
|
139
139
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
140
140
|
requirements:
|
141
141
|
- - ">="
|