Skip to content

Commit

Permalink
Merge pull request xdite#8 from marsz/master
Browse files Browse the repository at this point in the history
Upgrade to rails 3.2.9
  • Loading branch information
xdite committed Jan 1, 2013
2 parents 3dcfce8 + 6c92e3e commit 2974e3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrapers.gemspec
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency 'rails', '3.2.8'
gem.add_dependency 'rails', '3.2.9'
gem.add_dependency 'bundler', '>= 1.1'
end
1 change: 1 addition & 0 deletions lib/bootstrappers/app_builder.rb
Expand Up @@ -59,6 +59,7 @@ def build_settings_from_config

template 'setting.rb', 'app/models/setting.rb',:force => true
template 'config_yml.erb', 'config/config.yml',:force => true
template 'config_yml.erb', 'config/config.yml.example',:force => true
end

def create_initializers
Expand Down
1 change: 1 addition & 0 deletions templates/config_yml.erb
Expand Up @@ -7,6 +7,7 @@ defaults: &defaults
- ""
google_analytics_key: ""
default_logo_url: "/logo.png"
email_sender: ""

development:
<<: *defaults
Expand Down

0 comments on commit 2974e3e

Please sign in to comment.