From 50aabdef50d841a0b5089f851cc750f1ca41eba0 Mon Sep 17 00:00:00 2001 From: Christopher Bertels Date: Sat, 8 Dec 2012 04:06:25 +0100 Subject: [PATCH] add rubinius-actor as dependency and require it in lib/rbx/actor.fy --- fancy.gemspec | 2 ++ lib/rbx/actor.fy | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/fancy.gemspec b/fancy.gemspec index edf22645..966ff3fc 100644 --- a/fancy.gemspec +++ b/fancy.gemspec @@ -30,6 +30,8 @@ Gem::Specification.new do |s| s.rubyforge_project = "fancy" s.summary = "The Fancy Programming Language" + s.add_dependency "rubinius-actor" + s.description = <