unienv 0.0.12 → 0.0.14

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: 711640c714756365de4e5fef2368bd9948b13ee3
4
- data.tar.gz: ffb2fb627cc72e65fda973ef8803cce85d9ec72d
3
+ metadata.gz: c04971c3495ab52ba1a210e7528cf9e29d1ec4b2
4
+ data.tar.gz: fe18cba753bfab44ce7f98ac2f442209be759afb
5
5
  SHA512:
6
- metadata.gz: 3a94bc02e7a87717ecdc9ff55e9869f559f883b31b356734440e8178b05e805293d17de8030b1af0cfc8897236946194020075671dde95e385b4890c30028b01
7
- data.tar.gz: 317a88ebe02dd2c3746e05b5dacc8026d76c337339a094e0b199b196ec8775f9a09a5746e2b57398434d255474dda8f76dfd2d3ba59791817990bdc78b45771a
6
+ metadata.gz: 426267ffd70f66173d49820a0120368b65e7176b7465bc6f582fb90e2f7d7a0c9f7b0c8e45be6b4bad3abbd7818c40fd977fcb06347c074fa3f0f05e70ee7b9c
7
+ data.tar.gz: e9158334974225bdf9b34cb651e2b02762269ffea1683f268f3afc8bf76c01fcc3693be32a2b22609c3c181c29e04643e4a8e75c88b9df437b2ae02c4787e4d1
@@ -1,4 +1,7 @@
1
1
  version:
2
+ 5.2.3p1:
3
+ editor: http://beta.unity3d.com/download/16366bd81e69/MacEditorInstaller/Unity-5.2.3p1.pkg
4
+ standard_assets: http://beta.unity3d.com/download/16366bd81e69/MacStandardAssetsInstaller/StandardAssets-5.2.3p1.pkg
2
5
  5.3.0f2:
3
6
  editor: http://beta.unity3d.com/download/ceb02979c32c/MacEditorInstaller/Unity-5.3.0f2.pkg
4
7
  standard_assets: http://beta.unity3d.com/download/ceb02979c32c/MacStandardAssetsInstaller/StandardAssets-5.3.0f2.pkg
@@ -1,3 +1,3 @@
1
1
  module UniEnv
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.14"
3
3
  end
data/lib/unienv.rb CHANGED
@@ -226,10 +226,12 @@ command :install do |c|
226
226
  list << ['ios', UniEnv.make_cache_path('ios', version)] if options.ios
227
227
  list << ['android', UniEnv.make_cache_path('android', version)] if options.android
228
228
  list.each do |l|
229
- UniEnv.download(UniEnv.uri(config, l[0], version), l[1])
229
+ path = UniEnv.uri(config, l[0], version)
230
+ UniEnv.download(path, l[1]) unless path.nil?
230
231
  end
231
232
  list.each do |l|
232
- UniEnv.sh "installer -package #{l[1]} -target /"
233
+ path = UniEnv.uri(config, l[0], version)
234
+ UniEnv.sh "installer -package #{l[1]} -target /" unless path.nil?
233
235
  end
234
236
  FileUtils.mv("/Applications/Unity", "/Applications/Unity#{version}")
235
237
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unienv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - fum1h1ro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-24 00:00:00.000000000 Z
11
+ date: 2015-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler