pty_compat 2.0.0 → 2.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 605c5beef7aef4410452b3aa58901922af3b6160e45f94d837e01723802478a7
4
- data.tar.gz: ba36e3cd17a5b253060555391edd07ba57ebd2fc0661c765151e384409b30623
3
+ metadata.gz: f92ec52a6f134e921fe8fe94a78d3ea1dff84726818312a8e5fe3bf72c663d99
4
+ data.tar.gz: c94824c399d1f4755a40dd48b9607631cef3931f007f521c0e171593d0e81394
5
5
  SHA512:
6
- metadata.gz: 93fe06ab67bff3a137640e554711b9c724c7887f1fbf0750982d52f37552d038271c4dd9a60a676eac0a1f991e7178ad04f99281f1c95b9f8ed17be4b3670088
7
- data.tar.gz: aaca962bad94df726007215f39a3663ce0449a44285cdb528330c182a452c5e71d6c58d5f2274108a6d5938097f37a99f8602d02a84fcf493d9fe0bfab833de9
6
+ metadata.gz: 9aada59906bf16bad1be7837d3e315da82a695a1bf6b8aaa5eb3b8cc7251086db3e43ebfcae45d4e4703a046c8532175a3200458b7397f6352d2a0d38b01a32d
7
+ data.tar.gz: 0e8631fdc27cb29df1339d21220add9fb3fad9f90019ee9f6052240152b66f1e6b25f61b196ddd5848fe95cec2a238f3d4442dcc581431c1312767fd72302b69
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # [v2.0.1](https://github.com/Muriel-Salvan/pty_compat/compare/v2.0.0...v2.0.1) (2026-07-01 15:43:51)
2
+
3
+ ### Patches
4
+
5
+ * [ci: add Codecov coverage reporting to CI pipeline](https://github.com/Muriel-Salvan/pty_compat/commit/5d25edbd834d1d2164057932ce9c00033b4a63f5)
6
+
1
7
  # [v2.0.0](https://github.com/Muriel-Salvan/pty_compat/compare/v1.0.0...v2.0.0) (2026-07-01 08:19:49)
2
8
 
3
9
  ### Breaking changes
@@ -2,5 +2,5 @@ module PtyCompat
2
2
  # @!group Public API
3
3
 
4
4
  # Gem version
5
- VERSION = '2.0.0'
5
+ VERSION = '2.0.1'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pty_compat
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Muriel Salvan