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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2f2a55fcfb2dac1b649b3efe36065ea7e0e58af
4
- data.tar.gz: 6c0c5f56a5fdaff8c5a3aa6673e9e12cf96bd32a
3
+ metadata.gz: f22fc9aa1fff89a9de39fe93c39e16addf0fb7de
4
+ data.tar.gz: a8bed738b1b3ea345c5acf0bde66fe923126f58e
5
5
  SHA512:
6
- metadata.gz: 2ee13a3c0b65c4b2b57872a8656ba59e07e9f1f7aaa0f4a7af90a55512f6db50d435333100b8e5ac86ab6adc2e62438649d54639810bb9be231c2275f0524caf
7
- data.tar.gz: 7d0ea01812008c6ad24525d358684b84dabe14f8192dfe0f400fb24727fa1988e89374e4c24402ac132b92f723bc67de0a1c0923c27694f5db3571ddb4e63083
6
+ metadata.gz: 0cddc004db1304fb3b6448de98da21ab57041378b845ef23d88d68e8b30cfc769fee6c5fef8733ce03dc9fbe3c400c0cfcba5cb780e2d93bc65d22e26d4d631c
7
+ data.tar.gz: 4287bd4482baa9c112a88ffb87494b8d9b175727cc81b3e0aa72114d2016cb94f3d2fc9dee0dbeefdfab21108f098f73d1ad917f4f086e407b9c011d96f74af7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.0.1
data/lib/eiscp.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # Library for controlling Onkyo receivers over TCP/IP.
2
2
  #
3
3
  module EISCP
4
- VERSION = '2.0.0'
4
+ VERSION = '2.0.1'
5
5
  end
6
6
 
7
7
  require_relative './eiscp/receiver'
@@ -99,7 +99,7 @@ module EISCP
99
99
  end
100
100
  end
101
101
 
102
- # Manages the thread and uses the same block passed to throgh #connect.
102
+ # Manages the thread and uses the same block passed to through #connect.
103
103
  #
104
104
  def update_thread
105
105
  # Kill thread if it exists
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.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-02-22 00:00:00.000000000 Z
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