File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- jim (1.0.0b2 )
4+ jim (1.0.0b3 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ def self.release
196196 abort "error: Expected spec.metadata[\" github_repo\" ] to be of the format \" https://github.com/owner/repo\" , got #{ github_repo . inspect } "
197197 end
198198
199- note = "If you want a self-contained executable, use the packed #{ packed_file } file." if packed_file
199+ note = "If you want a self-contained executable, use the packed #{ File . basename ( packed_file ) } file." if packed_file
200200
201201 files = [ ]
202202 files << packed_file if packed_file
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Jim
4- VERSION = "1.0.0b2 "
4+ VERSION = "1.0.0b3 "
55end
You can’t perform that action at this time.
0 commit comments