Skip to content

Commit

Permalink
Update file manifest in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Dec 14, 2009
1 parent e207970 commit 1b00d50
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sinatra.gemspec
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|


s.name = 'sinatra' s.name = 'sinatra'
s.version = '0.10.1' s.version = '0.10.1'
s.date = '2009-10-08' s.date = '2009-12-13'


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"
Expand All @@ -26,13 +26,14 @@ Gem::Specification.new do |s|
lib/sinatra/images/500.png lib/sinatra/images/500.png
lib/sinatra/main.rb lib/sinatra/main.rb
lib/sinatra/showexceptions.rb lib/sinatra/showexceptions.rb
lib/tilt.rb lib/sinatra/tilt.rb
sinatra.gemspec sinatra.gemspec
test/base_test.rb test/base_test.rb
test/builder_test.rb test/builder_test.rb
test/contest.rb test/contest.rb
test/data/reload_app_file.rb test/data/reload_app_file.rb
test/erb_test.rb test/erb_test.rb
test/erubis_test.rb
test/extensions_test.rb test/extensions_test.rb
test/filter_test.rb test/filter_test.rb
test/haml_test.rb test/haml_test.rb
Expand All @@ -53,16 +54,19 @@ Gem::Specification.new do |s|
test/templates_test.rb test/templates_test.rb
test/views/error.builder test/views/error.builder
test/views/error.erb test/views/error.erb
test/views/error.erubis
test/views/error.haml test/views/error.haml
test/views/error.sass test/views/error.sass
test/views/foo/hello.test test/views/foo/hello.test
test/views/hello.builder test/views/hello.builder
test/views/hello.erb test/views/hello.erb
test/views/hello.erubis
test/views/hello.haml test/views/hello.haml
test/views/hello.sass test/views/hello.sass
test/views/hello.test test/views/hello.test
test/views/layout2.builder test/views/layout2.builder
test/views/layout2.erb test/views/layout2.erb
test/views/layout2.erubis
test/views/layout2.haml test/views/layout2.haml
test/views/layout2.test test/views/layout2.test
] ]
Expand Down

0 comments on commit 1b00d50

Please sign in to comment.