Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
adding hoptoad
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansky committed Feb 7, 2011
1 parent 5536bb1 commit 4795ac3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ end
# gem 'webrat'
# end

gem 'hoptoad_notifier'

# test stuff
group :test do
gem "shoulda"
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ GEM
rack (>= 1.1.0, < 2)
flutie (1.1.4)
haml (3.0.24)
hoptoad_notifier (2.4.5)
activesupport
builder
hpricot (0.8.3)
i18n (0.5.0)
jquery-rails (0.2.6)
Expand Down Expand Up @@ -153,6 +156,7 @@ DEPENDENCIES
factory_girl_rails (= 1.1.beta1)
flutie
haml
hoptoad_notifier
hpricot
jquery-rails
oa-oauth
Expand Down
3 changes: 3 additions & 0 deletions config/initializers/hoptoad.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
HoptoadNotifier.configure do |config|
config.api_key = 'f07bb50a2f9563c4f5c173e204b82606cefeb96f'
end

0 comments on commit 4795ac3

Please sign in to comment.