mirah / dubious

A Web Framework Written in Mirah for running on AppEngine
Apache License 2.0
121 stars 13 forks source link

Missing dependency in Rakefile #12

Closed hakunin closed 13 years ago

hakunin commented 13 years ago

Rakefile is missing dependency

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

(It would not compile without it)

baroquebobcat commented 13 years ago

5c9de4c66e67f34cd8be161c8944ab3f5d1d29b7 adds your fix for this.