rs_232 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: addff247632d0cc604d545982c202a0d5f9e9778
4
- data.tar.gz: ee9806b68e950726d1507d2f046d8edd8975498e
3
+ metadata.gz: 249266c50a535fb68283fddf12a9951639ceba62
4
+ data.tar.gz: 62677f6221a02799d3ca9f28649b82b1bcc51ecc
5
5
  SHA512:
6
- metadata.gz: 8d420ae6baa8faf4e56f07e2dd28ace4b93373efa18b4fc108a27b9a8ddd573d5f74ba7fa45fb4cba1c8ceb5b45260721a10f85677343a7df86e0aeb5dcf719a
7
- data.tar.gz: b11ad2e56aa0960640ec595acdc66ba846489126d88bf5b5af177b3a57a9b073e43912cf72226d735e58042b536c5d2f4be99169e20e4a01e983a45e67ce6570
6
+ metadata.gz: 7a1cd4b89b1a9e3d454add7edf2ecd17ca52b588b7a1720dd564a9b491f647f686b69bbaccd6dbf010674d8dc6a7934d81decae110a46cfef97d458884fb6902
7
+ data.tar.gz: a0f2a2ce6a80971ed5ac931ddc10c2fda677c577f0abf5dcf8c724ae7add2f3b531906c619f663cd30f359dc7b11224adfd4af1c01f17415f8c073c512975c80
@@ -1,3 +1,3 @@
1
1
  module Rs232
2
- VERSION = '2.3.0'
2
+ VERSION = '2.3.1'
3
3
  end
@@ -8,8 +8,11 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Rs232::VERSION
9
9
  spec.authors = ['Roman Lishtaba']
10
10
  spec.email = ['roman@lishtaba.com']
11
- spec.description = 'This is an RS-232 posix implementation as a Ruby C Native Extension.'
12
- spec.summary = 'This is a RS-232 implementation as a Ruby C Native Extension.'
11
+ spec.description = 'RS-232 cross-platform implementation as Ruby C native extension.'
12
+ spec.summary = <<-SUMMARY
13
+ RS-232 cross-platform implementation as Ruby C native extension.
14
+ Rubygem offering simple API in order to start using Serial Port communication in your project running on Linux, Mac OS X and Windows.
15
+ SUMMARY
13
16
  spec.homepage = 'http://www.lishtaba.com'
14
17
  spec.license = 'MIT'
15
18
  spec.files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rs_232
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Lishtaba
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-10 00:00:00.000000000 Z
11
+ date: 2016-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -136,7 +136,7 @@ dependencies:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
- description: This is an RS-232 posix implementation as a Ruby C Native Extension.
139
+ description: RS-232 cross-platform implementation as Ruby C native extension.
140
140
  email:
141
141
  - roman@lishtaba.com
142
142
  executables: []
@@ -184,6 +184,8 @@ rubyforge_project:
184
184
  rubygems_version: 2.2.2
185
185
  signing_key:
186
186
  specification_version: 4
187
- summary: This is a RS-232 implementation as a Ruby C Native Extension.
187
+ summary: RS-232 cross-platform implementation as Ruby C native extension. Rubygem
188
+ offering simple API in order to start using Serial Port communication in your project
189
+ running on Linux, Mac OS X and Windows.
188
190
  test_files: []
189
191
  has_rdoc: