crosspack 0.5.0 → 0.5.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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/crossbuild/version.rb +1 -1
- data/lib/crosspack/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 446cc8ee80c8c72227611451283314f75a8c9a276e915cecd416c72269e10d7a
|
|
4
|
+
data.tar.gz: f6186516867c2dbb74871991d33b9eb3e24ab79c627ad32dd169bf8b0be78611
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1208559fef0f7a26b62b375d4ca90578fd52668cb30862f4ba9245e3402f6b4f0e512ef4b0029eea5072328c2818e21f9d3f5ebd584edfd286b34abc9a977fa3
|
|
7
|
+
data.tar.gz: 6902bf1a81aa6ecaecc8fead2fed2886e80f948957e8bead59be6cba6ec9710d22457bed4e7ffb9e8b793e956baf764aab0a0c7ff584eb7ed13c81f23f4e3add
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.5.1] - 2026-09-13
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Gem metadata: the summary/description no longer mention the removed
|
|
12
|
+
build.yaml — they describe the single crosspack.yml config.
|
|
13
|
+
|
|
8
14
|
## [0.5.0] - 2026-09-13
|
|
9
15
|
|
|
10
16
|
### Breaking
|
data/lib/crossbuild/version.rb
CHANGED
data/lib/crosspack/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: crosspack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Oleg Orlov
|
|
@@ -10,11 +10,11 @@ bindir: exe
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2026-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: 'One command, one target vocabulary: crosspack deps
|
|
14
|
-
and installs the build host dependencies, crosspack build <target>
|
|
15
|
-
matrix entry and fans artifacts into builds/, crosspack
|
|
16
|
-
tree into a native package. Stages are gated — no packing
|
|
17
|
-
keyed by the same target strings throughout.'
|
|
13
|
+
description: 'One command, one config file, one target vocabulary: crosspack deps
|
|
14
|
+
<target> verifies and installs the build host dependencies, crosspack build <target>
|
|
15
|
+
runs the crosspack.yml build matrix entry and fans artifacts into builds/, crosspack
|
|
16
|
+
pack <target> turns that tree into a native package. Stages are gated — no packing
|
|
17
|
+
before building — and keyed by the same target strings throughout.'
|
|
18
18
|
email:
|
|
19
19
|
- orelcokolov@gmail.com
|
|
20
20
|
executables:
|
|
@@ -75,5 +75,6 @@ requirements: []
|
|
|
75
75
|
rubygems_version: 3.5.22
|
|
76
76
|
signing_key:
|
|
77
77
|
specification_version: 4
|
|
78
|
-
summary: '
|
|
78
|
+
summary: 'One config (crosspack.yml), staged pipeline: deps → build → pack native
|
|
79
|
+
packages (deb/rpm/PKGBUILD/winget/cask)'
|
|
79
80
|
test_files: []
|