Skip to content

Commit

Permalink
Rev the gemspec for github gem build
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Jan 25, 2009
1 parent 0ade0be commit fd0bee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sinatra.gemspec
Expand Up @@ -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.name = 'sinatra'
s.version = '0.9.0.2'
s.date = '2009-01-18'
s.version = '0.9.0.4'
s.date = '2009-01-25'

s.description = "Classy web-development dressed in a DSL"
s.summary = "Classy web-development dressed in a DSL"
Expand Down

0 comments on commit fd0bee4

Please sign in to comment.