diff --git a/authentication/refinerycms-authentication.gemspec b/authentication/refinerycms-authentication.gemspec index bac92b7e92..9f8f45cb25 100644 --- a/authentication/refinerycms-authentication.gemspec +++ b/authentication/refinerycms-authentication.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.version = %q{0.9.9.21} s.summary = %q{Authentication engine for Refinery CMS} s.description = %q{The default authentication engine for Refinery CMS} - s.date = %q{2011-05-02} + s.date = %q{2011-05-03} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} @@ -67,6 +67,7 @@ Gem::Specification.new do |s| 'config/locales/el.yml', 'config/locales/en.yml', 'config/locales/es.yml', + 'config/locales/fi.yml', 'config/locales/fr.yml', 'config/locales/it.yml', 'config/locales/jp.yml', diff --git a/base/refinerycms-base.gemspec b/base/refinerycms-base.gemspec index a256802364..4184ff5a11 100644 --- a/base/refinerycms-base.gemspec +++ b/base/refinerycms-base.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.version = %q{0.9.9.21} 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-04-30} + s.date = %q{2011-05-03} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} diff --git a/core/refinerycms-core.gemspec b/core/refinerycms-core.gemspec index 7e8e6941a6..ecb9bbe687 100644 --- a/core/refinerycms-core.gemspec +++ b/core/refinerycms-core.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.version = %q{0.9.9.21} 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-04-30} + s.date = %q{2011-05-03} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} @@ -84,6 +84,7 @@ Gem::Specification.new do |s| 'config/locales/el.yml', 'config/locales/en.yml', 'config/locales/es.yml', + 'config/locales/fi.yml', 'config/locales/fr.yml', 'config/locales/it.yml', 'config/locales/jp.yml', @@ -365,6 +366,7 @@ Gem::Specification.new do |s| 'public/javascripts/wymeditor/lang/en.js', 'public/javascripts/wymeditor/lang/es.js', 'public/javascripts/wymeditor/lang/fa.js', + 'public/javascripts/wymeditor/lang/fi.js', 'public/javascripts/wymeditor/lang/fr.js', 'public/javascripts/wymeditor/lang/he.js', 'public/javascripts/wymeditor/lang/hu.js', diff --git a/dashboard/refinerycms-dashboard.gemspec b/dashboard/refinerycms-dashboard.gemspec index 6a870b205b..aefc8146b6 100644 --- a/dashboard/refinerycms-dashboard.gemspec +++ b/dashboard/refinerycms-dashboard.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.version = %q{0.9.9.21} 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-04-30} + s.date = %q{2011-05-03} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} @@ -40,6 +40,7 @@ Gem::Specification.new do |s| 'config/locales/el.yml', 'config/locales/en.yml', 'config/locales/es.yml', + 'config/locales/fi.yml', 'config/locales/fr.yml', 'config/locales/it.yml', 'config/locales/jp.yml', diff --git a/images/refinerycms-images.gemspec b/images/refinerycms-images.gemspec index f3ae8f7e23..414e922ea5 100644 --- a/images/refinerycms-images.gemspec +++ b/images/refinerycms-images.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.version = %q{0.9.9.21} 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-04-30} + s.date = %q{2011-05-03} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} @@ -47,6 +47,7 @@ Gem::Specification.new do |s| 'config/locales/el.yml', 'config/locales/en.yml', 'config/locales/es.yml', + 'config/locales/fi.yml', 'config/locales/fr.yml', 'config/locales/it.yml', 'config/locales/jp.yml', diff --git a/pages/refinerycms-pages.gemspec b/pages/refinerycms-pages.gemspec index 04196f5668..a7f288199e 100644 --- a/pages/refinerycms-pages.gemspec +++ b/pages/refinerycms-pages.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.version = %q{0.9.9.21} 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-04-30} + s.date = %q{2011-05-03} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} @@ -61,6 +61,7 @@ Gem::Specification.new do |s| 'config/locales/el.yml', 'config/locales/en.yml', 'config/locales/es.yml', + 'config/locales/fi.yml', 'config/locales/fr.yml', 'config/locales/it.yml', 'config/locales/jp.yml', diff --git a/refinerycms.gemspec b/refinerycms.gemspec index 76b51f2456..caaec4b194 100644 --- a/refinerycms.gemspec +++ b/refinerycms.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.name = %q{refinerycms} s.version = %q{0.9.9.21} 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-04-30} + s.date = %q{2011-05-03} 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 10a5caea81..02d5c17ebc 100644 --- a/resources/refinerycms-resources.gemspec +++ b/resources/refinerycms-resources.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.version = %q{0.9.9.21} 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-04-30} + s.date = %q{2011-05-03} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} @@ -42,6 +42,7 @@ Gem::Specification.new do |s| 'config/locales/el.yml', 'config/locales/en.yml', 'config/locales/es.yml', + 'config/locales/fi.yml', 'config/locales/fr.yml', 'config/locales/it.yml', 'config/locales/jp.yml', diff --git a/settings/refinerycms-settings.gemspec b/settings/refinerycms-settings.gemspec index 7912eddaa4..5b692fd679 100644 --- a/settings/refinerycms-settings.gemspec +++ b/settings/refinerycms-settings.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.version = %q{0.9.9.21} 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-04-30} + s.date = %q{2011-05-03} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms} @@ -42,6 +42,7 @@ Gem::Specification.new do |s| 'config/locales/el.yml', 'config/locales/en.yml', 'config/locales/es.yml', + 'config/locales/fi.yml', 'config/locales/fr.yml', 'config/locales/it.yml', 'config/locales/jp.yml', diff --git a/testing/refinerycms-testing.gemspec b/testing/refinerycms-testing.gemspec index 0812c6161d..b4d824dd6f 100644 --- a/testing/refinerycms-testing.gemspec +++ b/testing/refinerycms-testing.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.version = %q{0.9.9.21} s.summary = %q{Testing plugin for Refinery CMS} s.description = %q{This plugin adds the ability to run cucumber and rspec against the RefineryCMS gem while inside a RefineryCMS project} - s.date = %q{2011-04-30} + s.date = %q{2011-05-03} s.email = %q{info@refinerycms.com} s.homepage = %q{http://refinerycms.com} s.rubyforge_project = %q{refinerycms}