summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ff3a9b9..883494d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -203,7 +203,9 @@ if USE_RAKE_COMPILER
end
end
-Gem::Tasks.new
+Gem::Tasks.new do |t|
+ t.scm.tag.format = '%s'
+end
begin
require 'yard'