diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-05-25 15:58:09 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-05-25 07:08:44 +0000 |
commit | 5bfb317a938e461a9f99fe209765263cfe23b4d5 (patch) | |
tree | 6ae1717b15fde6aa99ac534b10bf4c24a2945f71 /lib/benchmark.rb | |
parent | 8e2fac7b9c9e9f83b6a84133678b5a98e799b84c (diff) |
[ruby/benchmark] Don't use version.rb
https://github.com/ruby/benchmark/commit/6d51b10500
Diffstat (limited to 'lib/benchmark.rb')
-rw-r--r-- | lib/benchmark.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/benchmark.rb b/lib/benchmark.rb index 79c782e262..d9f89239fc 100644 --- a/lib/benchmark.rb +++ b/lib/benchmark.rb @@ -121,6 +121,8 @@ module Benchmark + VERSION = "0.2.1" + BENCHMARK_VERSION = "2002-04-25" # :nodoc: # Invokes the block with a Benchmark::Report object, which |