mupnp 0.1.1 → 0.1.2

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/UPnP.rb +1 -1
  3. metadata +3 -3
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require 'rake/rdoctask'
7
7
 
8
8
  spec = Gem::Specification.new do |s|
9
9
  s.name = "mupnp"
10
- s.version = "0.1.1"
10
+ s.version = "0.1.2"
11
11
  s.author = "Dario Meloni"
12
12
  s.email = "mellon85@gmail.com"
13
13
  s.homepage = "http://rubyforge.org/projects/mupnp/"
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) != 0
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.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-09-19 00:00:00 +02:00
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.2.0
78
+ rubygems_version: 1.0.1
79
79
  signing_key:
80
80
  specification_version: 2
81
81
  summary: UPnP Implementation using the Miniupnpc library