lib/irbcp.rb in irbcp-0.0.3 vs lib/irbcp.rb in irbcp-0.0.4
- old
+ new
@@ -1,20 +1,20 @@
require 'systemu'
module Irbcp
- Version = '0.0.3'
+ Version = '0.0.4'
def Irbcp.version() Irbcp::Version end
case RUBY_PLATFORM
when /darwin/
Copy = 'pbcopy'
Paste = 'pbpaste'
when /linux/
- Copy = 'xsel –clipboard –input'
- Paste = 'xsel –clipboard –output'
+ Copy = 'xsel -clipboard -input'
+ Paste = 'xsel -clipboard -output'
when /windoze/
## Windows Server 2003 , Windows Vista , Windows 7. Anything else don t have and don t matter anymore :)
#
Copy = 'clip.exe'