diff options
author | djones <dgjones@gmail.com> | 2010-09-14 13:30:19 +1200 |
---|---|---|
committer | djones <dgjones@gmail.com> | 2010-09-14 13:30:19 +1200 |
commit | a8504adfd632a55ebe6b7adecc7676baba2c7a49 (patch) | |
tree | 4a0bbf35d534704c4f91607b731e04e33fa144fc /lib | |
parent | 3da7ea869a41d86c5ae9cf67765c37c3221e1c26 (diff) | |
download | refinerycms-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')
-rw-r--r-- | lib/refinerycms-blog.rb | 2 |
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 |