phantom_jasmine 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile CHANGED
@@ -2,3 +2,6 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in phantom_jasmine.gemspec
4
4
  gemspec
5
+
6
+ gem 'jasmine', git: 'git://github.com/pivotal/jasmine-gem.git', ref: '479dccb62f9e6ffc7600b65d24df77ac1bdde403'
7
+
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 'phatomjs-mac', '>= 0.0.3'
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
@@ -1,3 +1,3 @@
1
1
  module PhantomJasmine
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phantom_jasmine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: