lib/gyazo.rb in gyazo-0.0.2 vs lib/gyazo.rb in gyazo-0.0.3
- old
+ new
@@ -3,10 +3,10 @@
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
require 'net/http'
class Gyazo
- VERSION = '0.0.2'
+ VERSION = '0.0.3'
def initialize(app = '/Applications/Gyazo.app')
@user = IO.popen("whoami", "r+").gets.chomp
@program = app
@idfile = "/Users/#{@user}/Library/Gyazo/id"