autosparkle 0.1.0 → 0.1.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/autosparkle/metadata.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53e0dbaf4795bf4f24ea473048c8d3cfdf661628daa9af1a5b46b97bb4b89efa
|
|
4
|
+
data.tar.gz: 7c01f30d5d9c9363ef949327eae99728228aa9b4156f3f85144681aab64701cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65ed38e0821f79d58fa8bf9baf5124ef986d62b5534e27b87d3e0db9ac03356469cb1b1f41f4193dc9fac42ba6d8d5a1f8f1fe64ac266fe71cda51bb8129f0bc
|
|
7
|
+
data.tar.gz: 6d756b2742e25f5b643f019b628e28f809af2e0b757fdcfb20f432645c27be42f1465af40795ba38d424b618f6eb4a65476a4a59472a2819055ff96918a8bf84
|
data/lib/autosparkle/metadata.rb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
module AutoSparkle
|
|
4
4
|
NAME = 'autosparkle'
|
|
5
|
-
VERSION = '0.1.
|
|
5
|
+
VERSION = '0.1.1'
|
|
6
6
|
SUMMARY = 'Automate macOS app delivery outside the App Store'
|
|
7
7
|
DESCRIPTION = 'Autosparkle is a command-line tool that automates the delivery of macOS apps outside the App Store. It is designed to be used in CI/CD pipelines to automate the process of archiving, signing, notarizing, and distributing macOS apps.'
|
|
8
8
|
end
|