import_remotecontrol 0.3.8 → 0.3.9
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 +8 -8
- data/lib/get_code_list.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ODQ0MDI5MTE2NGVhMTQzMWY5MjQ0MzJkM2ZiYjYwOGIwNDZjMDE5Mw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZWNhNzViNzUwMDBkZGU3Mjk1YjI0MzNkODYxZDA5YjgwYTQ3NmJlOQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OGJjMjE5OGM0ZDc3ZWM4NWU1YjIzOGQzY2Q2M2UzM2NhMjQzMmM4ODA0Mzk3
|
|
10
|
+
MGIyYzE5MzdkZDU1NDBjMGYyZmE5ZTIxNDQ4Y2FiMDk1NTgwMGNmZmRjYjVj
|
|
11
|
+
MGFjNmM0YzgzZTRiMjRmYzk1ZDdhYjExMDkxYjk1ZGFiYmIwZTE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDVlNmU5M2ZkZTg5MjA4MmVjY2IxZWNjNjljMjk1YTBiYjY0YjVhN2QxMjMw
|
|
14
|
+
YzRjNWRmYjc4NDNhZThkNmQzYmI1MmRmMDVkMDQwOGVlNmM5OTRhNGIzM2Ez
|
|
15
|
+
NDk3NzRjZWU4MGQ5OTY4MjA1ZTk0Yzg2N2ZhNmIyOGI5YWY3MjM=
|
data/lib/get_code_list.rb
CHANGED
|
@@ -199,7 +199,7 @@ module GetCodeList
|
|
|
199
199
|
def self.sharp(prtotoname,code)
|
|
200
200
|
begin
|
|
201
201
|
codes = code.split(":")
|
|
202
|
-
ret = "#{prtotoname}:#{codes[0]}:#{codes[1]}:#{codes[2]}:#{codes[0]}:#{radix_minus_one_complement_only_last_6(codes[1])}:#{
|
|
202
|
+
ret = "#{prtotoname}:#{codes[0]}:#{codes[1]}:#{codes[2]}:#{codes[0]}:#{radix_minus_one_complement_only_last_6(codes[1])}:#{radix_minus_one_complement_only_last_4(codes[2])}:#{codes[0]}:#{codes[1]}:#{codes[2]}"
|
|
203
203
|
rescue => err
|
|
204
204
|
raise RuntimeError, get_error_msg("Protocol Error, Error msg : #{err.to_s}",{METHOD_NAME => "Rac"})
|
|
205
205
|
end
|