intentmedia-capybara-webkit 0.7.2.1 → 0.7.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- intentmedia-capybara-webkit (0.7.2.1)
4
+ intentmedia-capybara-webkit (0.7.2.2)
5
5
  capybara (>= 1.0.0, < 1.2)
6
6
 
7
7
  GEM
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "intentmedia-capybara-webkit"
3
- s.version = "0.7.2.1"
3
+ s.version = "0.7.2.2"
4
4
  s.authors = ["thoughtbot", "Joe Ferris", "Jason Morrison", "Tristan Dunn",
5
5
  "Joshua Clayton", "Yuichi Tateno", "Aaron Gibralter",
6
6
  "Vasily Reys", "petrushka", "John Bintz", "Chad Pytel",
@@ -1,4 +1,5 @@
1
1
  require "fileutils"
2
+ require "rbconfig"
2
3
 
3
4
  module CapybaraWebkitBuilder
4
5
  extend self
@@ -11,7 +12,7 @@ module CapybaraWebkitBuilder
11
12
  def makefile
12
13
  qmake_binaries = ['qmake', 'qmake-qt4']
13
14
  qmake = qmake_binaries.detect { |qmake| system("which #{qmake}") }
14
- case RUBY_PLATFORM
15
+ case RbConfig::CONFIG['host_os']
15
16
  when /linux/
16
17
  system("#{qmake} -spec linux-g++")
17
18
  when /freebsd/
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: intentmedia-capybara-webkit
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.7.2.1
5
+ version: 0.7.2.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - thoughtbot
@@ -25,7 +25,7 @@ autorequire:
25
25
  bindir: bin
26
26
  cert_chain: []
27
27
 
28
- date: 2011-10-20 00:00:00 -04:00
28
+ date: 2011-10-21 00:00:00 -04:00
29
29
  default_executable:
30
30
  dependencies:
31
31
  - !ruby/object:Gem::Dependency