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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ecdd544f27a9c880faed98ed328175998d8e11c7
4
- data.tar.gz: d6dca5ca326e3bc8270f71be864584a019cef776
3
+ metadata.gz: 947b6ccc4687c7a53e50287635750f38f1954248
4
+ data.tar.gz: e9f78842a8d76789c4529a0f35fa199f5cdc5da9
5
5
  SHA512:
6
- metadata.gz: c63ae6d269c9f80ac0c4b18efe147603d26bef928b2bdf970a72a2d93ac284316fa2a9ef1111cae083c13c570cb6a9fdd943a1edd5c96e63085247adbe002dfa
7
- data.tar.gz: fc101584686f8a6c700cdff4fa1104bfe7568fc73d06251be6df21b829994a474a80b14abbec9526653028967b9fd8d2dbdcce997ad1ba74d9bc7740cad83ae1
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
@@ -1,5 +1,5 @@
1
1
  # Adapted from https://github.com/appfolio/minitest-optional_retry/blob/master/lib/minitest/optional_retry.rb
2
- require 'minitest/autorun'
2
+ require 'minitest'
3
3
  require 'atomic'
4
4
 
5
5
  module Minitest
@@ -1,3 +1,3 @@
1
1
  module IntransientCapybara
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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-29 00:00:00.000000000 Z
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.8
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: