seyhunak / twitter-bootstrap-rails

Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
https://github.com/seyhunak/twitter-bootstrap-rails
4.49k stars 997 forks source link

Gem versions and tags/branches #339

Closed gudata closed 10 years ago

gudata commented 12 years ago

I saw that twitter-bootstrap-rails has a lot of versions in rubygems but there are no branches/tags in git. How one can check which version to which git ref match? I want to bind my Gemfile to certain version, and before updating it I want to compare the two versions to see the changes.

excid3 commented 12 years ago

The easiest is to set your Gemfile to an older version like this:

gem "twitter-bootstrap-rails", "= 2.0.7"

No need to use git for that sort of thing.

gudata commented 12 years ago

I use http://rubygems.org/gems/twitter-bootstrap-rails to check the versions but I can't view the changes in github. That is why I though it would good idea to introduce the versions in the git also in the form of branches or tags.

Regards