From 69f0725b84d0d92756a67d11c96d4516d0a48f3c Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Wed, 10 Aug 2011 18:27:43 +1200 Subject: [PATCH] Documented changes since 1.0.3 and regenerated the gemspecs. --- authentication/refinerycms-authentication.gemspec | 2 +- base/refinerycms-base.gemspec | 2 +- changelog.md | 9 +++++++++ core/refinerycms-core.gemspec | 2 +- dashboard/refinerycms-dashboard.gemspec | 2 +- images/refinerycms-images.gemspec | 2 +- pages/refinerycms-pages.gemspec | 2 +- refinerycms.gemspec | 2 +- resources/refinerycms-resources.gemspec | 2 +- settings/refinerycms-settings.gemspec | 2 +- 10 files changed, 18 insertions(+), 9 deletions(-) diff --git a/authentication/refinerycms-authentication.gemspec b/authentication/refinerycms-authentication.gemspec index c4a6ff30b6..66962d8e9b 100644 --- a/authentication/refinerycms-authentication.gemspec +++ b/authentication/refinerycms-authentication.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.version = %q{1.0.4} s.summary = %q{Authentication engine for Refinery CMS} s.description = %q{The default authentication engine for Refinery CMS} - s.date = %q{2011-08-09} + s.date = %q{2011-08-10} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} diff --git a/base/refinerycms-base.gemspec b/base/refinerycms-base.gemspec index ae85a2a026..886a013f90 100644 --- a/base/refinerycms-base.gemspec +++ b/base/refinerycms-base.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.version = %q{1.0.4} s.summary = %q{Base engine for Refinery CMS} s.description = %q{This provides a base for Refinery CMS which handles things like settings on the Refinery namespace.} - s.date = %q{2011-08-09} + s.date = %q{2011-08-10} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} diff --git a/changelog.md b/changelog.md index b913b0fcf5..e23f86fd2b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +## 1.0.4 [10 August 2011] + +* Added support for figuring out dimensions in resized images to `image_fu`. [Philip Arndt](https://github.com/parndt) and [Joe Sak](https://github.com/joemsak) +* Fixed issues installing Refinery due to lack of permissions to the gem directories. [Philip Arndt](https://github.com/parndt) +* Added ability to specify a different database host in the `bin/refinerycms` installer. [Philip Arndt](https://github.com/parndt) +* Lock `will_paginate` to `3.0.pre2` in core gemspec. [Kris Forbes](https://github.com/krisf) and [Uģis Ozols](https://github.com/ugisozols) +* Patch required_label helper so it would pick up I18n model attribute translations. [Uģis Ozols](https://github.com/ugisozols) +* [See full list](https://github.com/resolve/refinerycms/compare/1.0.3...1.0.4) + ## 1.0.3 [23 June 2011] * Fixes corruption in the 1.0.2 gem. [Philip Arndt](https://github.com/parndt) diff --git a/core/refinerycms-core.gemspec b/core/refinerycms-core.gemspec index f4f51f0888..ae56d252ba 100644 --- a/core/refinerycms-core.gemspec +++ b/core/refinerycms-core.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.version = %q{1.0.4} s.summary = %q{Core engine for Refinery CMS} s.description = %q{The core of Refinery CMS. This handles the common functionality and is required by most engines} - s.date = %q{2011-08-09} + s.date = %q{2011-08-10} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} diff --git a/dashboard/refinerycms-dashboard.gemspec b/dashboard/refinerycms-dashboard.gemspec index a8db5e7993..2ec49f8552 100644 --- a/dashboard/refinerycms-dashboard.gemspec +++ b/dashboard/refinerycms-dashboard.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.version = %q{1.0.4} s.summary = %q{Dashboard engine for Refinery CMS} s.description = %q{The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.} - s.date = %q{2011-08-09} + s.date = %q{2011-08-10} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} diff --git a/images/refinerycms-images.gemspec b/images/refinerycms-images.gemspec index 13e0e1f5b2..de419cc39e 100644 --- a/images/refinerycms-images.gemspec +++ b/images/refinerycms-images.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.version = %q{1.0.4} s.summary = %q{Images engine for Refinery CMS} s.description = %q{Handles all image upload and processing functionality in Refinery CMS.} - s.date = %q{2011-08-09} + s.date = %q{2011-08-10} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} diff --git a/pages/refinerycms-pages.gemspec b/pages/refinerycms-pages.gemspec index c24def977c..6a1bd629aa 100644 --- a/pages/refinerycms-pages.gemspec +++ b/pages/refinerycms-pages.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.version = %q{1.0.4} s.summary = %q{Pages engine for Refinery CMS} s.description = %q{The default content engine of Refinery CMS. This engine handles the administration and display of user-editable pages.} - s.date = %q{2011-08-09} + s.date = %q{2011-08-10} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} diff --git a/refinerycms.gemspec b/refinerycms.gemspec index 2eb54d7f23..9091cce957 100644 --- a/refinerycms.gemspec +++ b/refinerycms.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = %q{refinerycms} s.version = %q{1.0.4} s.description = %q{A Ruby on Rails CMS that supports Rails 3. It's easy to extend and sticks to 'the Rails way' where possible.} - s.date = %q{2011-08-09} + s.date = %q{2011-08-10} s.summary = %q{A Ruby on Rails CMS that supports Rails 3} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} diff --git a/resources/refinerycms-resources.gemspec b/resources/refinerycms-resources.gemspec index 7048948a00..3ff8c5fe20 100644 --- a/resources/refinerycms-resources.gemspec +++ b/resources/refinerycms-resources.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.version = %q{1.0.4} s.summary = %q{Resources engine for Refinery CMS} s.description = %q{Handles all file upload and processing functionality in Refinery CMS.} - s.date = %q{2011-08-09} + s.date = %q{2011-08-10} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} diff --git a/settings/refinerycms-settings.gemspec b/settings/refinerycms-settings.gemspec index 240a00a319..bd29863be9 100644 --- a/settings/refinerycms-settings.gemspec +++ b/settings/refinerycms-settings.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.version = %q{1.0.4} s.summary = %q{Settings engine for Refinery CMS} s.description = %q{The default settings engine that is required by Refinery CMS core. Adds programmer creatable, user editable settings for each engine.} - s.date = %q{2011-08-09} + s.date = %q{2011-08-10} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms}