unienv 0.0.10 → 0.0.11

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: aef7e549bba4e5a5efcee06f91d2f74c7183079d
4
- data.tar.gz: 1a71fb1f4579e494497c6075e0ef6010b5f5c0fb
3
+ metadata.gz: f1bf2d5066cc98ab7550b4f0213b38586220e356
4
+ data.tar.gz: 3a477c56384902fe0b8019f9bfe7244637ac1f4d
5
5
  SHA512:
6
- metadata.gz: 981c6aaec560c1e30409554216ff3fdcbed884b3dcb042f5f700030450a29dce8ea3185dd6e8079c47654b7f7800cd25393339067796a064c6f314f2549e62a6
7
- data.tar.gz: 76ff9e6057fbc9caa5699f4fef72582090bc377c73a0dfe88ff7fa93c19c67782ac932f1dfc56c759669a215a3cfe9b2a060506da8c55e3a63dfd3bb0311b927
6
+ metadata.gz: adc3527184afd602f97a3a65a55a4d44df8a768da36da66a09159f6e30eb3a3cf8061c9bbe8d1219d3b5d17e9bd3171b26492a0526b1719f994627a08a750bc4
7
+ data.tar.gz: 755a6a2e53d6bc03f6e09d0813b34fbe03b5baeb1cd702949e71fa3c855e00cb872e69b9a0ba0b3ef73de61970fdb2e788e976ffd5a1389a86c02c63a3c593b1
@@ -1,4 +1,10 @@
1
1
  version:
2
+ 5.2.2p3:
3
+ editor: http://beta.unity3d.com/download/75b999ee8bfd/MacEditorInstaller/Unity-5.2.2p3.pkg
4
+ standard_assets: http://beta.unity3d.com/download/75b999ee8bfd/MacStandardAssetsInstaller/StandardAssets-5.2.2p3.pkg
5
+ 5.3.0b5:
6
+ editor: http://beta.unity3d.com/download/70818a4976ce/MacEditorInstaller/Unity-5.3.0b5.pkg
7
+ standard_assets: http://beta.unity3d.com/download/70818a4976ce/MacStandardAssetsInstaller/StandardAssets-5.3.0b5.pkg
2
8
  5.2.2p2:
3
9
  editor: http://beta.unity3d.com/download/67d68477bb52/MacEditorInstaller/Unity-5.2.2p2.pkg
4
10
  standard_assets: http://beta.unity3d.com/download/67d68477bb52/MacStandardAssetsInstaller/StandardAssets-5.2.2p2.pkg
@@ -1,3 +1,3 @@
1
1
  module UniEnv
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
data/lib/unienv.rb CHANGED
@@ -189,9 +189,10 @@ command :list do |c|
189
189
  print " #{k}\n"
190
190
  end
191
191
  else
192
+ list = UniEnv.enum_installed
192
193
  config = UniEnv.load_config
193
194
  config['version'].sort.reverse.each do |k, v|
194
- print " #{k}\n"
195
+ print " #{k}#{list.include?(k) ? ' - installed' : ''}\n"
195
196
  end
196
197
  end
197
198
  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.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - fum1h1ro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-31 00:00:00.000000000 Z
11
+ date: 2015-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler