mortar 0.9.6 → 0.9.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -111,12 +111,13 @@ class Mortar::Local::Python
111
111
  true
112
112
  end
113
113
  }
114
+ false
114
115
  end
115
116
 
116
117
  # Checks if the specified python command has
117
118
  # virtualenv installed
118
119
  def has_virtualenv_installed(python)
119
- `#{python} -m virtualenv --help`
120
+ `#{python} -m virtualenv --help 2>&1`
120
121
  if (0 != $?.to_i)
121
122
  false
122
123
  else
@@ -16,5 +16,5 @@
16
16
 
17
17
  module Mortar
18
18
  # see http://semver.org/
19
- VERSION = "0.9.6"
19
+ VERSION = "0.9.7"
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: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 6
10
- version: 0.9.6
9
+ - 7
10
+ version: 0.9.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mortar Data