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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- watirsplash (2.4.3)
4
+ watirsplash (2.4.4)
5
5
  require_all
6
6
  syntax
7
7
  thor (~> 0)
data/History.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ === 2.4.4 / 2012-06-13
2
+
3
+ * Fix RSpec 2.9 support for Ruby 1.8
4
+
1
5
  === 2.4.3 / 2012-04-23
2
6
 
3
7
  * Add support for Watir 3
@@ -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
@@ -1,6 +1,6 @@
1
1
  module WatirSplash
2
2
  module Version
3
- WATIRSPLASH = "2.4.3"
3
+ WATIRSPLASH = "2.4.4"
4
4
 
5
5
  # possible runtime dependencies
6
6
  WATIR = "~>3.0.0"
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.3
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-04-23 00:00:00.000000000 Z
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.21
131
+ rubygems_version: 1.8.24
132
132
  signing_key:
133
133
  specification_version: 3
134
- summary: watirsplash 2.4.3
134
+ summary: watirsplash 2.4.4
135
135
  test_files:
136
136
  - spec/browser_spec.rb
137
137
  - spec/page_spec.rb