effective_test_bot 0.6.14 → 0.7.0
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/MIT-LICENSE +1 -1
- data/README.md +9 -0
- data/lib/effective_test_bot/version.rb +1 -1
- metadata +8 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 093fb572d5025d9dca6e4b329bbf91bc49e750c2
|
|
4
|
+
data.tar.gz: 988f87d788c34488bbd053dcd37170f1b71e5df2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3343f40a9560c374e5e5a647c1d92ef6d4e66883f093f516573d6262c55c6c18ca4924bcf11c0183c97192490399c984700b42689feb9e9e59bb77b105174813
|
|
7
|
+
data.tar.gz: d43e839d353d45600703450a2030dac2c2751616e48902ec8078291a3f6836f676e6047f0459783d3683336e6d3c44646e1942f645cd79429e8375db884e5c6a
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -20,6 +20,15 @@ Turn on tour mode to programatically generate an animated .gif of every workflow
|
|
|
20
20
|
|
|
21
21
|
Make sure everything actually works.
|
|
22
22
|
|
|
23
|
+
## Capybara Webkit
|
|
24
|
+
|
|
25
|
+
This is the `capybara` branch of effective_test_bot which supports Rails <= 5.1 and Capybara Webkit.
|
|
26
|
+
|
|
27
|
+
All published effective_test_bot 0.x gems will support Rails <= 5.1 and Capybara Webkit.
|
|
28
|
+
|
|
29
|
+
For Rails 5.2+ please see the master branch and/or effective_test_bot 1.x gems.
|
|
30
|
+
|
|
31
|
+
|
|
23
32
|
## Getting Started
|
|
24
33
|
|
|
25
34
|
First, make sure your site is using [devise](https://github.com/plataformatec/devise) and that your application javascript includes [jQuery](http://jquery.com/) and rails' [jquery_ujs](https://github.com/rails/jquery-ujs).
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_test_bot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -17,6 +17,9 @@ dependencies:
|
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 3.2.0
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '5.2'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -24,6 +27,9 @@ dependencies:
|
|
|
24
27
|
- - ">="
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: 3.2.0
|
|
30
|
+
- - "<"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '5.2'
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: effective_resources
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|