diff options
-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? |