2 new revisions:
Revision: c87537d703fb
Author: Bouke Woudstra <
boukew...@gmail.com>
Date: Thu May 9 06:03:13 2013
Log: Fix small typos.
http://code.google.com/p/rubyripper/source/detail?r=c87537d703fb
Revision: 3b2deebb2467
Author: Bouke Woudstra <
boukew...@gmail.com>
Date: Thu May 9 06:08:17 2013
Log: Remove workaround since the problem is fixed upstream.
http://code.google.com/p/rubyripper/source/detail?r=3b2deebb2467
==============================================================================
Revision: c87537d703fb
Author: Bouke Woudstra <
boukew...@gmail.com>
Date: Thu May 9 06:03:13 2013
Log: Fix small typos.
http://code.google.com/p/rubyripper/source/detail?r=c87537d703fb
Modified:
/lib/rubyripper/errors.rb
=======================================
--- /lib/rubyripper/errors.rb Thu May 9 04:13:47 2013
+++ /lib/rubyripper/errors.rb Thu May 9 06:03:13 2013
@@ -26,9 +26,9 @@
:noDiscInDrive => _("There is no audio disc ready in drive %s."),
:wrongParameters => _("%s does not recognize the parameters used."),
:unknownDrive => _("The device %s doesn't exist on your system!"),
- :noReadPermissionsForDrive => _("No read permissions for
drive %s!\nThis is required to scan the disc."),
- :noWritePermissionsForDrive => _("No write permissions for
drive %s!\nThis is required to scan the disc."),
- :noPermissionsForSCSIDrive => _("No read + write permissions for
drive %s!\nThis is required to rip the disc."),
+ :noReadPermissionsForDrive => _("No read permission for
drive %s!\nThis is required to scan the disc."),
+ :noWritePermissionsForDrive => _("No write permission for
drive %s!\nThis is required to scan the disc."),
+ :noPermissionsForSCSIDrive => _("No read + write permissions for
drive %s!\nThese are required to rip the disc."),
:noTrackSelection => _("Please select at least one track."),
:noCodecSelected => _("Please select at least one codec."),
:noValidUserInterface => _("No update function found in the user
interface"),
==============================================================================
Revision: 3b2deebb2467
Author: Bouke Woudstra <
boukew...@gmail.com>
Date: Thu May 9 06:08:17 2013
Log: Remove workaround since the problem is fixed upstream.
http://code.google.com/p/rubyripper/source/detail?r=3b2deebb2467
Modified:
/lib/rubyripper/base.rb
=======================================
--- /lib/rubyripper/base.rb Mon Mar 26 14:01:19 2012
+++ /lib/rubyripper/base.rb Thu May 9 06:08:17 2013
@@ -35,11 +35,7 @@
begin
raise() if ENV.key?('cucumber')
require 'gettext'
-
- # workaround to prevent crash for gettext
- # source:
https://github.com/rubygems/rubygems/issues/171
- module Gem;def self.all_load_paths;[];end;end
-
+
class TestIfGetTextDoesNotCrash
include GetText
bindtextdomain("rubyripper")