Update gemspec with search files

This commit is contained in:
Jon Frisby
2010-08-29 21:35:38 -07:00
committed by Henrik Hansen
parent 6d3b40c1d4
commit 50c207ad91
+3 -1
View File
@@ -446,6 +446,7 @@ Gem::Specification.new do |s|
lib/gollum/frontend/templates/history.mustache
lib/gollum/frontend/templates/layout.mustache
lib/gollum/frontend/templates/page.mustache
lib/gollum/frontend/templates/search.mustache
lib/gollum/frontend/views/compare.rb
lib/gollum/frontend/views/create.rb
lib/gollum/frontend/views/edit.rb
@@ -453,6 +454,7 @@ Gem::Specification.new do |s|
lib/gollum/frontend/views/history.rb
lib/gollum/frontend/views/layout.rb
lib/gollum/frontend/views/page.rb
lib/gollum/frontend/views/search.rb
lib/gollum/markup.rb
lib/gollum/page.rb
lib/gollum/pagination.rb
@@ -503,4 +505,4 @@ Gem::Specification.new do |s|
# = MANIFEST =
s.test_files = s.files.select { |path| path =~ /^test\/test_.*\.rb/ }
end
end