mirror of
https://github.com/jimeh/twhois.git
synced 2026-02-19 02:46:41 +00:00
Merge branch 'release/v0.0.4'
This commit is contained in:
5
.document
Normal file
5
.document
Normal file
@@ -0,0 +1,5 @@
|
||||
README.md
|
||||
lib/**/*.rb
|
||||
bin/*
|
||||
features/**/*.feature
|
||||
LICENSE
|
||||
@@ -26,10 +26,11 @@ if ARGV.size > 0
|
||||
puts " Private Account: #{user.protected ? "Yes" : "No"}"
|
||||
else
|
||||
puts "@#{username}:"
|
||||
puts " Not Found"
|
||||
puts " Error: Not Found"
|
||||
end
|
||||
rescue Twhois::InvalidUsername => e
|
||||
puts "\"#{username}\" is not a valid Twitter username"
|
||||
puts "@#{username}:"
|
||||
puts " Error: Invalid Username"
|
||||
end
|
||||
end
|
||||
else
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# encoding: utf-8
|
||||
|
||||
module Twhois
|
||||
VERSION = "0.0.3"
|
||||
VERSION = "0.0.4"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user