ruby-dbus-openplacos 0.7.2.1 → 0.7.2.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.
- checksums.yaml +7 -0
- data/VERSION +1 -1
- data/lib/dbus/bus.rb +1 -0
- metadata +7 -9
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 455b5d2ff3d0fe7b7d1686423ddf6588d471defd
|
4
|
+
data.tar.gz: 9c3ec78a6f5fff8f12678f90ae700e639b607700
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: bd2cd40f04a547869191585a4dc7a142f84e078f8984219ba211df13e9c33e009e583e4207306ba918d41ab89cb6ef4d162726da170f56bc7eaea64175c7c2a6
|
7
|
+
data.tar.gz: bbaca05a78883ce77969d4e16fbf3be2959f2a81ce0c10e8066be2a658c5027550e24913ce56495c30ee58ef76d22e23dba44b3557934305f3a64a583dff0525
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.7.2.
|
1
|
+
0.7.2.2
|
data/lib/dbus/bus.rb
CHANGED
@@ -249,6 +249,7 @@ module DBus
|
|
249
249
|
else
|
250
250
|
thread_in_wait = @thread_waiting_for_message[ret.reply_serial]
|
251
251
|
@queue_used_by_thread[thread_in_wait] << ret # puts the message in the queue
|
252
|
+
@thread_waiting_for_message.delete(ret.reply_serial)
|
252
253
|
end
|
253
254
|
else
|
254
255
|
@main_message_queue << ret
|
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-dbus-openplacos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.2.
|
5
|
-
prerelease:
|
4
|
+
version: 0.7.2.2
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Openplacos Team
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2013-03-07 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
13
|
description:
|
15
14
|
email:
|
@@ -73,26 +72,25 @@ files:
|
|
73
72
|
homepage: https://github.com/flagos/ruby-dbus
|
74
73
|
licenses:
|
75
74
|
- LGPL v2.1
|
75
|
+
metadata: {}
|
76
76
|
post_install_message:
|
77
77
|
rdoc_options: []
|
78
78
|
require_paths:
|
79
79
|
- lib
|
80
80
|
required_ruby_version: !ruby/object:Gem::Requirement
|
81
|
-
none: false
|
82
81
|
requirements:
|
83
|
-
- -
|
82
|
+
- - '>='
|
84
83
|
- !ruby/object:Gem::Version
|
85
84
|
version: 1.8.7
|
86
85
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
87
|
-
none: false
|
88
86
|
requirements:
|
89
|
-
- -
|
87
|
+
- - '>='
|
90
88
|
- !ruby/object:Gem::Version
|
91
89
|
version: '0'
|
92
90
|
requirements: []
|
93
91
|
rubyforge_project:
|
94
|
-
rubygems_version:
|
92
|
+
rubygems_version: 2.0.0.rc.2
|
95
93
|
signing_key:
|
96
|
-
specification_version:
|
94
|
+
specification_version: 4
|
97
95
|
summary: Fork from ruby-dbus
|
98
96
|
test_files: []
|