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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 43ff4a73ea5bb5d2bc52cef08af5f8a09cfb2182
4
- data.tar.gz: f42995ede3d8902718f8fc0d24190e1b26804517
3
+ metadata.gz: 3b4b992c1b0aa5db4f2c7adaaad71d7d9579781f
4
+ data.tar.gz: 0c5c5b18c3d05daf7977427af6cedbb6fc6583f8
5
5
  SHA512:
6
- metadata.gz: 06cd96ac694d6629fd491fb3d802b472f980066e6d9152c256d6e6e4a0e4174907018c2f039739aabda077f4df937cd965b91a73f7703edb6a4de3439f21bae4
7
- data.tar.gz: bd3f79a7be4662e8800d986f9530129afe218382d66897b9350f16fe0af4a7f025dfdf16d9a644e38643131e64666d7c5352d7c48c3cf1be00dfa045d3839b14
6
+ metadata.gz: 68ce74cc4b8c2cee31f1b8ac898eb0994ac045936208890af8eb6e546c4c0131fb2df2d01d94e8e64e94fdb51e602ce440fef2064c72ae059efe133d9ff13565
7
+ data.tar.gz: 0d12b6bdc3f4e5b542091aae04b605e7ceaf7ffd1420154f59f39816422dba02a1c476ea2888e75adf4c4a5be5970afcc87f521bb1dfd38fb8fdf9b28ff70eef
@@ -1,3 +1,3 @@
1
1
  module Rebuild
2
- VERSION = '0.0.4.pre6'
2
+ VERSION = '0.0.4.pre7'
3
3
  end
@@ -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 Toold\"", timeoutSeconds)
7
- my doWithTimeout("click UI Element \"Agree\" of window 1 of application process \"Install Command Line Developer Toold\"", timeoutSeconds)
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rebuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4.pre6
4
+ version: 0.0.4.pre7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Kokubun