diff --git a/lib/unfuddle_notifier.rb b/lib/unfuddle_notifier.rb index c90ca42..e0ecb94 100644 --- a/lib/unfuddle_notifier.rb +++ b/lib/unfuddle_notifier.rb @@ -1,3 +1,7 @@ +require 'rubygems' +require 'rack' +include Rack + class UnfuddleNotifier TEMPLATE_PATH = File.dirname(__FILE__) + "/../views" diff --git a/views/ui/panel.html.erb b/views/ui/panel.html.erb index 91b1107..2133932 100644 --- a/views/ui/panel.html.erb +++ b/views/ui/panel.html.erb @@ -1,3 +1,3 @@ -
- Foo +
+ Unfuddle Gem: 0 Tickets
\ No newline at end of file