bin/yardstick in yardstick-0.2.0 vs bin/yardstick in yardstick-0.3.0
- old
+ new
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby -KU
require 'rubygems'
require 'pathname'
-require Pathname(__FILE__).dirname.expand_path.parent.join('lib', 'yardstick')
+require File.expand_path('../../lib/yardstick', __FILE__)
Yardstick::CLI.run(*ARGV)