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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8efd10f30f8acbc031bfea599718a0365627de8e60ac4c1553146bc0c94ce329
4
- data.tar.gz: 6ca43d9be11d3e19d986f905e1537d252bd787b2c4acba00b3fb7be5f2246ce8
3
+ metadata.gz: 90abe5810ac9a634ded57bec939438b72ab25d11874f3da186afdc8976508afc
4
+ data.tar.gz: 537212600f1dc50fb5c9b3d9d9c95c55f40c545b593272e7d2acc71d93ac16a1
5
5
  SHA512:
6
- metadata.gz: 613a1621881ec232b3f4e165d25df82a7b46eb80133f537b44919d433ba2773e61a3989aea4a7a941db8de5c4c826dc6fd1a829a89b1a65009a88e9b3c4f7566
7
- data.tar.gz: 857e2cba2ab2a36378092012ab14f42e5bacf1364e0369d73d4038b73f7e5adde3d6deed9365a433aad21fcd529c879c224b9335c6b260c0a3ecbaf848ab2102
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)
@@ -3,7 +3,7 @@
3
3
  module Ace
4
4
  module Support
5
5
  module MacClipboard
6
- VERSION = "0.3.1"
6
+ VERSION = "0.3.3"
7
7
  end
8
8
  end
9
9
  end
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.1
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-03-29 00:00:00.000000000 Z
10
+ date: 2026-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: ffi