Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Commit 84f9fa3

Browse files
committed
Updated post-install message.
1 parent b357135 commit 84f9fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atomic.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Gem::Specification.new do |s|
2121
s.extensions = 'ext/extconf.rb'
2222
end
2323
s.files += `git ls-files`.lines.map(&:chomp)
24-
s.post_install_message = 'This gem has been deprecated in lieu of Concurrent Ruby (http://concurrent-ruby.com).'
24+
s.post_install_message = 'This gem has been deprecated and merged into Concurrent Ruby (http://concurrent-ruby.com).'
2525
end

0 commit comments

Comments
 (0)