First of all, this is not a list to discuss Bundler features or development. Ask on #carlhuda Freenode channel.
But now that you're here, I can give you advice: bundling versioned gems is only meant for libraries that are not in active development at this moment. For libraries that you current work on locally, there is the "path" option which tells Bundler "add the gem/library under this path to load paths". Perfect for development, and when you release a (relatively) stable version which you want to share, switch back to `gem` method with version specification. Bump up the version after each cycle. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
