move to gemcutter

This commit is contained in:
Wlodek Bzyl 2009-10-19 21:47:08 +02:00
parent e4561beb90
commit b95feb62e5
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,5 +1,4 @@
pkg/*
*.gem
*~
\#*
.\#*
*.pkg

View File

@ -9,7 +9,7 @@ Gem *sinatra-static-assets* implements the following helpers methods:
To install it, run:
sudo gem install sinatra-static-assets -s http://gemcutter.com
sudo gem install sinatra-static-assets -s http://gemcutter.org
All these methods are simple wrappers around the `url_for` method
from the [sinatra-url-for](http://github.com/emk/sinatra-url-for/) gem.