about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-04-10 18:05:59 +0000
committerEric Wong <e@80x24.org>2017-04-10 18:07:43 +0000
commit9cc9fb5d1b5bab6b5a7a5ba213bc484ed94ed5b9 (patch)
tree8200bb0b306f30700700d763e7724af0a240fcbd
parent50adb69dcbe80d1ba828358bbe4d1bab9e01ee75 (diff)
downloadkcar-9cc9fb5d1b5bab6b5a7a5ba213bc484ed94ed5b9.tar.gz
Adding this was probably a mistake; as I don't want to encourage
people testing for this.  kcar will not introduce breaking API
changes, ever.  I expect users to hold me to this.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 01c0418..12d128d 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -21,7 +21,7 @@ if File.exist?(".git")
 end
 
 vn = vn.sub!(/\Av/, "")
-new_ruby_version = "#{CONSTANT} = '#{vn}'\n"
+new_ruby_version = "#{CONSTANT} = '#{vn}' # :nodoc:\n"
 cur_ruby_version = File.read(RVF) rescue nil
 if new_ruby_version != cur_ruby_version
   File.open(RVF, "w") { |fp| fp.write(new_ruby_version) }