Skip to content

Commit 8b5d9da

Browse files
committed
Don't use needless "v" prefix
1 parent 46b9584 commit 8b5d9da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Rakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ require "bundler/gem_helper"
66
base_dir = File.join(__dir__)
77

88
helper = Bundler::GemHelper.new(base_dir)
9+
def helper.version_tag
10+
version
11+
end
12+
913
helper.install
1014

1115
release_task = Rake.application["release"]

0 commit comments

Comments
 (0)