File: version.rb

package info (click to toggle)
ruby-serialport 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: ansic: 1,425; ruby: 74; sh: 16; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 46 bytes parent folder | download
1
2
3
class SerialPort < IO
  VERSION = "1.4.0"
end