Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Ruby Serial Port implementation as C Native Extension. [ RS-232 ]

This is a RS-232 implementation as a Ruby C Native Extension.
Rubygem offering simple API in order to start using Serial Port communication in your project running on Linux, Mac OS X or Windows.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/rs_232/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rs232
VERSION = '2.3.0'
VERSION = '2.3.1'
end
7 changes: 5 additions & 2 deletions rs_232.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ Gem::Specification.new do |spec|
spec.version = Rs232::VERSION
spec.authors = ['Roman Lishtaba']
spec.email = ['roman@lishtaba.com']
spec.description = 'This is an RS-232 posix implementation as a Ruby C Native Extension.'
spec.summary = 'This is a RS-232 implementation as a Ruby C Native Extension.'
spec.description = 'RS-232 cross-platform implementation as Ruby C native extension.'
spec.summary = <<-SUMMARY
RS-232 cross-platform implementation as Ruby C native extension.
Rubygem offering simple API in order to start using Serial Port communication in your project running on Linux, Mac OS X and Windows.
SUMMARY
spec.homepage = 'http://www.lishtaba.com'
spec.license = 'MIT'
spec.files = [
Expand Down