adamstac / font-stacks

Sass and Compass font-family library of common web-friendly font stacks
39 stars 6 forks source link

How does the Ruby Gem get updated? #5

Closed ElijahLynn closed 12 years ago

ElijahLynn commented 12 years ago

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?

adamstac commented 12 years ago

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

ElijahLynn commented 12 years ago

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

adamstac commented 12 years ago

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

ElijahLynn commented 12 years ago

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?

adamstac commented 12 years ago

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

ElijahLynn commented 12 years ago

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