Updated README.

This commit is contained in:
Wlodek Bzyl 2009-06-02 11:48:06 +02:00
parent 60f9dce62b
commit 7b6afb2996
2 changed files with 3 additions and 2 deletions

View File

@ -160,7 +160,8 @@ Run `rconfig.ru` file with:
rackup -p 3000 rconfig.ru
This file can be used to deploy to virtual host's root with Passenger.
This file could **also** be used to deploy to virtual host's root with
Passenger.
To this end, create an Apache2 configuration file with the following
content:

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = %q{sinatra-static-assets}
s.version = "0.1.3"
s.version = "0.1.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wlodek Bzyl"]