Updated README.
This commit is contained in:
parent
60f9dce62b
commit
7b6afb2996
|
@ -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:
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue