mortar 0.9.7 → 0.9.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -108,10 +108,10 @@ class Mortar::Local::Python
108
108
  @candidate_pythons.each{ |py|
109
109
  if has_virtualenv_installed(py)
110
110
  @command = py
111
- true
111
+ return true
112
112
  end
113
113
  }
114
- false
114
+ return false
115
115
  end
116
116
 
117
117
  # Checks if the specified python command has
@@ -16,5 +16,5 @@
16
16
 
17
17
  module Mortar
18
18
  # see http://semver.org/
19
- VERSION = "0.9.7"
19
+ VERSION = "0.9.8"
20
20
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mortar
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 7
10
- version: 0.9.7
9
+ - 8
10
+ version: 0.9.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mortar Data