From 3bdf6ac7d78cfc6e98808138ded19fa78ab80736 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Fri, 19 Jan 2018 11:33:20 -0500 Subject: [PATCH] Remove leftover compass files (#552) * Delete Gemfile.lock * Delete Gemfile * Update README.rst --- Gemfile | 4 ---- Gemfile.lock | 16 ---------------- README.rst | 1 - 3 files changed, 21 deletions(-) delete mode 100644 Gemfile delete mode 100644 Gemfile.lock diff --git a/Gemfile b/Gemfile deleted file mode 100644 index 9f2165c7..00000000 --- a/Gemfile +++ /dev/null @@ -1,4 +0,0 @@ -# A sample Gemfile -source "https://rubygems.org" - -gem "compass" diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 5e9db166..00000000 --- a/Gemfile.lock +++ /dev/null @@ -1,16 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - chunky_png (1.2.9) - compass (0.12.2) - chunky_png (~> 1.2) - fssm (>= 0.2.7) - sass (~> 3.1) - fssm (0.2.10) - sass (3.2.12) - -PLATFORMS - ruby - -DEPENDENCIES - compass diff --git a/README.rst b/README.rst index 9b3d30dc..6de1163f 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,6 @@ .. _readthedocs.org: http://www.readthedocs.org .. _bower: http://www.bower.io .. _sphinx: http://www.sphinx-doc.org -.. _compass: http://www.compass-style.org .. _sass: http://www.sass-lang.com .. _wyrm: http://www.github.com/snide/wyrm/ .. _grunt: http://www.gruntjs.com