diff options
-rw-r--r-- | readme.md | 6 | ||||
-rw-r--r-- | refinerycms-blog.gemspec | 3 |
2 files changed, 5 insertions, 4 deletions
@@ -2,7 +2,7 @@ Simple blog engine for [Refinery CMS](http://refinerycms.com). It supports posts, categories and comments. -This version of `refinerycms-blog` supports Rails 3.2.x. To use Rails 2.3.x use the [refinerycms-blog "Rails 2.3.x stable branch"](http://github.com/resolve/refinerycms-blog/tree/rails2-stable). +This version of `refinerycms-blog` supports Rails 3.2.x. To use Rails 2.3.x use the [refinerycms-blog "Rails 2.3.x stable branch"](http://github.com/refinery/refinerycms-blog/tree/rails2-stable). Options: @@ -11,14 +11,14 @@ Options: ## Requirements -Refinery CMS version 2.0.1 or above. +Refinery CMS version 2.1.0 or above. ## Install Open up your ``Gemfile`` and add at the bottom this line: ```ruby -gem 'refinerycms-blog', '~> 2.0.0' +gem 'refinerycms-blog', '~> 2.1.0' ``` Now, run ``bundle install`` diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec index 6ded22c..907bbcd 100644 --- a/refinerycms-blog.gemspec +++ b/refinerycms-blog.gemspec @@ -7,8 +7,9 @@ Gem::Specification.new do |s| s.summary = %q{Ruby on Rails blogging engine for Refinery CMS.} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com/blog} - s.authors = ['Resolve Digital', 'Neoteric Design'] + s.authors = ['Philip Arndt', 'Uģis Ozols', 'Joe Sak'] s.require_paths = %w(lib) + s.license = %q{MIT} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- spec/*`.split("\n") |