rmodbus 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rmodbus/exceptions.rb +1 -1
- metadata +4 -4
data/lib/rmodbus/exceptions.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rmodbus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- A.Timin, J. Sanders
|
@@ -9,7 +9,7 @@ autorequire: rmodbus
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-04-17 00:00:00 -06:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -25,17 +25,17 @@ extra_rdoc_files:
|
|
25
25
|
- LICENSE
|
26
26
|
- CHANGES
|
27
27
|
files:
|
28
|
-
- lib/rmodbus/tcp_server.rb
|
29
28
|
- lib/rmodbus/client.rb
|
30
29
|
- lib/rmodbus/exceptions.rb
|
31
30
|
- lib/rmodbus/tcp_client.rb
|
31
|
+
- lib/rmodbus/tcp_server.rb
|
32
32
|
- lib/rmodbus.rb
|
33
33
|
- examples/add_new_function.rb
|
34
34
|
- examples/use_tcp_modbus.rb
|
35
35
|
- spec/client_spec.rb
|
36
|
+
- spec/ext_spec.rb
|
36
37
|
- spec/tcp_client_spec.rb
|
37
38
|
- spec/tcp_server_spec.rb
|
38
|
-
- spec/ext_spec.rb
|
39
39
|
- README
|
40
40
|
- AUTHORS
|
41
41
|
- LICENSE
|