Skip to content

Commit

Permalink
Depend on refinerycms-core not refinerycms.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Oct 29, 2011
1 parent 2b7aefb commit 1b6b0e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/gemspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
s.authors = ["Resolve Digital"]
s.require_paths = %w(lib)
s.add_dependency 'refinerycms', '~> 2.0.0'
s.add_dependency 'refinerycms-core', '~> 2.0.0'
s.files = [
'#{files.join("',\n '")}'
Expand Down
4 changes: 2 additions & 2 deletions refinerycms-search.gemspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-search}
s.version = %q{2.0.0}
s.date = %q{2011-09-07}
s.date = %q{2011-10-29}
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}
s.email = %q{info@refinerycms.com}
s.authors = ["Resolve Digital"]
s.require_paths = %w(lib)

s.add_dependency 'refinerycms', '~> 2.0.0'
s.add_dependency 'refinerycms-core', '~> 2.0.0'

s.files = [
'app',
Expand Down

0 comments on commit 1b6b0e8

Please sign in to comment.