aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/refinerycms-blog.rb2
-rw-r--r--readme.md2
-rw-r--r--refinerycms-blog.gemspec4
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
index 6902210..427fcfa 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -42,7 +42,7 @@ module Refinery
class << self
def version
- %q{1.0.rc14}
+ %q{1.0.rc15}
end
end
end
diff --git a/readme.md b/readme.md
index 2497253..e53a939 100644
--- a/readme.md
+++ b/readme.md
@@ -11,7 +11,7 @@ Options:
Open up your ``Gemfile`` and add at the bottom this line
- gem 'refinerycms-blog', '~> 1.0.rc13'
+ gem 'refinerycms-blog', '~> 1.0.rc15'
Now run ``bundle install``
diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec
index b3b8e31..2cfb9c6 100644
--- a/refinerycms-blog.gemspec
+++ b/refinerycms-blog.gemspec
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-blog}
- s.version = %q{1.0.rc14}
+ s.version = %q{1.0.rc15}
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
- s.date = %q{2010-11-03}
+ s.date = %q{2010-11-12}
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}