From 9cc9fb5d1b5bab6b5a7a5ba213bc484ed94ed5b9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 10 Apr 2017 18:05:59 +0000 Subject: nodoc Kcar::VERSION 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. --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } -- cgit v1.2.3-24-ge0c7