rmodbus 0.2.1 → 0.2.2

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.
Files changed (2) hide show
  1. data/lib/rmodbus/exceptions.rb +1 -1
  2. metadata +4 -4
@@ -15,7 +15,7 @@ module ModBus
15
15
 
16
16
  module Errors
17
17
 
18
- class ModBusException < Exception
18
+ class ModBusException < StandardError
19
19
  end
20
20
 
21
21
  class IllegalFunction < ModBusException
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.1
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-02-09 00:00:00 +05:00
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