From: <jh...@us...> - 2012-04-26 23:34:15
|
Revision: 323 http://etch.svn.sourceforge.net/etch/?rev=323&view=rev Author: jheiss Date: 2012-04-26 23:34:09 +0000 (Thu, 26 Apr 2012) Log Message: ----------- Update now that this is client-specific Modified Paths: -------------- trunk/client/Gemfile trunk/client/Gemfile.lock Modified: trunk/client/Gemfile =================================================================== --- trunk/client/Gemfile 2012-04-26 23:32:47 UTC (rev 322) +++ trunk/client/Gemfile 2012-04-26 23:34:09 UTC (rev 323) @@ -1,7 +1,2 @@ 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' - Modified: trunk/client/Gemfile.lock =================================================================== --- trunk/client/Gemfile.lock 2012-04-26 23:32:47 UTC (rev 322) +++ trunk/client/Gemfile.lock 2012-04-26 23:34:09 UTC (rev 323) @@ -2,13 +2,9 @@ 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. |