From: <jh...@us...> - 2012-04-26 23:32:53
|
Revision: 322 http://etch.svn.sourceforge.net/etch/?rev=322&view=rev Author: jheiss Date: 2012-04-26 23:32:47 +0000 (Thu, 26 Apr 2012) Log Message: ----------- Move the top-level Gemfile I created a while back into the client directory now that the server directory has its own proper Gemfile. Added Paths: ----------- trunk/client/Gemfile trunk/client/Gemfile.lock Removed Paths: ------------- trunk/Gemfile trunk/Gemfile.lock Deleted: trunk/Gemfile =================================================================== --- trunk/Gemfile 2012-04-24 19:59:57 UTC (rev 321) +++ trunk/Gemfile 2012-04-26 23:32:47 UTC (rev 322) @@ -1,14 +0,0 @@ -source :rubygems -gem 'facter' -gem 'nokogiri' -# Tests will be run with nokogiri by default, but it might be nice to have -# libxml available too if you want to test with it as well. -gem 'libxml-ruby' - -group :server do - gem 'rails', '2.3.14' - gem 'sqlite3' - gem 'will_paginate', '~> 2.3.15' - gem 'searchlogic' -end - Deleted: trunk/Gemfile.lock =================================================================== --- trunk/Gemfile.lock 2012-04-24 19:59:57 UTC (rev 321) +++ trunk/Gemfile.lock 2012-04-26 23:32:47 UTC (rev 322) @@ -1,42 +0,0 @@ -GEM - remote: http://rubygems.org/ - specs: - actionmailer (2.3.14) - actionpack (= 2.3.14) - actionpack (2.3.14) - activesupport (= 2.3.14) - rack (~> 1.1.0) - activerecord (2.3.14) - activesupport (= 2.3.14) - activeresource (2.3.14) - activesupport (= 2.3.14) - activesupport (2.3.14) - facter (1.6.5) - libxml-ruby (2.2.2) - nokogiri (1.5.0) - rack (1.1.3) - rails (2.3.14) - actionmailer (= 2.3.14) - actionpack (= 2.3.14) - activerecord (= 2.3.14) - activeresource (= 2.3.14) - activesupport (= 2.3.14) - rake (>= 0.8.3) - rake (0.9.2) - searchlogic (2.5.8) - activerecord (~> 2.3.12) - activerecord (~> 2.3.12) - sqlite3 (1.3.5) - will_paginate (2.3.16) - -PLATFORMS - ruby - -DEPENDENCIES - facter - libxml-ruby - nokogiri - rails (= 2.3.14) - searchlogic - sqlite3 - will_paginate (~> 2.3.15) Copied: trunk/client/Gemfile (from rev 315, trunk/Gemfile) =================================================================== --- trunk/client/Gemfile (rev 0) +++ trunk/client/Gemfile 2012-04-26 23:32:47 UTC (rev 322) @@ -0,0 +1,7 @@ +source :rubygems +gem 'facter' +gem 'nokogiri' +# Tests will be run with nokogiri by default, but it might be nice to have +# libxml available too if you want to test with it as well. +gem 'libxml-ruby' + Copied: trunk/client/Gemfile.lock (from rev 315, trunk/Gemfile.lock) =================================================================== --- trunk/client/Gemfile.lock (rev 0) +++ trunk/client/Gemfile.lock 2012-04-26 23:32:47 UTC (rev 322) @@ -0,0 +1,14 @@ +GEM + remote: http://rubygems.org/ + specs: + facter (1.6.5) + libxml-ruby (2.2.2) + nokogiri (1.5.0) + +PLATFORMS + ruby + +DEPENDENCIES + facter + libxml-ruby + nokogiri This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |