Skip to content

Commit

Permalink
New gemspecs for 0.9.9.21 and for Finnish support files.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed May 3, 2011
1 parent cbe5dca commit db8cd71
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 10 deletions.
3 changes: 2 additions & 1 deletion authentication/refinerycms-authentication.gemspec
Expand Up @@ -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}
Expand Down Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion base/refinerycms-base.gemspec
Expand Up @@ -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}
Expand Down
4 changes: 3 additions & 1 deletion core/refinerycms-core.gemspec
Expand Up @@ -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}
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
3 changes: 2 additions & 1 deletion dashboard/refinerycms-dashboard.gemspec
Expand Up @@ -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}
Expand Down Expand Up @@ -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',
Expand Down
3 changes: 2 additions & 1 deletion images/refinerycms-images.gemspec
Expand Up @@ -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}
Expand Down Expand Up @@ -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',
Expand Down
3 changes: 2 additions & 1 deletion pages/refinerycms-pages.gemspec
Expand Up @@ -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}
Expand Down Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion refinerycms.gemspec
Expand Up @@ -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}
Expand Down
3 changes: 2 additions & 1 deletion resources/refinerycms-resources.gemspec
Expand Up @@ -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}
Expand Down Expand Up @@ -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',
Expand Down
3 changes: 2 additions & 1 deletion settings/refinerycms-settings.gemspec
Expand Up @@ -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}
Expand Down Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion testing/refinerycms-testing.gemspec
Expand Up @@ -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}
Expand Down

0 comments on commit db8cd71

Please sign in to comment.