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 +4 -4
- data/lib/rs_232/version.rb +1 -1
- data/rs_232.gemspec +5 -2
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 249266c50a535fb68283fddf12a9951639ceba62
|
|
4
|
+
data.tar.gz: 62677f6221a02799d3ca9f28649b82b1bcc51ecc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a1cd4b89b1a9e3d454add7edf2ecd17ca52b588b7a1720dd564a9b491f647f686b69bbaccd6dbf010674d8dc6a7934d81decae110a46cfef97d458884fb6902
|
|
7
|
+
data.tar.gz: a0f2a2ce6a80971ed5ac931ddc10c2fda677c577f0abf5dcf8c724ae7add2f3b531906c619f663cd30f359dc7b11224adfd4af1c01f17415f8c073c512975c80
|
data/lib/rs_232/version.rb
CHANGED
data/rs_232.gemspec
CHANGED
|
@@ -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 = '
|
|
12
|
-
spec.summary =
|
|
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.
|
|
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-
|
|
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:
|
|
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:
|
|
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:
|