summaryrefslogtreecommitdiffstats
path: root/amarok/src/mediadevice/daap/mongrel/lib/rubygems/remote_installer.rb
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commit1dbf3ff1cbb6d82a451bc319301bf38816c2c232 (patch)
tree3b5b9c88a3b91163735d364681b930369e039e69 /amarok/src/mediadevice/daap/mongrel/lib/rubygems/remote_installer.rb
parent54e817557b3e95bc4b93fd7daa26b808c021515e (diff)
downloadamarok-1dbf3ff1cbb6d82a451bc319301bf38816c2c232.tar.gz
amarok-1dbf3ff1cbb6d82a451bc319301bf38816c2c232.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/amarok@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'amarok/src/mediadevice/daap/mongrel/lib/rubygems/remote_installer.rb')
-rw-r--r--amarok/src/mediadevice/daap/mongrel/lib/rubygems/remote_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/mediadevice/daap/mongrel/lib/rubygems/remote_installer.rb b/amarok/src/mediadevice/daap/mongrel/lib/rubygems/remote_installer.rb
index 33476a42..4027d65d 100644
--- a/amarok/src/mediadevice/daap/mongrel/lib/rubygems/remote_installer.rb
+++ b/amarok/src/mediadevice/daap/mongrel/lib/rubygems/remote_installer.rb
@@ -496,7 +496,7 @@ module Gem
end
if specs_n_sources.empty? then
- raise GemNotFoundException.new("Could not tqfind #{gem_name} (#{version_requirement}) in the repository")
+ raise GemNotFoundException.new("Could not find #{gem_name} (#{version_requirement}) in the repository")
end
specs_n_sources = specs_n_sources.sort_by { |gs,| gs.version }.reverse