From aa0b978a06d41a8ac5c47daff91bfd79d7a86cd0 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Mon, 9 Aug 2010 21:13:51 +1200 Subject: Add gemspec abilities and gemspec. Set initial version at 0.9.8 --- lib/refinerycms-blog.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/refinerycms-blog.rb (limited to 'lib/refinerycms-blog.rb') diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb new file mode 100644 index 0000000..5ee61bc --- /dev/null +++ b/lib/refinerycms-blog.rb @@ -0,0 +1,9 @@ +module Refinery + module Blog + class << self + def version + %q{0.9.8} + end + end + end +end \ No newline at end of file -- cgit v1.2.3