LazGem 0.0.3 → 0.0.4

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.
data/lib/LazGem/device.rb CHANGED
@@ -157,7 +157,7 @@ class LazGem::Device
157
157
  end
158
158
 
159
159
  rssi = raw[48].unpack("C*")[0]
160
- payload = raw[49..size-2]
160
+ payload = raw[49..size-1]
161
161
 
162
162
  out = Hash["Command" => command,
163
163
  "Time" => t,
@@ -1,3 +1,3 @@
1
1
  module LazGem
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/release.log ADDED
@@ -0,0 +1,4 @@
1
+ 2016.3.15 first release
2
+ 2016.3.17 update
3
+ 受信データの最後の1バイトが欠けている不具合を修正しました
4
+ Bug fix. last 1 byte of receiving data is lack
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: LazGem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2016-03-15 00:00:00.000000000 Z
13
+ date: 2016-03-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -81,6 +81,7 @@ files:
81
81
  - lib/LazGem.rb
82
82
  - lib/LazGem/device.rb
83
83
  - lib/LazGem/version.rb
84
+ - release.log
84
85
  - sample/sample_rx.rb
85
86
  - sample/sample_tx.rb
86
87
  homepage: https://github.com/LAPIS-Lazurite/LazGem