rspec-retry 0.4.6 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80a92fbfbdc8b02950034f0bb7bdd72128e4cfc5
4
- data.tar.gz: ee08ca136b1b395852588248cba85979e98addc3
3
+ metadata.gz: cfdf0132a19abfc421a236841691c2c5187507fc
4
+ data.tar.gz: f9f1301cacaf82ff2ad36f795e673032e0e1b752
5
5
  SHA512:
6
- metadata.gz: a4bde86cebd9d880131499789b673b2466ef4a75269084bcd28e82810bd35d07bc091cceb420c06bef1559701301c2275930eba94e9ff2274f8cf5b53ddd4b16
7
- data.tar.gz: 0fa26f941a2cba998405e42d07c8d962a909ead3e015f40182db03b0c8d2a2d78f136ccb74ab19bddf88d0033c3c88cdc21e1856837c5eb9169ca5618f7ac7a0
6
+ metadata.gz: f1a21094515a00920685cc26f7682beadb567cc288f2d788d17fa7db3721cd874dbb5030c76459afe4171e9443d99e58bb378cff0541d9d9f302409327ecdda2
7
+ data.tar.gz: 68562d149de4db735868f79b003b1f09707d67ac58d5f2d87e77930aca3a07741122e2266be36d257de2124f275f88c42029b68a29246923c071457709ed1c19
data/.travis.yml CHANGED
@@ -3,7 +3,8 @@ rvm:
3
3
  - 2.1
4
4
  - 2.2
5
5
  gemfile:
6
- - gemfiles/rspec_3.2.gemfile
7
6
  - gemfiles/rspec_3.3.gemfile
7
+ - gemfiles/rspec_3.4.gemfile
8
+ - gemfiles/rspec_3.5.gemfile
8
9
  cache: bundler
9
10
  sudo: false
data/3.3 ADDED
File without changes
data/Appraisals CHANGED
@@ -1,7 +1,11 @@
1
- appraise 'rspec-3.2' do
2
- gem 'rspec', '~> 3.2.0'
3
- end
4
-
5
1
  appraise 'rspec-3.3' do
6
2
  gem 'rspec', '~> 3.3.0'
7
3
  end
4
+
5
+ appraise 'rspec-3.4' do
6
+ gem 'rspec', '~> 3.4.0'
7
+ end
8
+
9
+ appraise 'rspec-3.5' do
10
+ gem 'rspec', '~> 3.5.0'
11
+ end
data/changelog.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 0.5.0 - 2016-8-8
2
+ drop support for rspec 3.2
3
+
1
4
  # 0.4.6 - 2016-8-8
2
5
  failure message was off by 1 (thanks @anthonywoo, @vgrigoruk / #57)
3
6
  add the `exceptions_to_hard_fail` options (thanks @james-dominy, @ShockwaveNN / #59)
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- rspec-retry (0.4.5)
5
- rspec-core
4
+ rspec-retry (0.5.0)
5
+ rspec-core (~> 3.3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -78,3 +78,6 @@ DEPENDENCIES
78
78
  pry-byebug
79
79
  rspec (~> 3.3.0)
80
80
  rspec-retry!
81
+
82
+ BUNDLED WITH
83
+ 1.12.5
@@ -2,6 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rspec", "~> 3.2.0"
5
+ gem "rspec", "~> 3.4.0"
6
6
 
7
7
  gemspec :path => "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- rspec-retry (0.4.5)
5
- rspec-core
4
+ rspec-retry (0.5.0)
5
+ rspec-core (~> 3.3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -52,19 +52,19 @@ GEM
52
52
  rb-fsevent (0.9.5)
53
53
  rb-inotify (0.9.5)
54
54
  ffi (>= 0.5.0)
55
- rspec (3.2.0)
56
- rspec-core (~> 3.2.0)
57
- rspec-expectations (~> 3.2.0)
58
- rspec-mocks (~> 3.2.0)
59
- rspec-core (3.2.3)
60
- rspec-support (~> 3.2.0)
61
- rspec-expectations (3.2.1)
55
+ rspec (3.4.0)
56
+ rspec-core (~> 3.4.0)
57
+ rspec-expectations (~> 3.4.0)
58
+ rspec-mocks (~> 3.4.0)
59
+ rspec-core (3.4.4)
60
+ rspec-support (~> 3.4.0)
61
+ rspec-expectations (3.4.0)
62
62
  diff-lcs (>= 1.2.0, < 2.0)
63
- rspec-support (~> 3.2.0)
64
- rspec-mocks (3.2.1)
63
+ rspec-support (~> 3.4.0)
64
+ rspec-mocks (3.4.1)
65
65
  diff-lcs (>= 1.2.0, < 2.0)
66
- rspec-support (~> 3.2.0)
67
- rspec-support (3.2.2)
66
+ rspec-support (~> 3.4.0)
67
+ rspec-support (3.4.1)
68
68
  shellany (0.0.1)
69
69
  slop (3.6.0)
70
70
  thor (0.19.1)
@@ -76,5 +76,8 @@ DEPENDENCIES
76
76
  appraisal
77
77
  guard-rspec
78
78
  pry-byebug
79
- rspec (~> 3.2.0)
79
+ rspec (~> 3.4.0)
80
80
  rspec-retry!
81
+
82
+ BUNDLED WITH
83
+ 1.12.5
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rspec", "~> 3.5.0"
6
+
7
+ gemspec :path => "../"
@@ -0,0 +1,83 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ rspec-retry (0.5.0)
5
+ rspec-core (~> 3.3)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ appraisal (2.0.2)
11
+ bundler
12
+ rake
13
+ thor (>= 0.14.0)
14
+ byebug (4.0.5)
15
+ columnize (= 0.9.0)
16
+ coderay (1.1.0)
17
+ columnize (0.9.0)
18
+ diff-lcs (1.2.5)
19
+ ffi (1.9.9)
20
+ formatador (0.2.5)
21
+ guard (2.12.7)
22
+ formatador (>= 0.2.4)
23
+ listen (>= 2.7, <= 4.0)
24
+ lumberjack (~> 1.0)
25
+ nenv (~> 0.1)
26
+ notiffany (~> 0.0)
27
+ pry (>= 0.9.12)
28
+ shellany (~> 0.0)
29
+ thor (>= 0.18.1)
30
+ guard-compat (1.2.1)
31
+ guard-rspec (4.6.0)
32
+ guard (~> 2.1)
33
+ guard-compat (~> 1.1)
34
+ rspec (>= 2.99.0, < 4.0)
35
+ listen (3.0.0)
36
+ rb-fsevent (>= 0.9.3)
37
+ rb-inotify (>= 0.9)
38
+ lumberjack (1.0.9)
39
+ method_source (0.8.2)
40
+ nenv (0.2.0)
41
+ notiffany (0.0.6)
42
+ nenv (~> 0.1)
43
+ shellany (~> 0.0)
44
+ pry (0.10.1)
45
+ coderay (~> 1.1.0)
46
+ method_source (~> 0.8.1)
47
+ slop (~> 3.4)
48
+ pry-byebug (3.1.0)
49
+ byebug (~> 4.0)
50
+ pry (~> 0.10)
51
+ rake (10.4.2)
52
+ rb-fsevent (0.9.5)
53
+ rb-inotify (0.9.5)
54
+ ffi (>= 0.5.0)
55
+ rspec (3.5.0)
56
+ rspec-core (~> 3.5.0)
57
+ rspec-expectations (~> 3.5.0)
58
+ rspec-mocks (~> 3.5.0)
59
+ rspec-core (3.5.2)
60
+ rspec-support (~> 3.5.0)
61
+ rspec-expectations (3.5.0)
62
+ diff-lcs (>= 1.2.0, < 2.0)
63
+ rspec-support (~> 3.5.0)
64
+ rspec-mocks (3.5.0)
65
+ diff-lcs (>= 1.2.0, < 2.0)
66
+ rspec-support (~> 3.5.0)
67
+ rspec-support (3.5.0)
68
+ shellany (0.0.1)
69
+ slop (3.6.0)
70
+ thor (0.19.1)
71
+
72
+ PLATFORMS
73
+ ruby
74
+
75
+ DEPENDENCIES
76
+ appraisal
77
+ guard-rspec
78
+ pry-byebug
79
+ rspec (~> 3.5.0)
80
+ rspec-retry!
81
+
82
+ BUNDLED WITH
83
+ 1.12.5
@@ -1,5 +1,5 @@
1
1
  module RSpec
2
2
  class Retry
3
- VERSION = "0.4.6"
3
+ VERSION = "0.5.0"
4
4
  end
5
5
  end
data/rspec-retry.gemspec CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
14
14
  gem.name = "rspec-retry"
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = RSpec::Retry::VERSION
17
- gem.add_runtime_dependency %{rspec-core}
17
+ gem.add_runtime_dependency(%{rspec-core}, '~>3.3')
18
18
  gem.add_development_dependency %q{appraisal}
19
19
  gem.add_development_dependency %q{rspec}
20
20
  gem.add_development_dependency %q{guard-rspec}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-retry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yusuke Mito
@@ -15,16 +15,16 @@ dependencies:
15
15
  name: rspec-core
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ">="
18
+ - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: '0'
20
+ version: '3.3'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ">="
25
+ - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: '0'
27
+ version: '3.3'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: appraisal
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -90,6 +90,7 @@ extra_rdoc_files: []
90
90
  files:
91
91
  - ".gitignore"
92
92
  - ".travis.yml"
93
+ - '3.3'
93
94
  - Appraisals
94
95
  - Gemfile
95
96
  - Guardfile
@@ -97,10 +98,12 @@ files:
97
98
  - README.md
98
99
  - Rakefile
99
100
  - changelog.md
100
- - gemfiles/rspec_3.2.gemfile
101
- - gemfiles/rspec_3.2.gemfile.lock
102
101
  - gemfiles/rspec_3.3.gemfile
103
102
  - gemfiles/rspec_3.3.gemfile.lock
103
+ - gemfiles/rspec_3.4.gemfile
104
+ - gemfiles/rspec_3.4.gemfile.lock
105
+ - gemfiles/rspec_3.5.gemfile
106
+ - gemfiles/rspec_3.5.gemfile.lock
104
107
  - lib/rspec/retry.rb
105
108
  - lib/rspec/retry/formatter.rb
106
109
  - lib/rspec/retry/version.rb