capybara-firebug 1.2.3 → 1.3.0
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/README.md +5 -4
- data/capybara-firebug.gemspec +1 -1
- data/lib/capybara/firebug-1.10.6.xpi +0 -0
- data/lib/capybara/firebug-1.11.0.xpi +0 -0
- data/lib/capybara/{firebug-1.9.1.xpi → firebug-1.9.2.xpi} +0 -0
- data/lib/capybara/firebug.rb +1 -1
- data/spec/enable_firebug_spec.rb +3 -3
- metadata +5 -10
- data/lib/capybara/firebug-1.10.3.xpi +0 -0
data/README.md
CHANGED
@@ -18,11 +18,12 @@ Gemfile: `gem 'ruby-debug'` for 1.8, `gem 'ruby-debug19'` for 1.9.)
|
|
18
18
|
|
19
19
|
## Firebug Versions
|
20
20
|
|
21
|
-
By default, this gem uses Firebug 1.
|
21
|
+
By default, this gem uses Firebug 1.11.0, which is compatible with Firefox 17-20.
|
22
22
|
|
23
|
-
If you want to use Firebug 1.7.3 (compatible with Firefox 3.6, 4, and 5)
|
24
|
-
(compatible with Firefox 6-13),
|
25
|
-
setting in your `capybara.rb`
|
23
|
+
If you want to use Firebug 1.7.3 (compatible with Firefox 3.6, 4, and 5), 1.9.2
|
24
|
+
(compatible with Firefox 6-13), or 1.10.6 (compatible with Firefox 13-18), you
|
25
|
+
need to explicitly specify the firebug_version setting in your `capybara.rb`
|
26
|
+
support file:
|
26
27
|
|
27
28
|
# located in features/support/capybara.rb or similar
|
28
29
|
require 'capybara/firebug'
|
data/capybara-firebug.gemspec
CHANGED
Binary file
|
Binary file
|
Binary file
|
data/lib/capybara/firebug.rb
CHANGED
data/spec/enable_firebug_spec.rb
CHANGED
@@ -4,8 +4,8 @@ describe Selenium::WebDriver::Firefox::Profile do
|
|
4
4
|
before { described_class.firebug_version = nil } # Reset
|
5
5
|
|
6
6
|
describe ".firebug_version" do
|
7
|
-
it "defaults to 1.
|
8
|
-
described_class.firebug_version.should == "1.
|
7
|
+
it "defaults to 1.11.0" do
|
8
|
+
described_class.firebug_version.should == "1.11.0"
|
9
9
|
end
|
10
10
|
|
11
11
|
it "can be explicitly set" do
|
@@ -16,7 +16,7 @@ describe Selenium::WebDriver::Firefox::Profile do
|
|
16
16
|
|
17
17
|
describe "#enable_firebug" do
|
18
18
|
it "adds the Firebug extension" do
|
19
|
-
subject.should_receive(:add_extension).with(/firebug-1\.
|
19
|
+
subject.should_receive(:add_extension).with(/firebug-1\.11\.0\.xpi$/)
|
20
20
|
subject.enable_firebug
|
21
21
|
end
|
22
22
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capybara-firebug
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-10
|
12
|
+
date: 2012-12-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: capybara
|
@@ -84,9 +84,10 @@ files:
|
|
84
84
|
- features/step_definitions/web_steps.rb
|
85
85
|
- features/support/env.rb
|
86
86
|
- lib/capybara-firebug.rb
|
87
|
-
- lib/capybara/firebug-1.10.
|
87
|
+
- lib/capybara/firebug-1.10.6.xpi
|
88
|
+
- lib/capybara/firebug-1.11.0.xpi
|
88
89
|
- lib/capybara/firebug-1.7.3.xpi
|
89
|
-
- lib/capybara/firebug-1.9.
|
90
|
+
- lib/capybara/firebug-1.9.2.xpi
|
90
91
|
- lib/capybara/firebug-license.txt
|
91
92
|
- lib/capybara/firebug.rb
|
92
93
|
- spec/enable_firebug_spec.rb
|
@@ -104,18 +105,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
104
105
|
- - ! '>='
|
105
106
|
- !ruby/object:Gem::Version
|
106
107
|
version: '0'
|
107
|
-
segments:
|
108
|
-
- 0
|
109
|
-
hash: 2250407189978263472
|
110
108
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
111
109
|
none: false
|
112
110
|
requirements:
|
113
111
|
- - ! '>='
|
114
112
|
- !ruby/object:Gem::Version
|
115
113
|
version: '0'
|
116
|
-
segments:
|
117
|
-
- 0
|
118
|
-
hash: 2250407189978263472
|
119
114
|
requirements: []
|
120
115
|
rubyforge_project: capybara-firebug
|
121
116
|
rubygems_version: 1.8.24
|
Binary file
|