From a6b8f84c49f8165751bc78cde273a2955dfc8013 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Wed, 3 Oct 2012 11:16:27 +0200 Subject: updated readme and added changelog --- Gemfile.lock | 4 ++-- changelog.md | 4 ++++ readme.md | 6 ++---- refinerycms-pc_banners.gemspec | 6 +++--- 4 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 changelog.md diff --git a/Gemfile.lock b/Gemfile.lock index 176b4e4..031a5b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ PATH remote: . specs: - refinerycms-pc_banners (2.0.1) - refinerycms-core (~> 2.0.1) + refinerycms-pc_banners (2.0.2) + refinerycms-pages (~> 2.0.1) GEM remote: http://rubygems.org/ diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..04a79a6 --- /dev/null +++ b/changelog.md @@ -0,0 +1,4 @@ +## 2.0.2 + +* Adjusted list of pages to be displayed in a treeview. [#2](https://github.com/julesce/refinerycms-pc_banners/pull/2). [Martin Markech](https://github.com/Matho) +* Translations for Slovak. [#1](https://github.com/julesce/refinerycms-pc_banners/pull/1). [Martin Markech](https://github.com/Matho) diff --git a/readme.md b/readme.md index 1f7ee68..681d44a 100644 --- a/readme.md +++ b/readme.md @@ -2,17 +2,15 @@ Simple banners engine for [Refinery CMS](http://refinerycms.com). Creates a many-to-many relationship between Pages and Banners, allowing an Image to be assigned to a Banner as well. -This version of `refinerycms-pc_banners` supports Rails 3. - ## Requirements -Refinery CMS version 2.0.0 and above. +Refinery CMS version 2.0.x ## Install Open up your ``Gemfile`` and add the following: - gem 'refinerycms-pc_banners', '2.0.1' + gem 'refinerycms-pc_banners', '~> 2.0.2' Now, run: diff --git a/refinerycms-pc_banners.gemspec b/refinerycms-pc_banners.gemspec index 4f6a836..c187d19 100644 --- a/refinerycms-pc_banners.gemspec +++ b/refinerycms-pc_banners.gemspec @@ -3,9 +3,9 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'refinerycms-pc_banners' - s.version = '2.0.1' + s.version = '2.0.2' s.description = 'Ruby on Rails Banners extension for Refinery CMS' - s.date = '2012-04-02' + s.date = '2012-10-03' s.summary = 'Banners extension for Refinery CMS' s.require_paths = %w(lib) s.files = Dir["{app,config,db,lib}/**/*"] + ["readme.md"] @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.homepage = 'https://github.com/julesce/refinerycms-pods' # Runtime dependencies - s.add_dependency 'refinerycms-core', '~> 2.0.1' + s.add_dependency 'refinerycms-pages', '~> 2.0.1' # Development dependencies (usually used for testing) s.add_development_dependency 'refinerycms-testing', '~> 2.0.1' -- cgit v1.2.3