capybara-lockstep 0.2.1 → 0.2.2
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/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/capybara-lockstep.gemspec +1 -1
- data/lib/capybara-lockstep/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58ff0d51fafccaca566a89722c750b18db169331d57070c5db7d5de32620d648
|
4
|
+
data.tar.gz: f6f859ded650d9b2dba0c43bbb7b19333e505ed57aa0d883b0a2981e5928f1a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c1ba4546483509650a7423d04e0acffaf286db556ae431152076478e5d2ca7611a915e9f666c077d9c9c205cb4703d2cf29341e52a0b39493c4b11b78e6a883
|
7
|
+
data.tar.gz: 1e890d3d985af8ce4d623778781cfc06a1242d83d1c93b98bc550997e3044066544dc15100ccdb28e89090e1b865d7720200a84f8461984655b0f87fcf795281
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -313,7 +313,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
313
313
|
|
314
314
|
## Contributing
|
315
315
|
|
316
|
-
Pull requests are welcome on GitHub at <https://github.com/makandra/
|
316
|
+
Pull requests are welcome on GitHub at <https://github.com/makandra/capybara-lockstep>.
|
317
317
|
|
318
318
|
## License
|
319
319
|
|
data/capybara-lockstep.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.email = ["henning.koch@makandra.de"]
|
8
8
|
|
9
9
|
spec.summary = "Synchronize Capybara commands with client-side JavaScript and AJAX requests"
|
10
|
-
spec.homepage = "https://
|
10
|
+
spec.homepage = "https://github.com/makandra/capybara-lockstep"
|
11
11
|
spec.license = "MIT"
|
12
12
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
|
13
13
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capybara-lockstep
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Henning Koch
|
@@ -79,12 +79,12 @@ files:
|
|
79
79
|
- lib/capybara-lockstep/lockstep.rb
|
80
80
|
- lib/capybara-lockstep/patiently.rb
|
81
81
|
- lib/capybara-lockstep/version.rb
|
82
|
-
homepage: https://
|
82
|
+
homepage: https://github.com/makandra/capybara-lockstep
|
83
83
|
licenses:
|
84
84
|
- MIT
|
85
85
|
metadata:
|
86
|
-
homepage_uri: https://
|
87
|
-
source_code_uri: https://
|
86
|
+
homepage_uri: https://github.com/makandra/capybara-lockstep
|
87
|
+
source_code_uri: https://github.com/makandra/capybara-lockstep
|
88
88
|
post_install_message:
|
89
89
|
rdoc_options: []
|
90
90
|
require_paths:
|