unienv 0.0.4 → 0.0.5

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: b6f5090b6ca3ac73493dbd09a4dc21b18246dbcb
4
- data.tar.gz: b03896e417d9b7cdee7cc997bc0a2cb82120a24f
3
+ metadata.gz: cfcd9ac4060bffa0bfbcaa0694f0043de3607aba
4
+ data.tar.gz: a2f09bea74b9c0456b6d61c491ccce199978a6b1
5
5
  SHA512:
6
- metadata.gz: 1c07cf1b638d2f0bd6a3f8221fb798c6ed816eba276541cf8b8093862a57d5508e70798163a105b71920fc790ff51928b1edf855a97b19ea8ec70144a14521ee
7
- data.tar.gz: c527776131737d9ec2c2958dd909a075c0c3eb9bc990bfecf5709c9f618e69eb69bca1e768e5338c7f43eaa62819fb307df0a8407c07f158e893d5853dbb4422
6
+ metadata.gz: d8f88784805f473a564bbe887d2116586c526d1a43a05fba71ff1e3f79492f43ab558d18d48aee08f800ed5a4a6a850d76f1790b1c01b8a44a9612dd03f07010
7
+ data.tar.gz: 964bc28dc2b52593f53e6162b68bde95624e5fe8b9b445a76774d8b2bea99c04928a15ed46d2e9c5ab426d809d3269f3f2cbb87ffceb0d2f7b4273eb356d27c0
data/bin/unienv CHANGED
@@ -23,8 +23,7 @@ global_option('--verbose', 'VERBOSE') { $verbose = true }
23
23
  #p LIB_PATH
24
24
  #p ASSETS_PATH
25
25
  #app = UniEnv::App.new
26
-
27
-
26
+ UniEnv.clean_tmpdir
28
27
 
29
28
  default_command :help
30
29
 
@@ -1,4 +1,16 @@
1
1
  version:
2
+ 5.3.0b3:
3
+ editor: http://beta.unity3d.com/download/b6181bece87a/MacEditorInstaller/Unity-5.3.0b3.pkg
4
+ standard_assets: http://beta.unity3d.com/download/b6181bece87a/MacStandardAssetsInstaller/StandardAssets-5.3.0b3.pkg
5
+ 5.2.1p4:
6
+ editor: http://beta.unity3d.com/download/9a78a9ce1e6c/MacEditorInstaller/Unity-5.2.1p4.pkg
7
+ standard_assets: http://beta.unity3d.com/download/9a78a9ce1e6c/MacStandardAssetsInstaller/StandardAssets-5.2.1p4.pkg
8
+ 5.2.1p3:
9
+ editor: http://beta.unity3d.com/download/b7d18ab613bc/MacEditorInstaller/Unity-5.2.1p3.pkg
10
+ standard_assets: http://beta.unity3d.com/download/b7d18ab613bc/MacStandardAssetsInstaller/StandardAssets-5.2.1p3.pkg
11
+ 5.2.1p2:
12
+ editor: http://beta.unity3d.com/download/008af436a8e0/MacEditorInstaller/Unity-5.2.1p2.pkg
13
+ standard_assets: http://beta.unity3d.com/download/008af436a8e0/MacStandardAssetsInstaller/StandardAssets-5.2.1p2.pkg
2
14
  5.2.1p1:
3
15
  editor: http://beta.unity3d.com/download/9d7f6c38e90b/MacEditorInstaller/Unity-5.2.1p1.pkg
4
16
  standard_assets: http://beta.unity3d.com/download/9d7f6c38e90b/MacStandardAssetsInstaller/StandardAssets-5.2.1p1.pkg
@@ -1,3 +1,3 @@
1
1
  module UniEnv
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/lib/unienv.rb CHANGED
@@ -85,7 +85,7 @@ module UniEnv
85
85
  FileUtils.mkdir_p(tmpdir)
86
86
  end
87
87
  def self.clean_tmpdir
88
- FileUtils.remove_entry_secure(tmpdir)
88
+ FileUtils.remove_entry_secure(tmpdir, true)
89
89
  end
90
90
  def self.make_cache_path(type, version)
91
91
  "#{tmpdir}/#{type}-#{version}.pkg"
@@ -185,9 +185,9 @@ command :install do |c|
185
185
  standard_assets_cache = UniEnv.find_standard_assets_cache(version)
186
186
  end
187
187
 
188
- p editor_cache
189
- p standard_assets_cache
190
- p candidates
188
+ #p editor_cache
189
+ #p standard_assets_cache
190
+ #p candidates
191
191
  #UniEnv.clean_tmpdir(tmppath)
192
192
 
193
193
  UniEnv.sh "installer -package #{editor_cache[0]} -target /"
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.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - fum1h1ro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-28 00:00:00.000000000 Z
11
+ date: 2015-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler