Skip to content

Instantly share code, notes, and snippets.

@jcn
Created September 9, 2009 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcn/183735 to your computer and use it in GitHub Desktop.
Save jcn/183735 to your computer and use it in GitHub Desktop.
>> OpenStruct.new.repository
=> nil
>> require 'vlad'
=> true
>> OpenStruct.new.repository
Vlad::ConfigurationError: Please specify the repository path via the :repository variable
from /opt/local/lib/ruby/gems/1.8/gems/vlad-1.3.2/lib/rake_remote_task.rb:353:in `mandatory'
from /opt/local/lib/ruby/gems/1.8/gems/vlad-1.3.2/lib/rake_remote_task.rb:310:in `call'
from /opt/local/lib/ruby/gems/1.8/gems/vlad-1.3.2/lib/rake_remote_task.rb:310:in `fetch'
from /opt/local/lib/ruby/gems/1.8/gems/vlad-1.3.2/lib/rake_remote_task.rb:363:in `protect_env'
from /opt/local/lib/ruby/gems/1.8/gems/vlad-1.3.2/lib/rake_remote_task.rb:362:in `synchronize'
from /opt/local/lib/ruby/gems/1.8/gems/vlad-1.3.2/lib/rake_remote_task.rb:362:in `protect_env'
from /opt/local/lib/ruby/gems/1.8/gems/vlad-1.3.2/lib/rake_remote_task.rb:308:in `fetch'
from /opt/local/lib/ruby/gems/1.8/gems/vlad-1.3.2/lib/rake_remote_task.rb:451:in `repository'
from (irb):3
>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment