Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ git 'https://github.com/refinery/refinerycms', branch: 'master' do
end
end

gem 'refinerycms-acts-as-indexed', git: 'https://github.com/refinery/refinerycms-acts-as-indexed', branch: 'master'

group :test do
gem 'launchy'
gem 'pry'
Expand Down Expand Up @@ -47,4 +49,4 @@ end
# Load local gems according to Refinery developer preference.
if File.exist? local_gemfile = File.expand_path('../.gemfile', __FILE__)
eval File.read(local_gemfile)
end
end
2 changes: 1 addition & 1 deletion lib/refinery/search.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'refinerycms-core'
require 'refinerycms-acts-as-indexed'
require 'refinerycms/acts/as/indexed'

module Refinery
autoload :SearchGenerator, 'generators/refinery/search/search_generator'
Expand Down
2 changes: 1 addition & 1 deletion refinerycms-search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{refinerycms-search}
s.version = %q{4.0.0}
s.version = %q{4.1.0}
s.summary = %q{Extra search handling for Refinery CMS}
s.description = %q{Provides extra functionality for searching your frontend website using Refinery CMS.}
s.homepage = %q{http://refinerycms.com}
Expand Down