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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f1b1bcc611377577384101685763d88198c0b27dc9323a8370fda526b7440d8
4
- data.tar.gz: b3c121e02cfebbcfe8112bd4597f2009b35aecee53019a0c51aa2bb791f51007
3
+ metadata.gz: 446cc8ee80c8c72227611451283314f75a8c9a276e915cecd416c72269e10d7a
4
+ data.tar.gz: f6186516867c2dbb74871991d33b9eb3e24ab79c627ad32dd169bf8b0be78611
5
5
  SHA512:
6
- metadata.gz: 2f69bb73a73517c21764f8e9bd7c31436f2d6a8615b437ea7912c06e4790a353c8952b7d4834c5a883352773fedb00ee73786689a3864a51e95f6835760aa003
7
- data.tar.gz: df5e860abc414316410211b72fdf22d82f18a95cc211fa37d9316503625ae5fbffee86fa6a66f959a15f3a3a4cc44661d6dac05b002c2c1b6e438923dbc71d41
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Crossbuild
4
- VERSION = '0.5.0'
4
+ VERSION = '0.5.1'
5
5
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Crosspack
4
- VERSION = '0.5.0'
4
+ VERSION = '0.5.1'
5
5
  end
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.0
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 <target> verifies
14
- and installs the build host dependencies, crosspack build <target> runs the build.yaml
15
- matrix entry and fans artifacts into builds/, crosspack pack <target> turns that
16
- tree into a native package. Stages are gated — no packing before building — and
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: 'Staged cross-platform pipeline: deps → build → pack native packages (deb/rpm/PKGBUILD/winget/cask)'
78
+ summary: 'One config (crosspack.yml), staged pipeline: deps → build → pack native
79
+ packages (deb/rpm/PKGBUILD/winget/cask)'
79
80
  test_files: []