watirsplash 2.4.3 → 2.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/History.rdoc +4 -0
- data/lib/watirsplash/rspec_patches.rb +1 -1
- data/lib/watirsplash/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/History.rdoc
CHANGED
@@ -120,7 +120,7 @@ module WatirSplash
|
|
120
120
|
alias_method :make, :change
|
121
121
|
end
|
122
122
|
|
123
|
-
matchers = ::RSpec::Matchers::BuiltIn.constants
|
123
|
+
matchers = ::RSpec::Matchers::BuiltIn.constants.map(&:to_sym)
|
124
124
|
matchers.delete :BaseMatcher
|
125
125
|
matchers.each do |const|
|
126
126
|
bootstrap ::RSpec::Matchers::BuiltIn.const_get const
|
data/lib/watirsplash/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: watirsplash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.4
|
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-
|
12
|
+
date: 2012-06-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: thor
|
@@ -128,10 +128,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
128
|
version: '0'
|
129
129
|
requirements: []
|
130
130
|
rubyforge_project:
|
131
|
-
rubygems_version: 1.8.
|
131
|
+
rubygems_version: 1.8.24
|
132
132
|
signing_key:
|
133
133
|
specification_version: 3
|
134
|
-
summary: watirsplash 2.4.
|
134
|
+
summary: watirsplash 2.4.4
|
135
135
|
test_files:
|
136
136
|
- spec/browser_spec.rb
|
137
137
|
- spec/page_spec.rb
|