anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

Releasing as a gem #73

Closed lassebunk closed 11 years ago

lassebunk commented 11 years ago

Hi. Thanks for making this gem. It works great.

I was wondering if you could release it as a gem on RubyGems.org so we don't have to rely on this repository being available.

Thanks.

yury commented 11 years ago

It is released as a gem.

gem 'anjlab-bootstrap-rails', '>= 3.0.0.0', :require => 'bootstrap-rails'

lassebunk commented 11 years ago

Ok. The readme just says

gem 'anjlab-bootstrap-rails', :require => 'bootstrap-rails',
                              :github => 'anjlab/bootstrap-rails'

Thanks.