ace-support-mac-clipboard 0.3.1 → 0.3.3
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/CHANGELOG.md +15 -0
- data/README.md +12 -0
- data/lib/ace/support/mac_clipboard/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90abe5810ac9a634ded57bec939438b72ab25d11874f3da186afdc8976508afc
|
|
4
|
+
data.tar.gz: 537212600f1dc50fb5c9b3d9d9c95c55f40c545b593272e7d2acc71d93ac16a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e0e82c4c9e6e19c35534e7bba25eb94dd6d7da6be8607b35579b2b832bafb0cd025115d4d72a06e2fc253de724082cfefa144523ce7941ecef73400dccec300
|
|
7
|
+
data.tar.gz: 4e223b9d8814c0d353b3e99c728285dd23324ccebf82ad4b1b5a6b3a051fd730864dedbe048a120f7f6d322325ca256c42880ba1db912cc155af0e7441a4a436
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,21 @@ The format is based on [Keep a Changelog][1], and this project adheres to [Seman
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.3.3] - 2026-04-13
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
- **ace-support-mac-clipboard v0.3.3**: Standardized shared package tests to the fast-only layout and updated testing flow defaults.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [0.3.2] - 2026-04-11
|
|
16
|
+
|
|
17
|
+
### Technical
|
|
18
|
+
- Migrated deterministic package tests to `test/fast/` (`test/mac_clipboard_test.rb` -> `test/fast/mac_clipboard_test.rb`).
|
|
19
|
+
- Documented `ace-support-mac-clipboard` as a fast-only package and kept deterministic verification on:
|
|
20
|
+
- `ace-test ace-support-mac-clipboard`
|
|
21
|
+
- `ace-test ace-support-mac-clipboard all`
|
|
22
|
+
- Confirmed this migration does not introduce `test/feat/` or `test/e2e/` layers.
|
|
23
|
+
|
|
9
24
|
## [0.3.1] - 2026-03-29
|
|
10
25
|
|
|
11
26
|
### Technical
|
data/README.md
CHANGED
|
@@ -24,6 +24,18 @@
|
|
|
24
24
|
|
|
25
25
|
**Keep platform details isolated** - encapsulate macOS-specific clipboard behavior in one package so the rest of ACE stays platform-neutral.
|
|
26
26
|
|
|
27
|
+
## Testing Contract
|
|
28
|
+
|
|
29
|
+
This package is **fast-only** in the ACE testing model.
|
|
30
|
+
|
|
31
|
+
- Deterministic coverage lives under `test/fast/`.
|
|
32
|
+
- This migration does not introduce `test/feat/` or `test/e2e/` for this package.
|
|
33
|
+
|
|
34
|
+
Run:
|
|
35
|
+
|
|
36
|
+
- `ace-test ace-support-mac-clipboard`
|
|
37
|
+
- `ace-test ace-support-mac-clipboard all`
|
|
38
|
+
|
|
27
39
|
---
|
|
28
40
|
|
|
29
41
|
Part of [ACE](https://github.com/cs3b/ace)
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ace-support-mac-clipboard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Czyz
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-04-20 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: ffi
|