1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2026-01-30 12:37:10 +00:00
Files
haste-client/lib/haste/version.rb
John Crepezzi 2a8e0297ad 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`
2012-01-06 20:44:47 -05:00

6 lines
39 B
Ruby

module Haste
VERSION = '0.0.5'
end