unienv 0.0.14 → 0.0.15

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: c04971c3495ab52ba1a210e7528cf9e29d1ec4b2
4
- data.tar.gz: fe18cba753bfab44ce7f98ac2f442209be759afb
3
+ metadata.gz: 8a3d7eddad2f4588dafbc2cd988499e1cc5ebeb3
4
+ data.tar.gz: 255c7d48f2ecd05d9a9a7f96220fdb8a515166b6
5
5
  SHA512:
6
- metadata.gz: 426267ffd70f66173d49820a0120368b65e7176b7465bc6f582fb90e2f7d7a0c9f7b0c8e45be6b4bad3abbd7818c40fd977fcb06347c074fa3f0f05e70ee7b9c
7
- data.tar.gz: e9158334974225bdf9b34cb651e2b02762269ffea1683f268f3afc8bf76c01fcc3693be32a2b22609c3c181c29e04643e4a8e75c88b9df437b2ae02c4787e4d1
6
+ metadata.gz: 8c17980a02b3877c4a01fbc4ffce6b15c86ba5a9095c1aa9e39b6ebcbd5ac125192ab77cfd594eace07f311c864e95e90046b5047d4f6140a87034bba86d391b
7
+ data.tar.gz: 321fbb009cdbbe697119f3725058ea8cfd080208b7c533cea5d9c3e9b5cb3c237bb3f0c5dc74c7972de6bb2e402dbbe9d2f6e0691ae7228ccb9d8e4f4e07c869
@@ -1,4 +1,7 @@
1
1
  version:
2
+ 5.2.3p2:
3
+ editor: http://beta.unity3d.com/download/b5869bab0ca4/MacEditorInstaller/Unity-5.2.3p2.pkg
4
+ standard_assets: http://beta.unity3d.com/download/b5869bab0ca4/MacStandardAssetsInstaller/StandardAssets-5.2.3p2.pkg
2
5
  5.2.3p1:
3
6
  editor: http://beta.unity3d.com/download/16366bd81e69/MacEditorInstaller/Unity-5.2.3p1.pkg
4
7
  standard_assets: http://beta.unity3d.com/download/16366bd81e69/MacStandardAssetsInstaller/StandardAssets-5.2.3p1.pkg
data/lib/unienv.rb CHANGED
@@ -270,6 +270,23 @@ command :open do |c|
270
270
  end
271
271
  end
272
272
 
273
+ command :path do |c|
274
+ c.syntax = 'unienv path'
275
+ c.summary = ''
276
+ c.action do |args, options|
277
+ ver = UniEnv.get_projversion
278
+ list = UniEnv.enum_installed
279
+ if list.has_key?(ver)
280
+ print "#{list[ver]}"
281
+ else
282
+ raise "not installed #{ver}"
283
+ end
284
+ end
285
+ end
286
+
287
+
288
+
289
+
273
290
 
274
291
  command :fetch do |c|
275
292
 
@@ -1,3 +1,3 @@
1
1
  module UniEnv
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  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.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - fum1h1ro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-01 00:00:00.000000000 Z
11
+ date: 2015-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler