From: Raveendran Perumalsamy Date: 2009-09-04T16:08:46+09:00 Subject: Re: ruby2exe I am getting this error C:/DOCUME~1/RAVEEN~1/LOCALS~1/Temp/tar2rubyscript.d.3048.1/rubyscript2exe/require2lib.rb:60:in `gat herlibs': undefined method `list' for Gem::Specification:Class (NoMethodError) from C:/DOCUME~1/RAVEEN~1/LOCALS~1/Temp/tar2rubyscript.d.3048.1/rubyscript2exe/require2lib. rb:30 from jazzez-FFbook-urls.rb:16 Couldn't execute this command (rc=256): C:\ruby\bin\ruby -I 'C:/DOCUME~1/RAVEEN~1/LOCALS~1/Temp/tar2rubyscript.d.3048.1/rubyscript2exe' -I 'C:/DOCUME~1/RAVEEN~1/LOCALS~1/Temp/tar2rubyscript.d.3048.1' -I 'C:/ruby/lib/ruby/site_ruby/1.8' - I 'C:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt' -I 'C:/ruby/lib/ruby/site_ruby' -I 'C:/ruby/lib/ruby /1.8' -I 'C:/ruby/lib/ruby/1.8/i386-mswin32' -I '.' -I 'C:/ruby/bin' -I 'C:/DOCUME~1/RAVEEN~1/LOCAL S~1/Temp/tar2rubyscript.d.3048.1/rubyscript2exe' -I 'C:/DOCUME~1/RAVEEN~1/LOCALS~1/Temp/tar2rubyscr ipt.d.3048.1/rubyscript2exe/lib' -I 'C:/DOCUME~1/RAVEEN~1/LOCALS~1/Temp/tar2rubyscript.d.3048.1/rub yscript2exe' -I 'C:/DOCUME~1/RAVEEN~1/LOCALS~1/Temp/tar2rubyscript.d.3048.1/rubyscript2exe/lib' -r 'C:/DOCUME~1/RAVEEN~1/LOCALS~1/Temp/tar2rubyscript.d.3048.1/rubyscript2exe/require2lib.rb' 'jazzez- FFbook-urls.rb' --require2lib-verbose Stopped. Bat file code: echo off cd :: Setting working dir to the dir of this .bat file: cd %0\.. if "%OS%"=="Windows_NT" ((cd /d %~dp0)&(goto next)) echo %0 | find.exe ":" >nul if not errorlevel 1 %0\ cd %0\.. :next echo Working dir: cd set rubyopt= :: begin long line ruby C:\ruby\lib\ruby\gems\1.8\gems\rubyscript2exe-0.5.3\bin\rubyscript2exe %1 --rubyscript2exe-verbose :: end long line set rubyopt=-rubygems pause I have tried from the link --> https://groups.google.com/group/ruby-talk-google/tree/browse_frm/thread/f922ec9ef52af7e4/79ed5e66091744bb?rnum=1&_done=/group/ruby-talk-google/browse_frm/thread/f922ec9ef52af7e4%3Ftvc%3D1%26#doc_cd01f5645fdf9c8d Still no solution for this issue -- Posted via http://www.ruby-forum.com/.