aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinerycms-blog.rb
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-09 21:13:51 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-09 21:13:51 +1200
commitaa0b978a06d41a8ac5c47daff91bfd79d7a86cd0 (patch)
tree2f068d8e92bb36e3751a52a7e977a14a9031e574 /lib/refinerycms-blog.rb
parent54a0f6ebff34213422d7a5d6ac39c9b7b8dbbe45 (diff)
downloadrefinerycms-blog-aa0b978a06d41a8ac5c47daff91bfd79d7a86cd0.tar.gz
refinerycms-blog-aa0b978a06d41a8ac5c47daff91bfd79d7a86cd0.tar.bz2
refinerycms-blog-aa0b978a06d41a8ac5c47daff91bfd79d7a86cd0.zip
Add gemspec abilities and gemspec. Set initial version at 0.9.8
Diffstat (limited to 'lib/refinerycms-blog.rb')
-rw-r--r--lib/refinerycms-blog.rb9
1 files changed, 9 insertions, 0 deletions
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