Skip to content

Commit

Permalink
bump versions and update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass committed Aug 22, 2017
1 parent d6f4ef1 commit 35a4063
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 34 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ specified number of times until the example succeeds.

| Rspec Version | Rspec-Retry Version |
|---------------|---------------------|
| 3.3-3.6       | 0.5.4             |
| 3.3-3.6       | 0.5.5             |
| 3.2       | 0.4.6             |
| 2.14.8       | 0.4.4             |

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rspec_3.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "rspec", "~> 3.3.0"

gemspec :path => "../"
gemspec path: "../"
13 changes: 7 additions & 6 deletions gemfiles/rspec_3.3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
PATH
remote: ..
specs:
rspec-retry (0.5.4)
rspec-retry (0.5.5)
rspec-core (> 3.3, < 3.7)

GEM
remote: https://rubygems.org/
specs:
appraisal (2.1.0)
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)
byebug (9.0.6)
coderay (1.1.1)
diff-lcs (1.2.5)
diff-lcs (1.3)
method_source (0.8.2)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.0)
pry-byebug (3.4.2)
byebug (~> 9.0)
pry (~> 0.10)
rake (11.3.0)
Expand All @@ -37,16 +37,17 @@ GEM
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
slop (3.6.0)
thor (0.19.1)
thor (0.20.0)

PLATFORMS
ruby

DEPENDENCIES
appraisal
byebug (~> 9.0.6)
pry-byebug
rspec (~> 3.3.0)
rspec-retry!

BUNDLED WITH
1.14.6
1.15.4
2 changes: 1 addition & 1 deletion gemfiles/rspec_3.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "rspec", "~> 3.4.0"

gemspec :path => "../"
gemspec path: "../"
15 changes: 8 additions & 7 deletions gemfiles/rspec_3.4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
PATH
remote: ..
specs:
rspec-retry (0.5.4)
rspec-retry (0.5.5)
rspec-core (> 3.3, < 3.7)

GEM
remote: https://rubygems.org/
specs:
appraisal (2.1.0)
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)
byebug (9.0.6)
coderay (1.1.1)
diff-lcs (1.2.5)
diff-lcs (1.3)
method_source (0.8.2)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.0)
pry-byebug (3.4.2)
byebug (~> 9.0)
pry (~> 0.10)
rake (11.3.0)
rake (12.0.0)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
Expand All @@ -37,16 +37,17 @@ GEM
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
slop (3.6.0)
thor (0.19.1)
thor (0.20.0)

PLATFORMS
ruby

DEPENDENCIES
appraisal
byebug (~> 9.0.6)
pry-byebug
rspec (~> 3.4.0)
rspec-retry!

BUNDLED WITH
1.14.6
1.15.4
2 changes: 1 addition & 1 deletion gemfiles/rspec_3.5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "rspec", "~> 3.5.0"

gemspec :path => "../"
gemspec path: "../"
15 changes: 8 additions & 7 deletions gemfiles/rspec_3.5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
PATH
remote: ..
specs:
rspec-retry (0.5.4)
rspec-retry (0.5.5)
rspec-core (> 3.3, < 3.7)

GEM
remote: https://rubygems.org/
specs:
appraisal (2.1.0)
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)
byebug (9.0.6)
coderay (1.1.1)
diff-lcs (1.2.5)
diff-lcs (1.3)
method_source (0.8.2)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.0)
pry-byebug (3.4.2)
byebug (~> 9.0)
pry (~> 0.10)
rake (11.3.0)
rake (12.0.0)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
Expand All @@ -37,16 +37,17 @@ GEM
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
slop (3.6.0)
thor (0.19.1)
thor (0.20.0)

PLATFORMS
ruby

DEPENDENCIES
appraisal
byebug (~> 9.0.6)
pry-byebug
rspec (~> 3.5.0)
rspec-retry!

BUNDLED WITH
1.14.6
1.15.4
2 changes: 1 addition & 1 deletion gemfiles/rspec_3.6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "rspec", "~> 3.6.0"

gemspec :path => "../"
gemspec path: "../"
7 changes: 4 additions & 3 deletions gemfiles/rspec_3.6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rspec-retry (0.5.4)
rspec-retry (0.5.5)
rspec-core (> 3.3, < 3.7)

GEM
Expand Down Expand Up @@ -37,16 +37,17 @@ GEM
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
slop (3.6.0)
thor (0.19.4)
thor (0.20.0)

PLATFORMS
ruby

DEPENDENCIES
appraisal
byebug (~> 9.0.6)
pry-byebug
rspec (~> 3.6.0)
rspec-retry!

BUNDLED WITH
1.14.6
1.15.4
2 changes: 1 addition & 1 deletion lib/rspec/retry/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RSpec
class Retry
VERSION = "0.5.4"
VERSION = "0.5.5"
end
end
7 changes: 2 additions & 5 deletions rspec-retry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency(%{rspec-core}, '>3.3', '<3.7')
gem.add_development_dependency %q{appraisal}
gem.add_development_dependency %q{rspec}
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2')
gem.add_development_dependency %q{pry-debugger}
else
gem.add_development_dependency %q{pry-byebug}
end
gem.add_development_dependency %q{byebug}, '~>9.0.6' # 9.1 deprecates ruby 2.1
gem.add_development_dependency %q{pry-byebug}
end

0 comments on commit 35a4063

Please sign in to comment.