Navigation Menu

Skip to content

Commit

Permalink
add rubinius-actor as dependency and require it in lib/rbx/actor.fy
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Dec 8, 2012
1 parent 27ce7ef commit 50aabde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions fancy.gemspec
Expand Up @@ -30,6 +30,8 @@ Gem::Specification.new do |s|
s.rubyforge_project = "fancy" s.rubyforge_project = "fancy"
s.summary = "The Fancy Programming Language" s.summary = "The Fancy Programming Language"


s.add_dependency "rubinius-actor"

s.description = <<EOS s.description = <<EOS
The Fancy Programming Language The Fancy Programming Language
Expand Down
4 changes: 3 additions & 1 deletion lib/rbx/actor.fy
@@ -1,4 +1,6 @@
require("actor") require("rubygems")
require("rubinius/actor")
Actor = Rubinius Actor


class Actor { class Actor {
""" """
Expand Down

0 comments on commit 50aabde

Please sign in to comment.