Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Commit

Permalink
RedisSearch update
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Sep 30, 2011
1 parent 29b8488 commit 0b5ba43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ gem "redis", "2.1.1"
gem 'voteable_mongoid', "0.6.0"

# 分词
gem 'rmmseg-cpp-huacnlee', '0.2.8'
gem 'chinese_pinyin', '0.3.0'
gem 'rmmseg-cpp-huacnlee', '0.2.9'

# 用户系统
gem 'devise', '1.2.rc2'
Expand Down Expand Up @@ -73,7 +74,7 @@ gem "juggernaut"
# Diff 内容并输出 HTML 格式
gem "htmldiff", :git => "git://github.com/huacnlee/htmldiff.git"

gem "redis-search", "0.5.2"
gem "redis-search", "0.6.1"

group :development do
gem 'rails-dev-boost-beta','0.1.2', :require => 'rails_development_boost'
Expand Down
19 changes: 9 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ GIT
specs:
htmldiff (0.0.1)

PATH
remote: ../redis-search
specs:
redis-search (0.5.2)
redis (>= 2.1.1)
rmmseg-cpp-huacnlee (~> 0.2.8)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -61,6 +54,7 @@ GEM
cells (3.6.5)
actionpack (~> 3.0)
railties (~> 3.0)
chinese_pinyin (0.3.0)
colorize (0.5.8)
dalli (1.1.2)
devise (1.2.rc2)
Expand Down Expand Up @@ -179,6 +173,10 @@ GEM
redis (2.1.1)
redis-namespace (1.0.3)
redis (< 3.0.0)
redis-search (0.6.1)
chinese_pinyin (>= 0.3.0)
redis (>= 2.1.1)
rmmseg-cpp-huacnlee (>= 0.2.8)
resque (1.15.0)
json (~> 1.4.6)
redis-namespace (>= 0.10.0)
Expand All @@ -187,7 +185,7 @@ GEM
resque_mailer (1.0.1)
rest-client (1.6.3)
mime-types (>= 1.16)
rmmseg-cpp-huacnlee (0.2.8)
rmmseg-cpp-huacnlee (0.2.9)
ruby-openid (2.1.8)
ruby-openid-apps-discovery (1.2.0)
ruby-openid (>= 2.1.7)
Expand Down Expand Up @@ -228,6 +226,7 @@ DEPENDENCIES
bson_ext (= 1.2.4)
carrierwave (= 0.5.3)
cells (= 3.6.5)
chinese_pinyin (= 0.3.0)
colorize (= 0.5.8)
dalli (= 1.1.2)
devise (= 1.2.rc2)
Expand All @@ -247,10 +246,10 @@ DEPENDENCIES
rails (= 3.0.5)
rails-dev-boost-beta (= 0.1.2)
redis (= 2.1.1)
redis-search (= 0.5.2)!
redis-search (= 0.6.1)
resque (= 1.15.0)
resque_mailer (= 1.0.1)
rmmseg-cpp-huacnlee (= 0.2.8)
rmmseg-cpp-huacnlee (= 0.2.9)
settingslogic (= 2.0.6)
simple_form (= 1.3.1)
smurf-huacnlee
Expand Down

0 comments on commit 0b5ba43

Please sign in to comment.