bin/stars in stars-0.4.0 vs bin/stars in stars-0.5.0

- old
+ new

@@ -1,10 +1,8 @@ #!/usr/bin/env ruby - require 'rubygems' $LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib') require 'stars' -username = ARGV ? ARGV[0] : nil -Stars::Client.load!(username) \ No newline at end of file +Stars::Client.new(ARGV)