Tristan McHardie

Results 4 issues of Tristan McHardie

This is a "first attempt" at using [vcsrepo](https://github.com/puppetlabs/puppetlabs-vcsrepo) to manage rbenv and rbenv plugins from Git repos. I haven't updated any tests or anything like that yet but please have...

Implements `:encryptor` config option which allows developers to set encryptors other than just `authlogic_512`. Any encryptor from [Devise Encryptable](https://github.com/plataformatec/devise-encryptable) should be able to be used, including custom encryptors, although I...

When running the specs I get the following error: ``` phantomjs-binaries is not part of the bundle. Add it to Gemfile. (Gem::LoadError) ``` Adding `s.add_development_dependency 'phantomjs-binaries'` to the `gemspec` fixes...