Skip to content

Commit 87c972b

Browse files
committed
! Fix copy & paste error in gemspec
1 parent 0031a05 commit 87c972b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roadie.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Gem::Specification.new do |s|
3131

3232
s.files = `git ls-files`.split("\n")
3333

34-
spec.post_install_message = "This would be the last version that supports ruby 2.7"
34+
s.post_install_message = "This would be the last version that supports ruby 2.7"
3535
end

0 commit comments

Comments
 (0)