Update gemspec with search files
This commit is contained in:
committed by
Henrik Hansen
parent
6d3b40c1d4
commit
50c207ad91
+3
-1
@@ -446,6 +446,7 @@ 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
|
||||||
@@ -453,6 +454,7 @@ Gem::Specification.new do |s|
|
|||||||
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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user