example/iso2.rb in rbcdio-0.01 vs example/iso2.rb in rbcdio-0.02

- old
+ new

@@ -1,15 +1,15 @@ #!/usr/bin/env ruby -# $Id: iso2.rb,v 1.7 2006/12/16 03:44:48 rocky Exp $ +# $Id: iso2.rb,v 1.8 2007/10/13 23:25:41 rocky Exp $ # A program to show using iso9660 to extract a file # from an ISO-9660 image. # # If a single argument is given, it is used as the ISO 9660 image to # use in the extraction. Otherwise a compiled in default ISO 9660 # image name (that comes with the libcdio distribution) will be used. -# Copyright (C) 2006 Rocky Bernstein <rocky@gnu.org> +# Copyright (C) 2006, 2007 Rocky Bernstein <rocky@gnu.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. @@ -28,10 +28,9 @@ $: << File.dirname(__FILE__) + '/../lib' $: << File.dirname(__FILE__) + '/../ext/cdio' $: << File.dirname(__FILE__) + '/../ext/iso9660' else require 'rubygems' - require_gem "rbcdio" end require "iso9660" # The default CD image if none given