<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,33 +9,33 @@ Rails::VendorGemSourceIndex.silence_spec_warnings = true
 uses_mocha &quot;Plugin Tests&quot; do
   class GemDependencyTest &lt; Test::Unit::TestCase
     def setup
-      @gem              = Rails::GemDependency.new &quot;hpricot&quot;
-      @gem_with_source  = Rails::GemDependency.new &quot;hpricot&quot;, :source =&gt; &quot;http://code.whytheluckystiff.net&quot;
-      @gem_with_version = Rails::GemDependency.new &quot;hpricot&quot;, :version =&gt; &quot;= 0.6&quot;
-      @gem_with_lib     = Rails::GemDependency.new &quot;aws-s3&quot;, :lib =&gt; &quot;aws/s3&quot;
-      @gem_without_load  = Rails::GemDependency.new &quot;hpricot&quot;, :lib =&gt; false
+      @gem              = Rails::GemDependency.new &quot;xhpricotx&quot;
+      @gem_with_source  = Rails::GemDependency.new &quot;xhpricotx&quot;, :source =&gt; &quot;http://code.whytheluckystiff.net&quot;
+      @gem_with_version = Rails::GemDependency.new &quot;xhpricotx&quot;, :version =&gt; &quot;= 0.6&quot;
+      @gem_with_lib     = Rails::GemDependency.new &quot;xaws-s3x&quot;, :lib =&gt; &quot;aws/s3&quot;
+      @gem_without_load  = Rails::GemDependency.new &quot;xhpricotx&quot;, :lib =&gt; false
     end
 
     def test_configuration_adds_gem_dependency
       config = Rails::Configuration.new
-      config.gem &quot;aws-s3&quot;, :lib =&gt; &quot;aws/s3&quot;, :version =&gt; &quot;0.4.0&quot;
-      assert_equal [[&quot;install&quot;, &quot;aws-s3&quot;, &quot;--version&quot;, '&quot;= 0.4.0&quot;']], config.gems.collect(&amp;:install_command)
+      config.gem &quot;xaws-s3x&quot;, :lib =&gt; &quot;aws/s3&quot;, :version =&gt; &quot;0.4.0&quot;
+      assert_equal [[&quot;install&quot;, &quot;xaws-s3x&quot;, &quot;--version&quot;, '&quot;= 0.4.0&quot;']], config.gems.collect(&amp;:install_command)
     end
 
     def test_gem_creates_install_command
-      assert_equal %w(install hpricot), @gem.install_command
+      assert_equal %w(install xhpricotx), @gem.install_command
     end
 
     def test_gem_with_source_creates_install_command
-      assert_equal %w(install hpricot --source http://code.whytheluckystiff.net), @gem_with_source.install_command
+      assert_equal %w(install xhpricotx --source http://code.whytheluckystiff.net), @gem_with_source.install_command
     end
 
     def test_gem_with_version_creates_install_command
-      assert_equal [&quot;install&quot;, &quot;hpricot&quot;, &quot;--version&quot;, '&quot;= 0.6&quot;'], @gem_with_version.install_command
+      assert_equal [&quot;install&quot;, &quot;xhpricotx&quot;, &quot;--version&quot;, '&quot;= 0.6&quot;'], @gem_with_version.install_command
     end
 
     def test_gem_creates_unpack_command
-      assert_equal %w(unpack hpricot), @gem.unpack_command
+      assert_equal %w(unpack xhpricotx), @gem.unpack_command
     end
 
     def test_gem_with_version_unpack_install_command
@@ -43,7 +43,7 @@ uses_mocha &quot;Plugin Tests&quot; do
       mock_spec = mock()
       mock_spec.stubs(:version).returns('0.6')
       @gem_with_version.stubs(:specification).returns(mock_spec)
-      assert_equal [&quot;unpack&quot;, &quot;hpricot&quot;, &quot;--version&quot;, '= 0.6'], @gem_with_version.unpack_command
+      assert_equal [&quot;unpack&quot;, &quot;xhpricotx&quot;, &quot;--version&quot;, '= 0.6'], @gem_with_version.unpack_command
     end
 
     def test_gem_adds_load_paths</diff>
      <filename>railties/test/gem_dependency_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>36af857c435cbbdb43f5a7bed200ddaa5e10ef80</id>
    </parent>
  </parents>
  <author>
    <name>Mike Gunderloy</name>
    <login>ffmike</login>
    <email>MikeG1@larkfarm.com</email>
  </author>
  <url>http://github.com/rails/rails/commit/490c26c8433a6d278bc61118782da360e8889646</url>
  <id>490c26c8433a6d278bc61118782da360e8889646</id>
  <committed-date>2008-12-29T12:00:47-08:00</committed-date>
  <authored-date>2008-12-29T06:00:30-08:00</authored-date>
  <message>Fix failing gem dependency tests [#1659 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
  <tree>367f93da2d89e82863f15bfe8948852761477353</tree>
  <committer>
    <name>Pratik Naik</name>
    <login>lifo</login>
    <email>pratiknaik@gmail.com</email>
  </committer>
</commit>
