From c1c291b3791aa003a0f49ddf34d0afb14551bb74 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 30 Oct 2013 20:23:28 +0200 Subject: [PATCH] Use double quotes consistently. --- Gemfile | 6 +++--- _includes/breadcrumbs.html | 2 +- _includes/header.html | 4 ++-- _includes/sidebar.html | 4 ++-- _layouts/license.html | 2 +- css/application.css | 14 +++++++------- index.html | 12 ++++++------ javascripts/app.coffee | 2 +- javascripts/app.js | 2 +- licenses.html | 12 ++++++------ 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Gemfile b/Gemfile index 0e84e77..b89849d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,8 @@ -source 'https://rubygems.org' -ruby File.read('.ruby-version').strip +source "https://rubygems.org" +ruby File.read(".ruby-version").strip gem "github-pages" -gem 'ffi', '1.9.0' +gem "ffi", "1.9.0" group :test do gem "html-proofer" diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index 2022d5a..2552e45 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -1,5 +1,5 @@ {% unless page.hide_breadcrumbs == true %} -