1
0
Fork 0
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:
Ryan Tomayko 2008-09-08 23:13:41 -07:00
parent 2f13feabc3
commit c09025efc5
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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"