Skip to content

Commit

Permalink
Add refinerycms-settings gem to templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Mar 1, 2012
1 parent fd646d0 commit 8b75183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/refinery/edge.rb
Expand Up @@ -8,6 +8,7 @@
# Specify additional Refinery CMS Engines here (all optional):
gem 'refinerycms-i18n', '~> 2.0.0', :git => 'git://github.com/parndt/refinerycms-i18n.git'
# gem 'refinerycms-settings', :git => 'git://github.com/parndt/refinerycms-settings.git'
# gem 'refinerycms-blog', :git => 'git://github.com/resolve/refinerycms-blog.git', :branch => 'rails-3-1'
# gem 'refinerycms-inquiries', :git => 'git://github.com/resolve/refinerycms-inquiries.git', :branch => 'rails-3-1'
# gem 'refinerycms-search', :git => 'git://github.com/resolve/refinerycms-search.git', :branch => 'rails-3-1'
Expand Down
1 change: 1 addition & 0 deletions templates/refinery/installer.rb
Expand Up @@ -8,6 +8,7 @@
# Specify additional Refinery CMS Extensions here (all optional):
gem 'refinerycms-i18n', '~> #{VERSION_BAND}'
# gem 'refinerycms-settings', '~> #{VERSION_BAND}'
# gem 'refinerycms-blog', '~> #{VERSION_BAND}'
# gem 'refinerycms-inquiries', '~> #{VERSION_BAND}'
# gem 'refinerycms-search', '~> #{VERSION_BAND}'
Expand Down

0 comments on commit 8b75183

Please sign in to comment.