aboutsummaryrefslogtreecommitdiffstats
path: root/lib/getoptlong.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-29 00:31:52 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-30 19:03:18 +0900
commitb2d96abb42abbe2e01f010ffc9ac51f0f9a50002 (patch)
tree57791da8a71280c335109916376e13f5e0c63af3 /lib/getoptlong.rb
parentcfbae7dae052180e5dde05a27948ae8d779eccab (diff)
downloadruby-b2d96abb42abbe2e01f010ffc9ac51f0f9a50002.tar.gz
Extract version number from the source
"requiring version.rb" strategy has some issues. - cannot work when cross-compiling - often introduces wrong namespace - must know the superclasses - costs at each runtime than at build-time etc.
Diffstat (limited to 'lib/getoptlong.rb')
-rw-r--r--lib/getoptlong.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb
index ff7674f1cb..6d4922ec9d 100644
--- a/lib/getoptlong.rb
+++ b/lib/getoptlong.rb
@@ -85,6 +85,9 @@
# hello -n 6 --name -- /tmp
#
class GetoptLong
+ # Version.
+ VERSION = "0.1.0"
+
#
# Orderings.
#