From 00ba651f40de5ae57cf9b433ba0c6b7150d71a56 Mon Sep 17 00:00:00 2001
From: Craig Sheen <craig_sheen@hotmail.com>
Date: Mon, 27 Jul 2015 08:23:39 +0100
Subject: Move VERSION constant to version file and use this in the gemspec

---
 lib/action_cable/version.rb | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 lib/action_cable/version.rb

(limited to 'lib/action_cable')

diff --git a/lib/action_cable/version.rb b/lib/action_cable/version.rb
new file mode 100644
index 0000000000..4947029dcc
--- /dev/null
+++ b/lib/action_cable/version.rb
@@ -0,0 +1,3 @@
+module ActionCable
+  VERSION = '0.0.3'
+end
\ No newline at end of file
-- 
cgit v1.2.3