From 44feebc7979289abb0adb751ea7a2226f9cb8f29 Mon Sep 17 00:00:00 2001 From: Louis Mullie Date: Wed, 25 Jul 2012 18:00:23 -0400 Subject: [PATCH] Add graphr gem to gemspec. --- decisiontree.gemspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/decisiontree.gemspec b/decisiontree.gemspec index 2d9589e..a547508 100644 --- a/decisiontree.gemspec +++ b/decisiontree.gemspec @@ -46,7 +46,8 @@ Gem::Specification.new do |s| "examples/discrete-id3.rb", "examples/simple.rb" ] - + s.add_runtime_dependency "graphr" + if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3