appbundle-updater 0.2.3 → 0.2.4
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/bin/appbundle-updater +1 -3
- data/lib/appbundle_updater/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 098b14042d0c514e02c1996d8c71f4433aaeb367
|
|
4
|
+
data.tar.gz: db1878459ece191bc864fcf791535dbeae5aec26
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 002a8b2ca84bbac6e36a9f34f0224be4780856fc26a1dd50083d140b9c23f119ad2a1d6428d5ebacfb178d91876302bdc5f0ead396ab8d19f6ffba6986dba7ab
|
|
7
|
+
data.tar.gz: 1f05d0a78b755a92d5aa7f15abfe152136790e07563ef556b8845b63ef01c2df0fac0b32db6cba041c7fd262244b163a6cab133ee77c7346633a757847706d68
|
data/bin/appbundle-updater
CHANGED
|
@@ -70,9 +70,7 @@ end
|
|
|
70
70
|
|
|
71
71
|
# our windows omnibus packages all are guaranteed to have tar
|
|
72
72
|
def extract_tgz_windows(file, destination = '.')
|
|
73
|
-
|
|
74
|
-
run("tar xf #{file} --directory #{destination}")
|
|
75
|
-
end
|
|
73
|
+
run("tar xf #{file} --directory #{destination}")
|
|
76
74
|
end
|
|
77
75
|
|
|
78
76
|
# pure ruby `tar xzf`, handles longlinks and directories ending in '/'
|