Skip to content

Commit

Permalink
Adding rpm, finally
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Feb 9, 2010
1 parent 7cd42f7 commit c4d768b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,6 +9,7 @@ log/*
tmp/*
db/*.sqlite3
config/database.yml
config/newrelic.yml
*.sql
_site/
vendor/bundler_gems/*
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -8,13 +8,14 @@ gem "aws-s3", "0.6.2", :require_as => "aws/s3"
gem "clearance", "0.8.2"
gem "ddollar-pacecar", "1.1.6", :require_as => "pacecar"
gem "gchartrb", "0.8", :require_as => "google_chart"
gem "gravtastic", "2.1.3"
gem "hoptoad_notifier", "2.1.3"
gem "rack-maintenance", "0.3.0", :require_as => "rack/maintenance"
gem "rest-client", "1.0.3", :require_as => "rest_client"
gem "newrelic_rpm", "2.9.9"
gem "sinatra", "0.9.4"
gem "will_paginate", "2.3.11"
gem "xml-simple", "1.0.12"
gem "gravtastic", "2.1.3"

only :test do
gem "cucumber", "0.3.101"
Expand Down
1 change: 1 addition & 0 deletions config/deploy.rb
Expand Up @@ -49,6 +49,7 @@
desc "Move in secret settings for this environment"
task :move_in_secret_settings, :roles => :app do
run "cp #{deploy_to}/shared/system/secret.rb #{current_path}/config/secret.rb"
run "cp #{deploy_to}/shared/system/newrelic.yml #{current_path}/config/newrelic.yml"
end
end

Expand Down
Binary file not shown.

0 comments on commit c4d768b

Please sign in to comment.