kcar RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] nodoc Kcar::VERSION
@ 2017-04-10 18:07 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2017-04-10 18:07 UTC (permalink / raw)
  To: kcar-public

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) }
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-10 18:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10 18:07 [PATCH] nodoc Kcar::VERSION Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/kcar.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).