aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinerycms-blog.rb
diff options
context:
space:
mode:
authordjones <dgjones@gmail.com>2010-09-14 13:30:19 +1200
committerdjones <dgjones@gmail.com>2010-09-14 13:30:19 +1200
commita8504adfd632a55ebe6b7adecc7676baba2c7a49 (patch)
tree4a0bbf35d534704c4f91607b731e04e33fa144fc /lib/refinerycms-blog.rb
parent3da7ea869a41d86c5ae9cf67765c37c3221e1c26 (diff)
downloadrefinerycms-blog-a8504adfd632a55ebe6b7adecc7676baba2c7a49.tar.gz
refinerycms-blog-a8504adfd632a55ebe6b7adecc7676baba2c7a49.tar.bz2
refinerycms-blog-a8504adfd632a55ebe6b7adecc7676baba2c7a49.zip
fix a bug in the rails 2.x generator where it doesn't create the seeds directory
Diffstat (limited to 'lib/refinerycms-blog.rb')
-rw-r--r--lib/refinerycms-blog.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
index 15c0a0a..844ae11 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -42,7 +42,7 @@ module Refinery
class << self
def version
- %q{1.0.rc8}
+ %q{1.0.rc9}
end
end
end