Skip to content

Commit 548aebb

Browse files
committed
Bump version to 3.0.2
1 parent 002fb61 commit 548aebb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

capybara-email.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require File.expand_path('../lib/capybara/email/version', __FILE__)
33

44
Gem::Specification.new do |gem|
55
gem.authors = ['Brian Cardarella']
6-
gem.email = ['bcardarella@gmail.com', 'brian@dockyard.com']
6+
gem.email = %w(bcardarella@gmail.com brian@dockyard.com)
77
gem.description = %q{Test your ActionMailer and Mailer messages in Capybara}
88
gem.summary = %q{Test your ActionMailer and Mailer messages in Capybara}
99
gem.homepage = 'https://github.com/dockyard/capybara-email'

lib/capybara/email/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Capybara
22
module Email
3-
VERSION = '3.0.1'
3+
VERSION = '3.0.2'
44
end
55
end

0 commit comments

Comments
 (0)