From b25114c79eeffa4709bc477f9a90dc8f9f5c2939 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Tue, 22 Oct 2013 19:24:23 +1300 Subject: Clarify license, authors, version requirement. --- readme.md | 6 +++--- refinerycms-blog.gemspec | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 2bfc060..6102489 100644 --- a/readme.md +++ b/readme.md @@ -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") -- cgit v1.2.3