intransient_capybara 1.0.0 → 1.0.1
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/CHANGELOG.md +10 -0
- data/lib/intransient_capybara/minitest_retry.rb +1 -1
- data/lib/intransient_capybara/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 947b6ccc4687c7a53e50287635750f38f1954248
|
4
|
+
data.tar.gz: e9f78842a8d76789c4529a0f35fa199f5cdc5da9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8410c434c7901645473afe4a79f8423063ea8578d65afbfa2434e155a34f0af89dbe8c5b759e4381cc56dee2e62556bd928702208510d4844d748e942eca8753
|
7
|
+
data.tar.gz: 0069d6bbebeb99905ba1d31a4c8807100eb787654d278dd99b07a96f5c157492106a05a0cdba9a3a9ac2d12bae0238b08dedec925cab8b3d0cbad8ec286e9d53
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
# Change Log
|
2
|
+
All notable changes to this project will be documented in this file.
|
3
|
+
This project adheres to [Semantic Versioning](http://semver.org/).
|
4
|
+
CHANGELOG inspiration from http://keepachangelog.com/.
|
5
|
+
|
6
|
+
## [1.0.1] - Dec 1, 2016
|
7
|
+
* remove minitest/autorun dependency on retrying minitest. Fixes issue where minitest is initialized when running any rake task.
|
8
|
+
|
9
|
+
## [1.0.0] - Nov 29, 2016
|
10
|
+
* Initial release
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: intransient_capybara
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seth Ringling
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-12-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capybara
|
@@ -118,6 +118,7 @@ extensions: []
|
|
118
118
|
extra_rdoc_files: []
|
119
119
|
files:
|
120
120
|
- ".gitignore"
|
121
|
+
- CHANGELOG.md
|
121
122
|
- Gemfile
|
122
123
|
- README.md
|
123
124
|
- Rakefile
|
@@ -150,10 +151,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
151
|
version: '0'
|
151
152
|
requirements: []
|
152
153
|
rubyforge_project:
|
153
|
-
rubygems_version: 2.4.
|
154
|
+
rubygems_version: 2.4.5
|
154
155
|
signing_key:
|
155
156
|
specification_version: 4
|
156
157
|
summary: A set of improvements to Capybara/Poltergeist/PhantomJS test stack that reduces
|
157
158
|
the occurrence transient failures.
|
158
159
|
test_files: []
|
159
|
-
has_rdoc:
|