ahalogy-automation 0.0.9 → 0.0.10
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/ahalogy-automation.gemspec +2 -2
- data/bin/a5y-configure +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af038b81f45292d05ea1ecb7ca05244ad62ca6cc
|
4
|
+
data.tar.gz: e4034471d2f2304e3a18112132f431328e4f7d00
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6d35e63ea2678b92006af4535e165ec0e57ef267659c8109a8d6e1576b482e1c58e34dbd577af280f7c41576210dbbe5f1598d745df7c259e4cfa3af50a736f
|
7
|
+
data.tar.gz: f4b3072498c2d3a75f1fbf67f37e88ca30832fe65b8845470db10ab06a720de10744bc04c934378a020ae8e0b70cb61d9f17ca2d2465cea33936b8f0bf230154
|
data/ahalogy-automation.gemspec
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
Gem::Specification.new do |gem|
|
2
2
|
gem.name = 'ahalogy-automation'
|
3
|
-
gem.version = '0.0.
|
3
|
+
gem.version = '0.0.10'
|
4
4
|
gem.licenses = ['MIT']
|
5
|
-
gem.date = '2015-
|
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']
|
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/
|
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,
|
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.
|
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-
|
12
|
+
date: 2015-09-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: colorize
|