From 47ee388dd61604650db9f9fcb788812bc1c871fb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 14 Apr 2014 15:17:33 -0700 Subject: [PATCH] website: update gemfile lock and add version text --- .gitignore | 1 + website/Gemfile.lock | 10 ++-------- website/version.txt | 3 +++ 3 files changed, 6 insertions(+), 8 deletions(-) create mode 100644 website/version.txt diff --git a/.gitignore b/.gitignore index 2dc4486c2..9538c71dd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.o *.a *.so +.DS_Store Thumbs.db # Folders diff --git a/website/Gemfile.lock b/website/Gemfile.lock index 35ccdc832..1549634ac 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -7,15 +7,11 @@ GEM multi_json (~> 1.3) thread_safe (~> 0.1) tzinfo (~> 0.3.37) - byebug (2.7.0) - columnize (~> 0.3) - debugger-linecache (~> 1.2) chunky_png (1.3.0) coffee-script (2.2.0) coffee-script-source execjs coffee-script-source (1.7.0) - columnize (0.3.6) commonjs (0.2.7) compass (0.12.5) chunky_png (~> 1.2) @@ -24,7 +20,6 @@ GEM compass-import-once (1.0.4) sass (>= 3.2, < 3.5) daemons (1.1.9) - debugger-linecache (1.2.0) erubis (2.7.0) eventmachine (1.0.3) execjs (2.0.2) @@ -39,7 +34,7 @@ GEM i18n (0.6.9) json (1.8.1) kramdown (1.3.3) - less (2.4.0) + less (2.5.0) commonjs (~> 0.2.7) libv8 (3.16.14.3) listen (1.3.1) @@ -127,9 +122,8 @@ PLATFORMS ruby DEPENDENCIES - byebug highline (~> 1.6.15) - less (~> 2.4.0) + less (~> 2.5.0) middleman (~> 3.3.2) middleman-minify-html (~> 3.1.1) rack-contrib (~> 1.1.0) diff --git a/website/version.txt b/website/version.txt new file mode 100644 index 000000000..eaee75eef --- /dev/null +++ b/website/version.txt @@ -0,0 +1,3 @@ +Just increment this number if you have to to deploy the website: + +1