test/apps/todo/bin/todo in gli-2.19.2 vs test/apps/todo/bin/todo in gli-2.20.0

- old
+ new

@@ -1,8 +1,8 @@ #!/usr/bin/env ruby # These would not be in a real GLI app; we do this so we can easily run this on the command line -$: << File.expand_path(File.join(File.dirname(__FILE__),'..','..','..','lib')) +$: << File.expand_path(File.join(File.dirname(__FILE__),'..','..','..','..','lib')) $: << File.expand_path(File.join(File.dirname(__FILE__),'..','lib')) require 'gli' require 'todo/version'