Skip to content

Commit

Permalink
requiring redis and memcache-client in gemspec for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Jones committed Feb 9, 2012
1 parent c379859 commit 5c07994
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion trebuchet.gemspec
Expand Up @@ -17,8 +17,10 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

# redis and memcache are optional
s.add_dependency 'json'
# FIXME: make redis and memcache optional by moving them into separate support gems
s.add_dependency 'redis'
s.add_dependency 'memcache-client'

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit 5c07994

Please sign in to comment.