watir-webdriver-rails 0.0.7 → 0.0.8

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 CHANGED
@@ -71,7 +71,7 @@ Issues
71
71
  ----------
72
72
 
73
73
  On Mac OS X 10.6.8, I have found that if you do not close the browser from the previous test,
74
- your current test will hang because the browser is not initilized.
74
+ your current test will hang because the browser is not initialized.
75
75
 
76
76
  Please do close the browser before running a new test.
77
77
 
@@ -104,5 +104,5 @@ Other than that, you can do anything with it.
104
104
 
105
105
  Author
106
106
  ---------
107
- Tanin Na Nakorn
108
- homanchou (The first contributor)
107
+ * Tanin Na Nakorn
108
+ * homanchou (The first contributor)
@@ -18,7 +18,7 @@ RSpec.configure do |config|
18
18
 
19
19
  config.after(:each) do
20
20
  if self.class.include?(WatirWebdriverRails::RSpec)
21
- browser.clear_cookies
21
+ browser.cookies.clear
22
22
  end
23
23
  end
24
24
 
@@ -1,3 +1,3 @@
1
1
  module WatirWebdriverRails
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watir-webdriver-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-12-01 00:00:00.000000000Z
12
+ date: 2012-06-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: watir-webdriver
16
- requirement: &2152327620 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,12 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2152327620
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
25
30
  description: WebDriver-backed Watir for Rails
26
31
  email:
27
32
  - tanin47@gmail.com
@@ -82,24 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
87
  version: '0'
83
88
  requirements: []
84
89
  rubyforge_project: watir-webdriver-rails
85
- rubygems_version: 1.8.10
90
+ rubygems_version: 1.8.21
86
91
  signing_key:
87
92
  specification_version: 3
88
93
  summary: Watir on WebDriver for Rails
89
- test_files:
90
- - spec/controllers/home_controller_spec.rb
91
- - spec/integration/rails_spec.rb
92
- - spec/rails/Gemfile
93
- - spec/rails/Gemfile.lock
94
- - spec/rails/app/controllers/home_controller.rb
95
- - spec/rails/app/views/home/index.html.erb
96
- - spec/rails/app/views/layouts/main.html.erb
97
- - spec/rails/config.ru
98
- - spec/rails/config/application.rb
99
- - spec/rails/config/boot.rb
100
- - spec/rails/config/environment.rb
101
- - spec/rails/config/routes.rb
102
- - spec/rails/log/test.log
103
- - spec/rails/script/cucumber
104
- - spec/rails/script/rails
105
- - spec/spec_helper.rb
94
+ test_files: []