Skip to content

Commit

Permalink
update gemspec with new test files
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Jan 14, 2009
1 parent 72a6e01 commit 7996b11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sinatra.gemspec
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|

s.name = 'sinatra'
s.version = '0.8.9'
s.date = '2009-01-13'
s.date = '2009-01-14'

s.description = "Classy web-development dressed in a DSL"
s.summary = "Classy web-development dressed in a DSL"
Expand Down Expand Up @@ -59,6 +59,7 @@ Gem::Specification.new do |s|
lib/sinatra/images/500.png
lib/sinatra/main.rb
lib/sinatra/test.rb
lib/sinatra/test/bacon.rb
lib/sinatra/test/rspec.rb
lib/sinatra/test/spec.rb
lib/sinatra/test/unit.rb
Expand All @@ -69,6 +70,7 @@ Gem::Specification.new do |s|
test/erb_test.rb
test/filter_test.rb
test/haml_test.rb
test/helper.rb
test/helpers_test.rb
test/mapped_error_test.rb
test/middleware_test.rb
Expand Down

0 comments on commit 7996b11

Please sign in to comment.