ahalogy-automation 0.0.10 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af038b81f45292d05ea1ecb7ca05244ad62ca6cc
4
- data.tar.gz: e4034471d2f2304e3a18112132f431328e4f7d00
3
+ metadata.gz: a51a3672310e95b61d4625483aa9d9cec64b6c92
4
+ data.tar.gz: c85a7d7a3afb5a1a3516a45eb9907844b15189af
5
5
  SHA512:
6
- metadata.gz: b6d35e63ea2678b92006af4535e165ec0e57ef267659c8109a8d6e1576b482e1c58e34dbd577af280f7c41576210dbbe5f1598d745df7c259e4cfa3af50a736f
7
- data.tar.gz: f4b3072498c2d3a75f1fbf67f37e88ca30832fe65b8845470db10ab06a720de10744bc04c934378a020ae8e0b70cb61d9f17ca2d2465cea33936b8f0bf230154
6
+ metadata.gz: da839ad67520dbec19056cd59073aad8d3d0747132fe9abe584ab7908fc2cf4111c23e107ed78b88c07e8df1ccd7e4a22a991164d03d2386beba919b6c3ac358
7
+ data.tar.gz: a31e59d8f8462d68a8634f920b4d2e2bc96ccbd48be60d61724be44a44e83cf97870f4cf785239ec042ad836babc8d4fb5503f3deaee2d63410a0dee6744bdfb
data/README.md CHANGED
@@ -42,3 +42,5 @@ Several options can also be appended to the command.
42
42
  `-d` or `--debug` Enable debug messaging.
43
43
 
44
44
  `-b` or `--battery` Enable battery mode(temporarily suspends sleep).
45
+
46
+ If you have troubles with this script, there may be an issue with brew. This usually presents as an error that now cask is available. Try running `brew update && brew upgrade brew-cask && brew cleanup && brew cask cleanup` followed by `brew doctor` and rerunning the script.
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'ahalogy-automation'
3
- gem.version = '0.0.10'
3
+ gem.version = '0.0.12'
4
4
  gem.licenses = ['MIT']
5
- gem.date = '2015-09-17'
5
+ gem.date = '2015-10-08'
6
6
  gem.summary = 'Scripts to handle IT automation.'
7
7
  gem.description = 'Scripts that install applications on Ahalogy Mac computers.'
8
8
  gem.authors = ['Zan Loy', 'Brian Cerchio']
data/bin/a5y-configure CHANGED
@@ -88,7 +88,7 @@ begin
88
88
  xcode_dmg = options[:xcode]
89
89
  else
90
90
  puts 'Downloading Xcode to install...'.colorize(:blue)
91
- system('curl --output /tmp/xcode.dmg https://s3-us-west-1.amazonaws.com/a5y-is-and-t/Xcode_7.0.dmg')
91
+ system('curl --output /tmp/xcode.dmg https://s3-us-west-1.amazonaws.com/a5y-is-and-t/Xcode_7.0.1.dmg')
92
92
  xcode_dmg = '/tmp/xcode.dmg'
93
93
  end
94
94
  command = Command.run("hdiutil attach -nobrowse '#{xcode_dmg}'")
@@ -199,15 +199,6 @@ begin
199
199
  install_cask [:backblaze, :slack, 'github-desktop', 'google-chrome', 'google-drive', :screenhero, :textmate, :zoomus]
200
200
  # BackBlaze
201
201
  notes << "If this is the first run of the Ahalogy installer script, you will need to install BackBlaze by running:\n open '/opt/homebrew-cask/Caskroom/backblaze/latest/Backblaze Installer.app'"
202
- # Hidden.app
203
- target_dir = File.expand_path('~/Downloads')
204
- filename = File.join(target_dir, 'hidden2.1.zip')
205
- unless File.exists? filename
206
- cmd = "curl -o #{filename} https://hiddenapp.com/static/downloads/hidden2.1.zip"
207
- run_cmd(cmd, 'Downloading Hiddenapp...')
208
- run_cmd "cd #{target_dir} && unzip -o #{filename}", 'Unzipping hiddenapp payload...'
209
- notes << "You will need to manually install Hidden.app. It has been unzipped in #{target_dir}."
210
- end
211
202
  # MacVim
212
203
  install_file 'vimrc', '~/.vimrc'
213
204
  if File.directory? File.expand_path('~/.vim/bundle/Vundle.vim')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ahalogy-automation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zan Loy
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-09-17 00:00:00.000000000 Z
12
+ date: 2015-10-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: colorize