phantom_jasmine 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +3 -0
- data/ext/mkrf_conf.rb +1 -1
- data/lib/phantom_jasmine/version.rb +1 -1
- metadata +1 -1
data/Gemfile
CHANGED
data/ext/mkrf_conf.rb
CHANGED
@@ -9,7 +9,7 @@ end
|
|
9
9
|
inst = Gem::DependencyInstaller.new
|
10
10
|
begin
|
11
11
|
if RUBY_PLATFORM.downcase.include? 'darwin'
|
12
|
-
inst.install '
|
12
|
+
inst.install 'phantomjs-mac', '>= 0.0.3'
|
13
13
|
end
|
14
14
|
rescue
|
15
15
|
#Exit with a non-zero value to let rubygems know something went wrong
|