Skip to content

Commit

Permalink
Updating Gemfile (and adding ignores)
Browse files Browse the repository at this point in the history
  • Loading branch information
LightGuard authored and gastaldi committed Mar 22, 2013
1 parent add5e1c commit 585159d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 38 deletions.
1 change: 1 addition & 0 deletions .awestruct_ignore
@@ -1,2 +1,3 @@
Gemfile
Gemfile.lock
vendor
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,3 +10,4 @@ TODO
.awestruct
Guardfile
Gemfile.lock
vendor
44 changes: 6 additions & 38 deletions 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'

0 comments on commit 585159d

Please sign in to comment.