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 +4 -4
- data/bin/unienv +1 -2
- data/lib/assets/unity_versions.yml +12 -0
- data/lib/unienv/version.rb +1 -1
- data/lib/unienv.rb +4 -4
- 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: cfcd9ac4060bffa0bfbcaa0694f0043de3607aba
|
4
|
+
data.tar.gz: a2f09bea74b9c0456b6d61c491ccce199978a6b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8f88784805f473a564bbe887d2116586c526d1a43a05fba71ff1e3f79492f43ab558d18d48aee08f800ed5a4a6a850d76f1790b1c01b8a44a9612dd03f07010
|
7
|
+
data.tar.gz: 964bc28dc2b52593f53e6162b68bde95624e5fe8b9b445a76774d8b2bea99c04928a15ed46d2e9c5ab426d809d3269f3f2cbb87ffceb0d2f7b4273eb356d27c0
|
data/bin/unienv
CHANGED
@@ -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
|
data/lib/unienv/version.rb
CHANGED
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
|
+
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-
|
11
|
+
date: 2015-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|