Skip to content

Commit

Permalink
Regenerated gemspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Sep 5, 2011
1 parent e6a2975 commit bb4008b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion authentication/refinerycms-authentication.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = %q{2.0.0}
s.summary = %q{Authentication engine for Refinery CMS}
s.description = %q{The default authentication engine for Refinery CMS}
s.date = %q{2011-09-03}
s.date = %q{2011-09-05}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
2 changes: 1 addition & 1 deletion base/refinerycms-base.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = %q{2.0.0}
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-09-03}
s.date = %q{2011-09-05}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
5 changes: 2 additions & 3 deletions core/refinerycms-core.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = %q{2.0.0}
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-09-03}
s.date = %q{2011-09-05}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down Expand Up @@ -264,13 +264,12 @@ Gem::Specification.new do |s|
'app/assets/stylesheets/wymeditor/skins/refinery/skin.css.scss',
'app/assets/stylesheets/wymeditor/skins/refinery/wymiframe.css.scss',
'app/controllers',
'app/controllers/admin',
'app/controllers/admin/base_controller.rb',
'app/controllers/application_controller.rb',
'app/controllers/refinery',
'app/controllers/refinery/admin',
'app/controllers/refinery/admin/dialogs_controller.rb',
'app/controllers/refinery/admin/refinery_core_controller.rb',
'app/controllers/refinery/admin_controller.rb',
'app/controllers/refinery/fast_controller.rb',
'app/controllers/refinery/sitemap_controller.rb',
'app/helpers',
Expand Down
2 changes: 1 addition & 1 deletion dashboard/refinerycms-dashboard.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = %q{2.0.0}
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-09-03}
s.date = %q{2011-09-05}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
2 changes: 1 addition & 1 deletion generators/refinerycms-generators.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = %q{2.0.0}
s.summary = %q{Core generators for Refinery CMS including refinery:engine.}
s.description = %q{Core generators for Refinery CMS including refinery:engine.}
s.date = %q{2011-09-03}
s.date = %q{2011-09-05}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
2 changes: 1 addition & 1 deletion images/refinerycms-images.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = %q{2.0.0}
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-09-03}
s.date = %q{2011-09-05}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
2 changes: 1 addition & 1 deletion pages/refinerycms-pages.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = %q{2.0.0}
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-09-03}
s.date = %q{2011-09-05}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
2 changes: 1 addition & 1 deletion refinerycms.gemspec
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.name = %q{refinerycms}
s.version = %q{2.0.0}
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-09-03}
s.date = %q{2011-09-05}
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
2 changes: 1 addition & 1 deletion resources/refinerycms-resources.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = %q{2.0.0}
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-09-03}
s.date = %q{2011-09-05}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
2 changes: 1 addition & 1 deletion settings/refinerycms-settings.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = %q{2.0.0}
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-09-03}
s.date = %q{2011-09-05}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
3 changes: 1 addition & 2 deletions testing/refinerycms-testing.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = %q{2.0.0}
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-09-04}
s.date = %q{2011-09-05}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down Expand Up @@ -112,7 +112,6 @@ Gem::Specification.new do |s|
'lib/generators/files/spec/dummy/public/favicon.ico',
'lib/generators/files/spec/dummy/script',
'lib/generators/files/spec/dummy/script/rails',
'lib/generators/files/spec/dummy/tmp',
'lib/generators/files/spec/dummy/version.rb',
'lib/generators/files/spec/rcov.opts',
'lib/generators/files/spec/spec_helper.rb',
Expand Down

0 comments on commit bb4008b

Please sign in to comment.