mupnp 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/UPnP.rb +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
data/lib/UPnP.rb
CHANGED
@@ -179,7 +179,7 @@ module UPnP
|
|
179
179
|
uptime_uint = MiniUPnP.new_uintp()
|
180
180
|
r = MiniUPnP.UPNP_GetStatusInfo(@urls.controlURL,
|
181
181
|
@data.servicetype, status, uptime_uint,
|
182
|
-
lastconnerror)
|
182
|
+
lastconnerror)
|
183
183
|
if r != 0 then
|
184
184
|
raise UPnPException.new, "Error while retriving status info. #{code2error(r)}."
|
185
185
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mupnp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dario Meloni
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-
|
12
|
+
date: 2008-10-01 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
requirements: []
|
76
76
|
|
77
77
|
rubyforge_project: mupnp
|
78
|
-
rubygems_version: 1.
|
78
|
+
rubygems_version: 1.0.1
|
79
79
|
signing_key:
|
80
80
|
specification_version: 2
|
81
81
|
summary: UPnP Implementation using the Miniupnpc library
|