summaryrefslogtreecommitdiff
path: root/lib/ostruct/version.rb
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2019-12-22 19:40:32 -0500
committerMarc-Andre Lafortune <github@marc-andre.ca>2019-12-22 21:48:54 -0500
commit9be3295d53b6fd9f8a3ad8157aa0655b1976d8ac (patch)
treec024d37fc2b0fecef1aed982174f20155c9d76d9 /lib/ostruct/version.rb
parent49d94248ebfb7a51e342f8102d21ad132a40f91a (diff)
[ruby/ostruct] Create OpenStruct::VERSION
Diffstat (limited to 'lib/ostruct/version.rb')
-rw-r--r--lib/ostruct/version.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ostruct/version.rb b/lib/ostruct/version.rb
new file mode 100644
index 0000000000..4e26af9909
--- /dev/null
+++ b/lib/ostruct/version.rb
@@ -0,0 +1,5 @@
+# frozen_string_literal: true
+
+class OpenStruct
+ VERSION = "0.1.0"
+end