mirah / dubious

A Web Framework Written in Mirah for running on AppEngine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing dependency in Rakefile

hakunin opened this issue · comments

Rakefile is missing dependency

file "#{OUTDIR}/dubious/TextHelper.class" => [
        "#{OUTDIR}/dubious/Inflection.class",
  ]

(It would not compile without it)

5c9de4c adds your fix for this.