rebuild 0.0.4.pre6 → 0.0.4.pre7
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/rebuild/version.rb +1 -1
- data/script/start_install.scpt +2 -2
- 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: 3b4b992c1b0aa5db4f2c7adaaad71d7d9579781f
|
|
4
|
+
data.tar.gz: 0c5c5b18c3d05daf7977427af6cedbb6fc6583f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68ce74cc4b8c2cee31f1b8ac898eb0994ac045936208890af8eb6e546c4c0131fb2df2d01d94e8e64e94fdb51e602ce440fef2064c72ae059efe133d9ff13565
|
|
7
|
+
data.tar.gz: 0d12b6bdc3f4e5b542091aae04b605e7ceaf7ffd1420154f59f39816422dba02a1c476ea2888e75adf4c4a5be5970afcc87f521bb1dfd38fb8fdf9b28ff70eef
|
data/lib/rebuild/version.rb
CHANGED
data/script/start_install.scpt
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
-- Fist: Click Install Button
|
|
4
4
|
set timeoutSeconds to 8.0
|
|
5
5
|
|
|
6
|
-
my doWithTimeout("click UI Element \"Install\" of window 1 of application process \"Install Command Line Developer
|
|
7
|
-
my doWithTimeout("click UI Element \"Agree\" of window 1 of application process \"Install Command Line Developer
|
|
6
|
+
my doWithTimeout("click UI Element \"Install\" of window 1 of application process \"Install Command Line Developer Tools\"", timeoutSeconds)
|
|
7
|
+
my doWithTimeout("click UI Element \"Agree\" of window 1 of application process \"Install Command Line Developer Tools\"", timeoutSeconds)
|
|
8
8
|
|
|
9
9
|
on doWithTimeout(uiScript, timeoutSeconds)
|
|
10
10
|
set endDate to (current date) + timeoutSeconds
|