unienv 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/assets/unity_versions.yml +3 -0
- data/lib/unienv/version.rb +1 -1
- data/unienv.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6f5090b6ca3ac73493dbd09a4dc21b18246dbcb
|
4
|
+
data.tar.gz: b03896e417d9b7cdee7cc997bc0a2cb82120a24f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c07cf1b638d2f0bd6a3f8221fb798c6ed816eba276541cf8b8093862a57d5508e70798163a105b71920fc790ff51928b1edf855a97b19ea8ec70144a14521ee
|
7
|
+
data.tar.gz: c527776131737d9ec2c2958dd909a075c0c3eb9bc990bfecf5709c9f618e69eb69bca1e768e5338c7f43eaa62819fb307df0a8407c07f158e893d5853dbb4422
|
@@ -1,4 +1,7 @@
|
|
1
1
|
version:
|
2
|
+
5.2.1p1:
|
3
|
+
editor: http://beta.unity3d.com/download/9d7f6c38e90b/MacEditorInstaller/Unity-5.2.1p1.pkg
|
4
|
+
standard_assets: http://beta.unity3d.com/download/9d7f6c38e90b/MacStandardAssetsInstaller/StandardAssets-5.2.1p1.pkg
|
2
5
|
5.2.1f1:
|
3
6
|
editor: http://netstorage.unity3d.com/unity/44735ea161b3/MacEditorInstaller/Unity-5.2.1f1.pkg
|
4
7
|
standard_assets: http://netstorage.unity3d.com/unity/44735ea161b3/MacStandardAssetsInstaller/StandardAssets-5.2.1f1.pkg
|
data/lib/unienv/version.rb
CHANGED
data/unienv.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["fum1h1ro"]
|
10
10
|
spec.email = ["fumihiro@gmail.com"]
|
11
11
|
spec.summary = %q{UniEnv}
|
12
|
-
spec.description = %q{
|
12
|
+
spec.description = %q{Unity Editor installer}
|
13
13
|
spec.homepage = "https://github.com/fum1h1ro/unienv"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
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.4
|
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-
|
11
|
+
date: 2015-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -66,7 +66,7 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '4.3'
|
69
|
-
description:
|
69
|
+
description: Unity Editor installer
|
70
70
|
email:
|
71
71
|
- fumihiro@gmail.com
|
72
72
|
executables:
|