diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-04-13 18:09:27 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-04-13 09:47:22 +0000 |
commit | 76aaaf6434752b5dc407878a5268892f859b2bf5 () | |
tree | e36affc0de0b4f5400a70a215759f36ec0db439e /lib | |
parent | de023b68aa32240d08e420f549edcb8df7d8452c (diff) |
[ruby/un] Expose UN::VERSION
https://.com/ruby/un/commit/47bcad1804
-rw-r--r-- | lib/un.gemspec | 11 | ||||
-rw-r--r-- | lib/un.rb | 3 |
2 files changed, 12 insertions, 2 deletions
@@ -1,8 +1,15 @@ # frozen_string_literal: true Gem::Specification.new do |spec| - spec.name = "un" - spec.version = "0.2.1" spec.authors = ["WATANABE Hirofumi"] spec.email = ["[email protected]"] @@ -412,6 +412,9 @@ def help end module UN # :nodoc: module_function def help(argv, output: $stdout) all = argv.empty? |