If you build your gem with bundler it will have a gem file so that means you 
can do this:

gem "github-gem", :git => "git://github.com/github-gem.git"

And then the gem will be included in your gem, I assume this will mean you 
generate your gemspec it will be listed in there. 
On Saturday, 12 February 2011 at 4:56 PM, Joshua Partogi wrote:
Hi,
> 
> I have a rubygem and would like to include another gem as dependency.
> Unfortunately that gem that I want to include has not been released to
> rubygems.org and still in github. Is it possible to include this gem
> in gemspec?
> 
> Thanks.
> 
> Kind regards,
> Joshua.
> 
> -- 
> http://twitter.com/jpartogi
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Ruby or Rails Oceania" 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/rails-oceania?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
or Rails Oceania" 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/rails-oceania?hl=en.

Reply via email to