diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-04-13 18:34:43 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-04-13 18:51:18 +0900 |
commit | f09638fe25d86c4d619a1f45b1595c8a30c54cc4 () | |
tree | 8f09f640efa93ff666a0d4f0ed9cc815d484e0c8 /lib/time.gemspec | |
parent | cf77f7b5e72ed33516b93b5a20427e7a64475bef (diff) |
[ruby/time] Expose Time::VERSION
https://.com/ruby/time/commit/32793b56b7
-rw-r--r-- | lib/time.gemspec | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,6 +1,13 @@ Gem::Specification.new do |spec| - spec.name = "time" - spec.version = "0.2.2" spec.authors = ["Tanaka Akira"] spec.email = ["[email protected]"] |