I use laserlemon's vestal_versions for versioning of my app.

The problem is the naming in the environment file creates production
environment problems for me.

Heroku app works and launches with

  config.gem 'vestal_versions', :lib => 'vestal_versions', :source =>
'http://gems.github.com' # github gem

in environment.rb

but locally I can only start my server if

environment.rb contains

config.gem 'laserlemon-vestal_versions', :lib =>
'vestal_versions', :source => 'http://gems.github.com'


I don't understand the inconsistency in naming, and would appreciate
if someone could explain this to me. If I change environment.rb to the
second example Heroku server won't start.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to