dignoe / auto_elasticache

Automatically start and configure an AWS ElastiCache cluster from an Elastic Beanstalk environment
MIT License
2 stars 0 forks source link

Cannot load version.rb from elasticache.rb #2

Open lapyu opened 11 years ago

lapyu commented 11 years ago

/usr/local/rvm/gems/ruby-1.9.3-p429/gems/auto_elasticache-1.0.2/lib/auto_elasticache/elasticache.rb:1:in `require': cannot load such file -- version (LoadError)

Seems to work if I use require_relative "version" instead

dignoe commented 11 years ago

What version of Rails are you using? I'm not seeing the same error in any of my environments.

lapyu commented 11 years ago

Rails 3.2.13 that is