adamstac/font-stacks

How does the Ruby Gem get updated?

ElijahLynn opened this issue · 6 comments

More of a general question. If you make changes here, did you have to break off a new version for the gem hosting (http://rubygems.org/gems/font-stacks)? Or does it do it automatically?

I have to rev and push it. It's manual. But easy cause there are a few rake tasks to make it easy.

Cool beans. Do you setup a another remote for rubygems to push to?

I'm not sure what you're asking me.

When you push to rubygems from the git repo on your local do you have a remote for github and another for rubygems? I guess the first question would be, do you even use git to upload to rubygems? If so do you push from the same local repo?

Yea I push from the same local repo. I version, tag, then push to github and rubygems. Rinse and repeat for each new version.

Gotcha, thanks for explaining that, I was wondering what the workflow is like.