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

Commit

Permalink
Updates to RSolr 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Nov 26, 2011
1 parent 101b4b2 commit 5a60d72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions sunspot/spec/integration/unicode_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
end

it "correctly retrieves the string as UTF-8" do
# https://github.com/mwmitchell/rsolr/issues/30
pending "rsolr 1.0.3 fixes this spec, but also breaks integration with Rails 3.0.10"

Sunspot.search(Post).hits.first.stored(:title).should == "Híghgrøøvé"
end
end
2 changes: 1 addition & 1 deletion sunspot/sunspot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'rsolr', '~>1.0.2'
s.add_dependency 'rsolr', '~>1.0.5'
s.add_dependency 'escape', '~>0.0.4'
s.add_dependency 'pr_geohash', '~>1.0'

Expand Down

0 comments on commit 5a60d72

Please sign in to comment.