Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
Update gemspec with search files
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJoy authored and henrikh committed Aug 31, 2010
1 parent 6d3b40c commit 50c207a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gollum.gemspec
Expand Up @@ -446,13 +446,15 @@ Gem::Specification.new do |s|
lib/gollum/frontend/templates/history.mustache lib/gollum/frontend/templates/history.mustache
lib/gollum/frontend/templates/layout.mustache lib/gollum/frontend/templates/layout.mustache
lib/gollum/frontend/templates/page.mustache lib/gollum/frontend/templates/page.mustache
lib/gollum/frontend/templates/search.mustache
lib/gollum/frontend/views/compare.rb lib/gollum/frontend/views/compare.rb
lib/gollum/frontend/views/create.rb lib/gollum/frontend/views/create.rb
lib/gollum/frontend/views/edit.rb lib/gollum/frontend/views/edit.rb
lib/gollum/frontend/views/editable.rb lib/gollum/frontend/views/editable.rb
lib/gollum/frontend/views/history.rb lib/gollum/frontend/views/history.rb
lib/gollum/frontend/views/layout.rb lib/gollum/frontend/views/layout.rb
lib/gollum/frontend/views/page.rb lib/gollum/frontend/views/page.rb
lib/gollum/frontend/views/search.rb
lib/gollum/markup.rb lib/gollum/markup.rb
lib/gollum/page.rb lib/gollum/page.rb
lib/gollum/pagination.rb lib/gollum/pagination.rb
Expand Down Expand Up @@ -503,4 +505,4 @@ Gem::Specification.new do |s|
# = MANIFEST = # = MANIFEST =


s.test_files = s.files.select { |path| path =~ /^test\/test_.*\.rb/ } s.test_files = s.files.select { |path| path =~ /^test\/test_.*\.rb/ }
end end

0 comments on commit 50c207a

Please sign in to comment.