rubyworks / radix

Base Conversions
http://rubyworks.github.com/radix
Other
54 stars 9 forks source link

Error installing the latests master #7

Closed chrisnicola closed 11 years ago

chrisnicola commented 11 years ago

I'm using bundler and getting the following error:

Updating git://github.com/rubyworks/radix.git
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!

/Users/chrisnicola/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych.rb:297:in `initialize': No such file or directory - .ruby (Errno::ENOENT)
        from /Users/chrisnicola/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych.rb:297:in `open'
        from /Users/chrisnicola/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych.rb:297:in `load_file'
        from /Users/chrisnicola/.rvm/gems/ruby-1.9.3-p194/bundler/gems/radix-916476ba367e/.gemspec:49:in `block in <main>'
        from /Users/chrisnicola/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:1368:in `initialize'
        from /Users/chrisnicola/.rvm/gems/ruby-1.9.3-p194/bundler/gems/radix-916476ba367e/.gemspec:5:in `new'
        from /Users/chrisnicola/.rvm/gems/ruby-1.9.3-p194/bundler/gems/radix-916476ba367e/.gemspec:5:in `<main>'
        from /Users/chrisnicola/.rvm/gems/ruby-1.9.3-p194

Seems to be a .ruby manifest file that the gemspec is looking for?

trans commented 11 years ago

Strange. I thought I had handle that. In fact, I am not even sure how I could have build the gem without that!

Well, I'll get it fixed and push a version bump. Thanks for reporting.

trans commented 11 years ago

Ok. Just pushed fixed. Thanks again.