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/un.gemspec | |
parent | de023b68aa32240d08e420f549edcb8df7d8452c (diff) |
[ruby/un] Expose UN::VERSION
https://.com/ruby/un/commit/47bcad1804
-rw-r--r-- | lib/un.gemspec | 11 |
1 files changed, 9 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]"] |