watir-rails 2.2.2 → 2.2.3
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.
- checksums.yaml +4 -4
- data/.gitignore +0 -0
- data/.travis.yml +0 -0
- data/.yardopts +0 -0
- data/CHANGES.md +4 -0
- data/Gemfile +0 -0
- data/LICENSE +0 -0
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/gemfiles/Gemfile.rails-2.x +0 -0
- data/gemfiles/Gemfile.rails-3.x +0 -0
- data/gemfiles/Gemfile.rails-4.x +0 -0
- data/lib/watir/rails.rb +0 -0
- data/lib/watir/rails/browser.rb +0 -0
- data/lib/watir/rails/middleware.rb +0 -0
- data/lib/watir/{version.rb → rails/version.rb} +1 -1
- data/spec/spec_helper.rb +0 -0
- data/spec/support/watir.rb +0 -0
- data/spec/watir/rails/browser_spec.rb +0 -0
- data/spec/watir/rails/middleware_spec.rb +0 -0
- data/spec/watir/rails_spec.rb +0 -0
- data/watir-rails.gemspec +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0890e02a5cef434105541f81252240ad701f28bb828643f84aaf6b6745eb6cbf'
|
|
4
|
+
data.tar.gz: b13169b1ea1a2bbfa49b79968eb5568e3137e2319e48a5172e70ab7f0f50572d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9aa0f04dfa0f53060fd48765c040f26158e647254bc9ca049c8ebc2bca4f89ef3bd2c117c7ccc2bc9c05a94b1a4a4c47a04c2f93eda59aeb835d72963d6624d7
|
|
7
|
+
data.tar.gz: 264a48bb5458b09926950e32709184d909ce4e15123e90bc8ff2ae0f6091c16f4e1aab39b2d421ba1f087f86a7ae9f3f5cf59bfbcb4c352ab9b95b39830b8c16
|
data/.gitignore
CHANGED
|
File without changes
|
data/.travis.yml
CHANGED
|
File without changes
|
data/.yardopts
CHANGED
|
File without changes
|
data/CHANGES.md
CHANGED
data/Gemfile
CHANGED
|
File without changes
|
data/LICENSE
CHANGED
|
File without changes
|
data/README.md
CHANGED
|
File without changes
|
data/Rakefile
CHANGED
|
File without changes
|
data/gemfiles/Gemfile.rails-2.x
CHANGED
|
File without changes
|
data/gemfiles/Gemfile.rails-3.x
CHANGED
|
File without changes
|
data/gemfiles/Gemfile.rails-4.x
CHANGED
|
File without changes
|
data/lib/watir/rails.rb
CHANGED
|
File without changes
|
data/lib/watir/rails/browser.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/spec/spec_helper.rb
CHANGED
|
File without changes
|
data/spec/support/watir.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/spec/watir/rails_spec.rb
CHANGED
|
File without changes
|
data/watir-rails.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: watir-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jarmo Pertman
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|
|
@@ -115,7 +115,7 @@ files:
|
|
|
115
115
|
- lib/watir/rails.rb
|
|
116
116
|
- lib/watir/rails/browser.rb
|
|
117
117
|
- lib/watir/rails/middleware.rb
|
|
118
|
-
- lib/watir/version.rb
|
|
118
|
+
- lib/watir/rails/version.rb
|
|
119
119
|
- spec/spec_helper.rb
|
|
120
120
|
- spec/support/watir.rb
|
|
121
121
|
- spec/watir/rails/browser_spec.rb
|
|
@@ -126,7 +126,7 @@ homepage: http://github.com/watir/watir-rails
|
|
|
126
126
|
licenses:
|
|
127
127
|
- MIT
|
|
128
128
|
metadata: {}
|
|
129
|
-
post_install_message:
|
|
129
|
+
post_install_message:
|
|
130
130
|
rdoc_options: []
|
|
131
131
|
require_paths:
|
|
132
132
|
- lib
|
|
@@ -141,8 +141,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
141
141
|
- !ruby/object:Gem::Version
|
|
142
142
|
version: '0'
|
|
143
143
|
requirements: []
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
rubyforge_project:
|
|
145
|
+
rubygems_version: 2.7.6.2
|
|
146
|
+
signing_key:
|
|
146
147
|
specification_version: 4
|
|
147
148
|
summary: Use Watir (http://github.com/watir/watir) in Rails.
|
|
148
149
|
test_files:
|