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.
- checksums.yaml +4 -4
- data/lib/crosspack/version.rb +1 -1
- metadata +6 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd9fa9d325c41f9b9b56fcbaf6fca186f28fcfff888002ba7f2f896e9f93fd38
|
|
4
|
+
data.tar.gz: c9281e44840c2f238ae49feacebb269f822f3ea15fb38681ac47f41804221bf2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c13e601a7402da31931e3d2a8b93a7e9120369a5a157327992ed8aea827b756684f5e320e8880d4e3d1168e18d4e886ed3e6e0465d749d5c308feb628de9afa2
|
|
7
|
+
data.tar.gz: 924c9c9a07cdbfd2661f20e07eb0137566a8935f96d7b420275ecc27c3d513e59e885cf6f3a4f2345552f8540b4466213caf9c6f87f41f6c4c03335fe558a463
|
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.7.
|
|
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: '
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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:
|
|
94
|
-
packages (deb/rpm/PKGBUILD/winget/cask)'
|
|
92
|
+
summary: Painless packaging for any platform
|
|
95
93
|
test_files: []
|