documentcloud / cloud-crowd

Parallel Processing for the Rest of Us
https://github.com/documentcloud/cloud-crowd/wiki
MIT License
851 stars 92 forks source link

Fixed [#33] private method `load' called for YAML:Module (NoMethodError) #34

Open vrybas opened 12 years ago

vrybas commented 12 years ago

Just required 'yaml' in cloud-crowd.rb. Shouldn't affect anything badly.

luccasmaso commented 12 years ago

@vrybas I'm still having this issue. I run "gem install cloud-crowd" but the 0.6.2 version does not have this "require 'yaml'". What should I do?

vrybas commented 12 years ago

The latest version in documentcloud's repo doesn't have "require 'yaml'" because this pull request is still not merged. You can use my fork with this fix through bundler.

gem 'cloud-crowd', :ref => 'ce5d695b', :git => 'git://github.com/vrybas/cloud-crowd.git'