frameworks-capybara 0.0.40 → 0.0.41

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.40
1
+ 0.0.41
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{frameworks-capybara}
8
- s.version = "0.0.40"
8
+ s.version = "0.0.41"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["mcrmfc"]
12
- s.date = %q{2011-09-07}
12
+ s.date = %q{2011-09-09}
13
13
  s.description = %q{gem to aid setup of Capybara for testing bbc sites}
14
14
  s.email = %q{mcrobbins@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -76,7 +76,7 @@ class CapybaraSetup
76
76
  profile["network.proxy.https_port"] = 80
77
77
  profile.native_events = true
78
78
  opts[:profile] = profile
79
- else
79
+ elsif(opts[:profile])
80
80
  profile = Selenium::WebDriver::Firefox::Profile.from_name opts[:profile]
81
81
  profile.native_events = true
82
82
  opts[:profile] = profile
@@ -36,7 +36,7 @@ end
36
36
  #on the ci box and then check in symlinks to these files.
37
37
  #
38
38
  #I think this should be fixed in Webdriver itself
39
- #TODO: File bug with selenium-webdriver
39
+ #http://code.google.com/p/selenium/issues/detail?id=2416
40
40
  module Selenium
41
41
  module WebDriver
42
42
  module Zipper
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: frameworks-capybara
3
3
  version: !ruby/object:Gem::Version
4
- hash: 79
4
+ hash: 77
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 40
10
- version: 0.0.40
9
+ - 41
10
+ version: 0.0.41
11
11
  platform: ruby
12
12
  authors:
13
13
  - mcrmfc
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-07 00:00:00 +01:00
18
+ date: 2011-09-09 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency