diff --git a/Gemfile b/Gemfile index 58fb90fd..1831ae35 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index 1bffd823..60d57de1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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! diff --git a/config/initializers/hoptoad.rb b/config/initializers/hoptoad.rb new file mode 100644 index 00000000..699e0505 --- /dev/null +++ b/config/initializers/hoptoad.rb @@ -0,0 +1,4 @@ +HoptoadNotifier.configure do |config| + config.api_key = 'a6efc0e697585c2d338b1585137a9798' + config.js_notifier = true +end diff --git a/vendor/cache/hoptoad_notifier-2.3.12.gem b/vendor/cache/hoptoad_notifier-2.3.12.gem new file mode 100644 index 00000000..a06038b2 Binary files /dev/null and b/vendor/cache/hoptoad_notifier-2.3.12.gem differ