From 585159d8709c431888456f01324ad5bf8b1be355 Mon Sep 17 00:00:00 2001 From: LightGuard Date: Fri, 22 Mar 2013 13:23:57 -0600 Subject: [PATCH] Updating Gemfile (and adding ignores) --- .awestruct_ignore | 1 + .gitignore | 1 + Gemfile | 44 ++++++-------------------------------------- 3 files changed, 8 insertions(+), 38 deletions(-) diff --git a/.awestruct_ignore b/.awestruct_ignore index 65e0d93..2bc2aa6 100644 --- a/.awestruct_ignore +++ b/.awestruct_ignore @@ -1,2 +1,3 @@ Gemfile Gemfile.lock +vendor diff --git a/.gitignore b/.gitignore index 8607e99..4149bc7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ TODO .awestruct Guardfile Gemfile.lock +vendor diff --git a/Gemfile b/Gemfile index 30328ac..9432b16 100644 --- a/Gemfile +++ b/Gemfile @@ -1,48 +1,16 @@ source 'https://rubygems.org' gem "archive-tar-minitar", '0.5.2' -//gem "awestruct", '0.4.5' gem 'awestruct', '0.5.0.cr' -gem "bootstrap-sass", '2.0.2' -gem "chunky_png", '1.2.5' -gem "coffee-script", '2.2.0' -gem "coffee-script-source", '1.3.3' -gem "commander", '4.1.2' -gem "compass", '0.12.2' -gem "compass-960-plugin", '0.10.4' -gem "daemons", '1.1.8' -//gem "eventmachine", '1.0.0.rc.4' -gem "execjs", '1.4.0' -gem "ffi", '1.1.3' -gem "fssm", '0.2.9' -gem "git", '1.2.5' gem "haml", '3.1.6' -gem "highline", '1.6.13' -//gem "hpricot", '0.8.6' -gem "hub", '1.10.2' -gem "json", '1.6.7' -//gem "libv8", '3.3.10.4' -gem "listen", '0.4.7' -gem "mime-types", '1.19' -gem "multi_json", '1.3.6' -gem "net-ssh", '2.5.2' -gem "nokogiri", '1.5.5' -gem "org-ruby", '0.5.3' -gem "rack", '1.4.1' -gem "rb-fchange", '0.0.5' -gem "rb-fsevent", '0.9.1' -gem "rb-inotify", '0.8.8' -//gem "rdiscount", '1.6.8' -gem 'kramdown', '~> 1.0.1' gem "RedCloth", '4.2.9' -gem "rest-client", '1.6.7' +gem 'rb-inotify', '~> 0.8.8' gem "rhc", '0.96.9' gem "rubypants", '0.2.0' -gem "sass", '3.1.20' -gem "sassy-buttons", '0.1.1' -gem "test-unit", '2.5.1' gem "therubyracer", '0.10.1', :platform => :ruby -gem 'therubyrhino', '~> 2.0.2' :platform => :jruby -//gem "thin", '1.3.1' +gem 'therubyrhino', '~> 2.0.2', :platform => :jruby gem "vpim", '0.695' -gem 'puma', '~> 1.6.2' + +# Servers +gem 'webrick' +