Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Winsor committed Sep 20, 2011
1 parent 4f712d8 commit 8c52ac6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions core/refinerycms-core.gemspec
Expand Up @@ -356,6 +356,11 @@ Gem::Specification.new do |s|
'lib/generators/templates',
'lib/generators/templates/.gitignore',
'lib/generators/templates/app',
'lib/generators/templates/app/decorators',
'lib/generators/templates/app/decorators/controllers',
'lib/generators/templates/app/decorators/controllers/refinery',
'lib/generators/templates/app/decorators/models',
'lib/generators/templates/app/decorators/models/refinery',
'lib/generators/templates/app/views',
'lib/generators/templates/app/views/sitemap',
'lib/generators/templates/app/views/sitemap/index.xml.builder',
Expand All @@ -380,6 +385,8 @@ Gem::Specification.new do |s|
'lib/refinery/base_presenter.rb',
'lib/refinery/catch_all_routes.rb',
'lib/refinery/configuration.rb',
'lib/refinery/core',
'lib/refinery/core/engine.rb',
'lib/refinery/crud.rb',
'lib/refinery/engine.rb',
'lib/refinery/helpers',
Expand Down Expand Up @@ -422,6 +429,8 @@ Gem::Specification.new do |s|
'spec/controllers/refinery/fast_controller_spec.rb',
'spec/controllers/refinery/sitemap_controller_spec.rb',
'spec/lib',
'spec/lib/generators',
'spec/lib/generators/cms_generator_spec.rb',
'spec/lib/refinery',
'spec/lib/refinery/activity_spec.rb',
'spec/lib/refinery/plugin_spec.rb',
Expand Down

0 comments on commit 8c52ac6

Please sign in to comment.