sim_launcher 0.4.9 → 0.4.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -109,7 +109,7 @@ class Simulator
109
109
 
110
110
  installed = `which #{binary_name}`
111
111
  if installed =~ /(.*ios-sim)/
112
- puts "Using installed #{binary_name} at #{$1}"
112
+ puts "Using installed #{binary_name} at #{$1}" if $DEBUG
113
113
  return $1
114
114
  end
115
115
 
@@ -1,3 +1,3 @@
1
1
  module SimLauncher
2
- VERSION = "0.4.9"
2
+ VERSION = "0.4.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sim_launcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.9
4
+ version: 0.4.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-14 00:00:00.000000000 Z
12
+ date: 2014-05-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sinatra