mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
tiny 0.3.1 release
This commit is contained in:
parent
2f13feabc3
commit
c09025efc5
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
= 0.3.1
|
||||||
|
|
||||||
|
* Unbreak optional path parameters [jeremyevans]
|
||||||
|
|
||||||
= 0.3.0
|
= 0.3.0
|
||||||
|
|
||||||
* Add sinatra.gemspec w/ support for github gem builds. Forks can now
|
* Add sinatra.gemspec w/ support for github gem builds. Forks can now
|
||||||
|
|
|
@ -3,8 +3,8 @@ Gem::Specification.new do |s|
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
|
|
||||||
s.name = 'sinatra'
|
s.name = 'sinatra'
|
||||||
s.version = '0.3.0'
|
s.version = '0.3.1'
|
||||||
s.date = "2008-08-31"
|
s.date = "2008-09-08"
|
||||||
|
|
||||||
s.description = "Classy web-development dressed in a DSL"
|
s.description = "Classy web-development dressed in a DSL"
|
||||||
s.summary = "Classy web-development dressed in a DSL"
|
s.summary = "Classy web-development dressed in a DSL"
|
||||||
|
|
Loading…
Reference in a new issue