Skip to content

Commit

Permalink
Bump version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscoder committed Jun 6, 2020
1 parent 002fb61 commit 548aebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion capybara-email.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require File.expand_path('../lib/capybara/email/version', __FILE__)

Gem::Specification.new do |gem|
gem.authors = ['Brian Cardarella']
gem.email = ['[email protected]', '[email protected]']
gem.email = %w([email protected] [email protected])
gem.description = %q{Test your ActionMailer and Mailer messages in Capybara}
gem.summary = %q{Test your ActionMailer and Mailer messages in Capybara}
gem.homepage = 'https://github.com/dockyard/capybara-email'
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/email/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capybara
module Email
VERSION = '3.0.1'
VERSION = '3.0.2'
end
end

0 comments on commit 548aebb

Please sign in to comment.