Promote singleton to default gems

This commit is contained in:
Hiroshi SHIBATA 2019-11-06 11:29:51 +09:00
parent 40e161a612
commit 91135f6d29
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
5 changed files with 38 additions and 5 deletions

3
lib/singleton/version.rb Normal file
View file

@ -0,0 +1,3 @@
module Singleton
VERSION = "0.1.0"
end