onkyo_eiscp_ruby 2.0.0 → 2.0.1
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 +4 -4
- data/VERSION +1 -1
- data/lib/eiscp.rb +1 -1
- data/lib/eiscp/receiver.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f22fc9aa1fff89a9de39fe93c39e16addf0fb7de
|
4
|
+
data.tar.gz: a8bed738b1b3ea345c5acf0bde66fe923126f58e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cddc004db1304fb3b6448de98da21ab57041378b845ef23d88d68e8b30cfc769fee6c5fef8733ce03dc9fbe3c400c0cfcba5cb780e2d93bc65d22e26d4d631c
|
7
|
+
data.tar.gz: 4287bd4482baa9c112a88ffb87494b8d9b175727cc81b3e0aa72114d2016cb94f3d2fc9dee0dbeefdfab21108f098f73d1ad917f4f086e407b9c011d96f74af7
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.
|
1
|
+
2.0.1
|
data/lib/eiscp.rb
CHANGED
data/lib/eiscp/receiver.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: onkyo_eiscp_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Rodrigues
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: "\n Control Onkyo receivers over the network.Use the provided binary
|
14
14
|
or\n require the library for use in your scripts.\n "
|
@@ -69,7 +69,7 @@ signing_key:
|
|
69
69
|
specification_version: 4
|
70
70
|
summary: Manipulate Onkyo stereos with the eISCP protocol
|
71
71
|
test_files:
|
72
|
-
- test/tc_parser.rb
|
73
72
|
- test/tc_receiver.rb
|
74
73
|
- test/tc_dictionary.rb
|
75
74
|
- test/tc_message.rb
|
75
|
+
- test/tc_parser.rb
|