ahalogy-automation 0.0.9 → 0.0.10

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: 8dc7cae9089fb1ddfc13f36b60fb254f6cf7f0b4
4
- data.tar.gz: 4da504e1ce0c096f0497ae36b973803dc3f01a07
3
+ metadata.gz: af038b81f45292d05ea1ecb7ca05244ad62ca6cc
4
+ data.tar.gz: e4034471d2f2304e3a18112132f431328e4f7d00
5
5
  SHA512:
6
- metadata.gz: 9c88c47b2e69d85170f6e39b3c4d92ae306696f2814734bb9eac94cda1073f0281add420bf88f4ffd717d073caf0023b1cf45433ff88b12af7c68fdb9dbde475
7
- data.tar.gz: 19d702864a81bb88125694939039887dabe34fd55b8a30378592c93d0961ded5390ca8a2bf1b7f7ff33fd595cf6b36b88a366ae3bf94eaa9cdcae60c2ecbebd1
6
+ metadata.gz: b6d35e63ea2678b92006af4535e165ec0e57ef267659c8109a8d6e1576b482e1c58e34dbd577af280f7c41576210dbbe5f1598d745df7c259e4cfa3af50a736f
7
+ data.tar.gz: f4b3072498c2d3a75f1fbf67f37e88ca30832fe65b8845470db10ab06a720de10744bc04c934378a020ae8e0b70cb61d9f17ca2d2465cea33936b8f0bf230154
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = 'ahalogy-automation'
3
- gem.version = '0.0.9'
3
+ gem.version = '0.0.10'
4
4
  gem.licenses = ['MIT']
5
- gem.date = '2015-07-01'
5
+ gem.date = '2015-09-17'
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']
@@ -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_6.4.dmg')
91
+ system('curl --output /tmp/xcode.dmg https://s3-us-west-1.amazonaws.com/a5y-is-and-t/Xcode_7.0.dmg')
92
92
  xcode_dmg = '/tmp/xcode.dmg'
93
93
  end
94
94
  command = Command.run("hdiutil attach -nobrowse '#{xcode_dmg}'")
@@ -196,7 +196,7 @@ begin
196
196
  install_brew [:git, :python, :python3, :cassandra, :macvim]
197
197
  #install_brew 'macvim', '--override-system-vim --with-python3'
198
198
  # Apps via Cask
199
- install_cask [:backblaze, :slack, :github, 'google-chrome', 'google-drive', :screenhero, :textmate, :zoomus]
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
202
  # Hidden.app
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.9
4
+ version: 0.0.10
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-07-01 00:00:00.000000000 Z
12
+ date: 2015-09-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: colorize