diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-30 13:05:45 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-04-03 02:40:37 +0000 |
commit | a70653ca7facbb2004562e5718fa51e7ade6b157 () | |
tree | e90adcedf5c3035e352494fb526206c454c31579 /lib/find.gemspec | |
parent | 2f1586f6f204bdd040ba7a14633983568199dbc0 (diff) |
[ruby/find] Expose Find::VERSION
https://.com/ruby/find/commit/a24124a08a
-rw-r--r-- | lib/find.gemspec | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,6 +1,13 @@ Gem::Specification.new do |spec| - spec.name = "find" - spec.version = "0.1.1" spec.authors = ['Kazuki Tsujimoto'] spec.email = ['[email protected]'] |