lib/tasks/calendars.rake in timeboss-1.0.0 vs lib/tasks/calendars.rake in timeboss-1.0.1

- old
+ new

@@ -9,11 +9,11 @@ puts entry.calendar.parse(args[:expression]) end desc "Open a REPL with the #{entry.name} calendar" task repl: ['timeboss:init'] do - require 'timeboss/support/shellable' - TimeBoss::Support::Shellable.open(entry.calendar) + require 'shellable' + Shellable.open(entry.calendar) end task shell: ["timeboss:calendars:#{entry.name}:repl"] end end