libmodbus4r 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 (3) hide show
  1. data/NEWS +4 -1
  2. data/ext/modbus4r.c +1 -1
  3. metadata +2 -2
data/NEWS CHANGED
@@ -1,5 +1,8 @@
1
+ libmodbus 0.2.2 (2009-08-16)
2
+ - Fixed bug in Master::read_input_registers
3
+
1
4
  libmodbus 0.2.1 (2009-08-10)
2
- - Fix bug in Master::read_input_coils
5
+ - Fixed bug in Master::read_input_coils
3
6
 
4
7
  libmodbus 0.2.0 (2009-07-30)
5
8
  ===========================
@@ -34,7 +34,7 @@ void Init__modbus4r()
34
34
  rb_define_method(cMaster, "read_holding_registers",
35
35
  mb_mstr_read_holding_registers, 3);
36
36
  rb_define_method(cMaster, "read_input_registers",
37
- mb_mstr_read_holding_registers, 3);
37
+ mb_mstr_read_input_registers, 3);
38
38
  rb_define_method(cMaster, "force_single_coil",
39
39
  mb_mstr_force_single_coil, 3);
40
40
  rb_define_method(cMaster, "preset_single_register",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libmodbus4r
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
  - Aleksey Timin
@@ -9,7 +9,7 @@ autorequire: libmodbus4r
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-10 00:00:00 +06:00
12
+ date: 2009-08-16 00:00:00 +06:00
13
13
  default_executable:
14
14
  dependencies: []
15
15