From 785adabc4b8d892b6e06fca2f259e9c5147e9ca5 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 12 Oct 2015 20:41:14 +0200 Subject: implements an evented file update checker [Puneet Agarwal] This is the implementation of the file update checker written by Puneet Agarwal for GSoC 2015 (except for the tiny version of the listen gem, which was 3.0.2 in the original patch). Puneet's branch became too out of sync with upstream. This is the final work in one single clean commit. Credit goes in the first line using a convention understood by the contrib app. --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 260604f570..bc14498372 100644 --- a/Gemfile +++ b/Gemfile @@ -45,6 +45,7 @@ end # Active Support. gem 'dalli', '>= 2.2.1' +gem 'listen', '~> 3.0.3' # Active Job. group :job do -- cgit v1.2.3 From d47b98226827e52bc182b6b22b50a1834b45e7e4 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 4 Nov 2015 15:57:31 +0100 Subject: upgrade listen to 3.0.4 3.0.3 has a bug in OS X. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index bc14498372..b9fc37cba2 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ end # Active Support. gem 'dalli', '>= 2.2.1' -gem 'listen', '~> 3.0.3' +gem 'listen', '~> 3.0.4' # Active Job. group :job do -- cgit v1.2.3