Skip to content

Commit

Permalink
Merge pull request #1 from rafaeldx7/master
Browse files Browse the repository at this point in the history
Sunspot 1.3 compatibility.
  • Loading branch information
justinko committed Nov 30, 2011
2 parents 35cb97c + fdd5410 commit 520361c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sunspot-rails-tester.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_path = 'lib' s.require_path = 'lib'

s.add_dependency 'sunspot_rails', '~> 1.2' s.add_dependency 'sunspot_rails', '~> 1.2'

s.add_dependency 'sunspot_solr', '~> 1.2'

s.add_development_dependency 'rspec', '~> 2.5' s.add_development_dependency 'rspec', '~> 2.5'
end end

0 comments on commit 520361c

Please sign in to comment.