lib/snowball/roller.rb in snowball-0.1.20 vs lib/snowball/roller.rb in snowball-0.1.21

- old
+ new

@@ -1,8 +1,8 @@ require "open3" module Snowball - EXECUTABLE = Pathname.new(__FILE__).join("../../../", "bin/roll.js").realpath + EXECUTABLE = Pathname.new(__FILE__).join("..", "roll.js").realpath class RollError < Exception; end class Roller def self.roll(entry, opts) args = [] \ No newline at end of file