From 757938cc126937a62c2802b9b4b003608b34be9d Mon Sep 17 00:00:00 2001 From: Philip Potter Date: Thu, 29 Nov 2012 17:28:37 +0000 Subject: [PATCH] remove whenever We haven't been using whenever since January. --- Gemfile | 1 - Gemfile.lock | 5 ----- config/schedule.rb | 2 -- 3 files changed, 8 deletions(-) delete mode 100644 config/schedule.rb diff --git a/Gemfile b/Gemfile index 75cc8916..b1c7dd14 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,6 @@ gem 'plek', '~> 0.3.0' gem 'formtastic', git: 'https://github.com/justinfrench/formtastic.git', branch: '2.1-stable' gem 'formtastic-bootstrap', git: 'https://github.com/cgunther/formtastic-bootstrap.git', branch: 'bootstrap-2' gem 'stomp' -gem 'whenever' gem 'ansi' gem 'gelf' gem 'null_logger' diff --git a/Gemfile.lock b/Gemfile.lock index 845af57e..9499bfd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,6 @@ GEM mechanize (~> 2.3) childprocess (0.3.5) ffi (~> 1.0, >= 1.0.6) - chronic (0.6.7) ci_reporter (1.7.0) builder (>= 2.1.2) colorize (0.5.8) @@ -293,9 +292,6 @@ GEM addressable (>= 2.2.7) crack (>= 0.1.7) webrobots (0.0.13) - whenever (0.7.3) - activesupport (>= 2.3.4) - chronic (~> 0.6.3) xml-simple (1.1.1) xpath (0.1.4) nokogiri (~> 1.3) @@ -345,4 +341,3 @@ DEPENDENCIES uglifier unicorn (= 4.3.1) webmock - whenever diff --git a/config/schedule.rb b/config/schedule.rb deleted file mode 100644 index b1e2c61f..00000000 --- a/config/schedule.rb +++ /dev/null @@ -1,2 +0,0 @@ -set :output, {:error => 'log/cron.error.log', :standard => 'log/cron.log'} -job_type :run_script, 'cd :path && RAILS_ENV=:environment script/:task'