1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-16 00:35:56 +00:00

Use puts on tty?, print on non-tty?

This is so that there isn't a newline when doing something like:
`cat something | haste | pbcopy`
This commit is contained in:
John Crepezzi
2012-01-06 20:44:47 -05:00
parent c4fd7bd336
commit 2a8e0297ad
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
module Haste
VERSION = '0.0.4'
VERSION = '0.0.5'
end