virtualbox-com 0.10.1 → 0.10.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.
|
@@ -176,7 +176,7 @@ void Init_vbox_loader(void) {
|
|
|
176
176
|
rb_const_set(mCOM, rb_intern("VIRTUALBOX"),
|
|
177
177
|
virtualbox_com_virtualbox(vbox));
|
|
178
178
|
rb_const_set(mCOM, rb_intern("SESSION"),
|
|
179
|
-
virtualbox_com_session(
|
|
179
|
+
virtualbox_com_session(session));
|
|
180
180
|
|
|
181
181
|
#if 0
|
|
182
182
|
/* Instantiate event queue */
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: virtualbox-com
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
version: '0'
|
|
109
109
|
segments:
|
|
110
110
|
- 0
|
|
111
|
-
hash: -
|
|
111
|
+
hash: -1687509842914808641
|
|
112
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
none: false
|
|
114
114
|
requirements:
|
|
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
117
117
|
version: '0'
|
|
118
118
|
segments:
|
|
119
119
|
- 0
|
|
120
|
-
hash: -
|
|
120
|
+
hash: -1687509842914808641
|
|
121
121
|
requirements: []
|
|
122
122
|
rubyforge_project:
|
|
123
123
|
rubygems_version: 1.8.25
|