The gem builder only builds from master, so if you don't want this code in
master but you want a gem built you'll have to use a second repo. You can
still use the same name in the gemspec to get the correct gem name however.
If you consider the code to not be ready for prime-time yet, you probably
shouldn't be pushing out gems with the same name and higher versions.
Anyone who had installed the gem that's in your master would get updated if
they ran `gem update`. Perhaps it is best to keep the code in a second repo
and build it under a different gem name?
Tekkub
GitHub General Support
http://support.github.com/
Join us on IRC: #github on freenode.net
Discussion group: [email protected]
On Thu, Apr 16, 2009 at 11:56 AM, pet3r <[email protected]> wrote:
>
> Hi all,
>
> I have a project which is almost 2.5 years old (http://github.com/
> scrubber/scrubyt/tree/master) and because of that (and the fact that
> it was my first bigger Ruby project :-) we decided to rewrite it from
> scratch. We started a new branch and committing the new code there.
> The new branch is already quite capable, and people would like to
> start playing with it - but it's not mature enough yet (and won't be
> for at least a few months to come) to entirely replace the original
> version sitting in the master branch (which is still used by majority
> of the people). So when people install scrubber-scrubyt, their only
> option is to install the original branch (which I understand is the
> intended behavior, of course, but not adequate in my case).
>
> So it would be great if there would be a simple way of installing the
> gem from this other branch - is that possible by any chance?
> If not, what do you recommend? 2 git projects? We had that, but then
> people treated the whole thing as 2 projects indeed, so it was not the
> right thing either...
>
> Ideas? Hopefully I am just missing something?
>
> Cheers,
> Peter
> ___
> Ruby/Rails/Javascript Ninja: http://hexagile.com
> The Mandatory Twitter link: http://twitter.com/pet3r
> Ruby/Rails/Javascript Blog http://www.rubyrailways.com
> Web Scraping Framework http://scrubyt.org
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GitHub" 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/github?hl=en
-~----------~----~----~----~------~----~------~--~---