Skip to content

Instantly share code, notes, and snippets.

@bil-bas
Created October 29, 2011 15:39
Show Gist options
  • Save bil-bas/1324598 to your computer and use it in GitHub Desktop.
Save bil-bas/1324598 to your computer and use it in GitHub Desktop.
ocra fails with gosu 0.7.38
gemspecpath = "C:/Ruby192/lib/ruby/gems/1.9.1/specifications/gosu-0.7.38-i386-mingw32.gemspec"
spec = Gem::Specification.load(gemspecpath) # nil
=begin
C:/Ruby192/lib/ruby/gems/1.9.1/gems/ocra-1.3.0/bin/ocra:624:in `block in find_gem_files': undefined method `full_name' for nil:NilClass (NoMethodError)
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/ocra-1.3.0/bin/ocra:581:in `each'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/ocra-1.3.0/bin/ocra:581:in `find_gem_files'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/ocra-1.3.0/bin/ocra:702:in `build_exe'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/ocra-1.3.0/bin/ocra:1139:in `block in <top (required)>'
=end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment