Skip to content

Commit

Permalink
remove newreclic_rpm
Browse files Browse the repository at this point in the history
update bootstrap-helper
  • Loading branch information
xdite committed Dec 16, 2012
1 parent 8ac9ef1 commit 9f80e17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@ alpha
* add lib/tasks
* fixing typo
* fixing deploy file
* update to bootstrap-helper 1.2.1
* remove newrelic_rpm

0.1.0 (Nov 12, 2012)
* add powder to Gemfile
Expand Down
4 changes: 0 additions & 4 deletions lib/bootstrappers/app_builder.rb
Expand Up @@ -15,15 +15,11 @@ def add_common_rake_tasks
directory 'tasks', 'lib/tasks'
end



def add_devise_gem
inject_into_file 'Gemfile', "\ngem 'devise'",
:after => /gem 'jquery-rails'/
end



def create_capistrano_files
template 'capistrano/deploy_rb.erb', 'config/deploy.rb',:force => true
template 'capistrano/Capfile', 'Capfile',:force => true
Expand Down
8 changes: 2 additions & 6 deletions templates/Gemfile_additions
@@ -1,4 +1,3 @@

gem "seo_helper", "~> 1.0"
gem "open_graph_helper"

Expand All @@ -9,7 +8,7 @@ gem "carrierwave-meta"
gem "settingslogic"

gem "anjlab-bootstrap-rails", ">= 2.1", :require => "bootstrap-rails"
gem "bootstrap_helper", ">= 2.1.2"
gem "bootstrap_helper", ">= 2.1.2.1"
gem "simple_form", "2.0.3"
gem "will_paginate", "3.0.3"

Expand All @@ -25,7 +24,7 @@ group :assets do
gem "compass-rails"
end

group :development do
group :development do
gem "capistrano"
gem "capistrano-ext"
gem "cape"
Expand All @@ -36,6 +35,3 @@ group :development do
gem "pry-remote"
end

group :production do
gem "newrelic_rpm"
end

0 comments on commit 9f80e17

Please sign in to comment.