Skip to content

Commit

Permalink
Fix require and file manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hamill committed Jul 7, 2012
1 parent 0b7c130 commit bc9ee40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/texticle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ def dynamic_search_method?(method, class_columns)
end
end

require 'texticle/full_text_indexer'
require File.expand_path(File.dirname(__FILE__) + '/texticle/full_text_indexer')
1 change: 1 addition & 0 deletions texticle.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
'lib/texticle.rb',
'lib/texticle/searchable.rb',
'lib/texticle/rails.rb',
'lib/texticle/full_text_indexer.rb',
'spec/spec_helper.rb',
'spec/texticle_spec.rb',
'spec/texticle/searchable_spec.rb',
Expand Down

0 comments on commit bc9ee40

Please sign in to comment.