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

- old
+ new

@@ -1,16 +1,16 @@ #!/usr/bin/env ruby -# $Id: iso1.rb,v 1.9 2006/12/16 13:24:48 rocky Exp $ +# $Id: iso1.rb,v 1.10 2007/10/13 23:25:41 rocky Exp $ # # A simple program to show using libiso9660 to list files in a directory of # an ISO-9660 image. # # If a single argument is given, it is used as the ISO 9660 image to # use in the listing. 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. @@ -29,10 +29,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 ISO 9660 image if none given