crosspack 0.7.0 → 0.7.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/crosspack/version.rb +1 -1
  3. metadata +6 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d03bbc2ce62c3f8cc511df1f4e9ade332adc838a361e2730154c4d9b94403a3
4
- data.tar.gz: 8b3785216051ef0e2c926e9feb4a61d8473286fb3ba1a6b91d4ac19cf0969e88
3
+ metadata.gz: dd9fa9d325c41f9b9b56fcbaf6fca186f28fcfff888002ba7f2f896e9f93fd38
4
+ data.tar.gz: c9281e44840c2f238ae49feacebb269f822f3ea15fb38681ac47f41804221bf2
5
5
  SHA512:
6
- metadata.gz: 5372d580eb8e5730c13f1fffcd08c626e272ae436dc8f0d53a9a504e398f750d25948e29e8741c138044b3a2981f2082aa73e1ca418eaa0f399988ce56cf3d94
7
- data.tar.gz: 63de5f8eafe2856831605c1e667c3d2ed32a65b29c405eb8ebf854c7792616e3fa2b7370ba963cd8d78e7aa9a02edec9ed14458a61e9d4f204772856abfba6f9
6
+ metadata.gz: c13e601a7402da31931e3d2a8b93a7e9120369a5a157327992ed8aea827b756684f5e320e8880d4e3d1168e18d4e886ed3e6e0465d749d5c308feb628de9afa2
7
+ data.tar.gz: 924c9c9a07cdbfd2661f20e07eb0137566a8935f96d7b420275ecc27c3d513e59e885cf6f3a4f2345552f8540b4466213caf9c6f87f41f6c4c03335fe558a463
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Crosspack
4
- VERSION = '0.7.0'
4
+ VERSION = '0.7.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.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Orlov
@@ -23,11 +23,10 @@ dependencies:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
25
  version: '1.0'
26
- description: 'One command, one config file, one target vocabulary: crosspack deps
27
- <target> verifies and installs the build host dependencies, crosspack build <target>
28
- runs the crosspack.yml build matrix entry and fans artifacts into builds/, crosspack
29
- pack <target> turns that tree into a native package. Stages are gated — no packing
30
- before building — and keyed by the same target strings throughout.'
26
+ description: 'The build matrix in crosspack.yml helps you to build and deliver your
27
+ program without pain one config drives a staged pipeline (deps → build → pack)
28
+ that produces native packages for every platform: deb, rpm, PKGBUILD, winget and
29
+ cask.'
31
30
  email:
32
31
  - orelcokolov@gmail.com
33
32
  executables:
@@ -90,6 +89,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
89
  requirements: []
91
90
  rubygems_version: 3.6.9
92
91
  specification_version: 4
93
- summary: 'One config (crosspack.yml), staged pipeline: deps → build → pack native
94
- packages (deb/rpm/PKGBUILD/winget/cask)'
92
+ summary: Painless packaging for any platform
95
93
  test_files: []