From 97624e76fb7351759027fab2a532769e03e30fa6 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Thu, 4 Jun 2020 12:36:39 +1200 Subject: [PATCH] Issue #163 disable the Twitter gem and job by default --- templates/project/Gemfile | 4 ++-- templates/project/jobs/{twitter.rb => twitter.rb.disabled} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename templates/project/jobs/{twitter.rb => twitter.rb.disabled} (100%) diff --git a/templates/project/Gemfile b/templates/project/Gemfile index 46fea32..e7411d7 100644 --- a/templates/project/Gemfile +++ b/templates/project/Gemfile @@ -2,5 +2,5 @@ source 'https://rubygems.org' gem 'smashing' -## Remove this if you don't need a twitter widget. -gem 'twitter', '>= 5.9.0' \ No newline at end of file +## Uncomment this if you want to see use the twitter widget. +# gem 'twitter', '>= 5.9.0' \ No newline at end of file diff --git a/templates/project/jobs/twitter.rb b/templates/project/jobs/twitter.rb.disabled similarity index 100% rename from templates/project/jobs/twitter.rb rename to templates/project/jobs/twitter.rb.disabled