diff --git a/README.md b/README.md index 9906174..2e32050 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/rs_232/version.rb b/lib/rs_232/version.rb index e58859e..f1c6fe0 100644 --- a/lib/rs_232/version.rb +++ b/lib/rs_232/version.rb @@ -1,3 +1,3 @@ module Rs232 - VERSION = '2.3.0' + VERSION = '2.3.1' end diff --git a/rs_232.gemspec b/rs_232.gemspec index b73fb24..02473a9 100644 --- a/rs_232.gemspec +++ b/rs_232.gemspec @@ -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 = [