Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
djones committed Sep 7, 2010
1 parent 0efc0fd commit bc84757
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/refinerycms-blog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def url

class << self
def version
%q{1.0.rc5}
%q{1.0.rc6}
end
end
end
Expand Down
5 changes: 2 additions & 3 deletions refinerycms-blog.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-blog}
s.version = %q{1.0.rc5}
s.version = %q{1.0.rc6}
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
s.date = %q{2010-09-06}
s.date = %q{2010-09-07}
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
Expand All @@ -24,7 +24,6 @@ Gem::Specification.new do |s|
app/controllers/blog/categories_controller.rb
app/controllers/blog/posts_controller.rb
app/controllers/blog_controller.rb
app/helpers
app/models
app/models/blog_category.rb
app/models/blog_comment.rb
Expand Down

0 comments on commit bc84757

Please sign in to comment.