diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2019-11-08 19:21:47 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2019-11-09 07:32:34 +0900 |
commit | 2a0ed5691efbc602a4403ec09e6f91e89baa5507 (patch) | |
tree | e197106483134f9e93fa2cdd614d037ec0992ed6 /lib/timeout/version.rb | |
parent | 9a90a4d953a4d1f8e5977cd8d2bab59637de5348 (diff) |
Promote timeout to default gems
Diffstat (limited to 'lib/timeout/version.rb')
-rw-r--r-- | lib/timeout/version.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/timeout/version.rb b/lib/timeout/version.rb new file mode 100644 index 0000000000..39fc6eec5f --- /dev/null +++ b/lib/timeout/version.rb @@ -0,0 +1,3 @@ +module Timeout + VERSION = "0.1.0" +end |