]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blob - pkgs/webapps/taskwarrior-web/thin.patch
Initial commit published for NUR
[perso/Immae/Config/Nix/NUR.git] / pkgs / webapps / taskwarrior-web / thin.patch
1 diff --git a/Gemfile b/Gemfile
2 index 8544e15..9c4279c 100644
3 --- a/Gemfile
4 +++ b/Gemfile
5 @@ -3,6 +3,8 @@ source "http://rubygems.org"
6 # Specify your gem's dependencies in taskwarrior-web.gemspec
7 gemspec
8
9 +gem 'thin'
10 +
11 group :local do
12 gem 'rb-fsevent', :require => false
13 gem 'growl', :require => false
14 diff --git a/config.ru b/config.ru
15 index c3050c6..52387d8 100644
16 --- a/config.ru
17 +++ b/config.ru
18 @@ -1,5 +1,4 @@
19 require File.join(File.dirname(__FILE__), 'lib', 'taskwarrior-web')
20
21 -disable :run
22 TaskwarriorWeb::App.set({ :environment => :production })
23 run TaskwarriorWeb::App