include hoptoad
This commit is contained in:
parent
a6f087b92b
commit
7b2ed2cca4
4 changed files with 10 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -16,6 +16,8 @@ gem 'openneo-auth-signatory', '~> 0.0.4'
|
|||
|
||||
gem 'jammit', '~> 0.5.3'
|
||||
|
||||
gem 'hoptoad_notifier'
|
||||
|
||||
group :development_async, :production do
|
||||
# async wrappers
|
||||
gem 'eventmachine', :git => 'git://github.com/eventmachine/eventmachine.git'
|
||||
|
|
|
@ -79,6 +79,9 @@ GEM
|
|||
factory_girl (~> 1.3)
|
||||
rails (>= 3.0.0.beta4)
|
||||
haml (3.0.21)
|
||||
hoptoad_notifier (2.3.12)
|
||||
activesupport
|
||||
builder
|
||||
i18n (0.4.1)
|
||||
jammit (0.5.3)
|
||||
closure-compiler (>= 0.1.0)
|
||||
|
@ -154,6 +157,7 @@ DEPENDENCIES
|
|||
eventmachine!
|
||||
factory_girl_rails (~> 1.0)
|
||||
haml (~> 3.0.18)
|
||||
hoptoad_notifier
|
||||
jammit (~> 0.5.3)
|
||||
msgpack (~> 0.4.3)
|
||||
mysqlplus!
|
||||
|
|
4
config/initializers/hoptoad.rb
Normal file
4
config/initializers/hoptoad.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
HoptoadNotifier.configure do |config|
|
||||
config.api_key = 'a6efc0e697585c2d338b1585137a9798'
|
||||
config.js_notifier = true
|
||||
end
|
BIN
vendor/cache/hoptoad_notifier-2.3.12.gem
vendored
Normal file
BIN
vendor/cache/hoptoad_notifier-2.3.12.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue