From: Rochit Sen Date: 2013-06-26T03:20:38+09:00 Subject: Re: Creating ruby script exe Rochit Sen wrote in post #1113269: > Joel Pearson wrote in post #1113211: >> You could install them from the old gems (I think they're in the cache >> folder near the extracted gem folders), but it would be best to just >> install the ones you need, thereby ensuring that you have the latest >> versions. >> >> Anyway, it's easy to install them together: >> gem install this_gem this_gem_too and_this_gem > > Hi Joel. > Thanks for your help. Issue resolved. > > Cheers Hi Joel, Its seems there is till some issue. I had created an exe using the following command: ocra --gemfile Gemfile --no-dep-run script.rb This creates a script.exe file, also while creating script i successful messaging that the gems are being read from the Gemfile. When in run the exe, i get a error in loading one of the gems. In this case its file-tail gem. I have attached a screenshot of the error. What could be the issue? Attachments: http://www.ruby-forum.com/attachment/8538/gem_error.jpg -- Posted via http://www.ruby-forum.com/.