diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-30 14:08:23 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-04-25 01:58:12 +0000 |
commit | 15796ae1e80e32e8a4ff25d6663d89afc00025bb () | |
tree | b5f51e76d3457b64648206d7a784c853b2564e3b /lib/set | |
parent | c301ba0a663386881addb1d987cca5e73d35cf2e (diff) |
[ruby/set] Expose Set::VERSION
https://.com/ruby/set/commit/d39b33f463
-rw-r--r-- | lib/set/set.gemspec | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,6 +1,13 @@ Gem::Specification.new do |spec| - spec.name = "set" - spec.version = "1.0.3" spec.authors = ["Akinori MUSHA"] spec.email = ["[email protected]"] |