Skip to content

Commit

Permalink
Regenerate gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Aug 23, 2011
1 parent 9344f01 commit 15d3be2
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions refinerycms-search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ Gem::Specification.new do |s|
s.files = [
'app',
'app/controllers',
'app/controllers/search_controller.rb',
'app/controllers/refinery',
'app/controllers/refinery/search_controller.rb',
'app/helpers',
'app/helpers/search_helper.rb',
'app/helpers/refinery',
'app/helpers/refinery/search_helper.rb',
'app/models',
'app/models/search_engine.rb',
'app/models/refinery',
'app/models/refinery/search_engine.rb',
'app/views',
'app/views/search',
'app/views/search/show.html.erb',
'app/views/shared',
'app/views/shared/_search.html.erb',
'app/views/refinery',
'app/views/refinery/search',
'app/views/refinery/search/show.html.erb',
'app/views/refinery/shared',
'app/views/refinery/shared/_search.html.erb',
'config',
'config/locales',
'config/locales/bg.yml',
Expand Down

0 comments on commit 15d3be2

Please sign in to comment.