virtualbox-com 0.10.1 → 0.10.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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(vbox));
179
+ virtualbox_com_session(session));
180
180
 
181
181
  #if 0
182
182
  /* Instantiate event queue */
@@ -1,5 +1,5 @@
1
1
  module VirtualBox
2
2
  module COM
3
- VERSION = "0.10.1"
3
+ VERSION = "0.10.2"
4
4
  end
5
5
  end
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.1
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: -1259189098384218849
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: -1259189098384218849
120
+ hash: -1687509842914808641
121
121
  requirements: []
122
122
  rubyforge_project:
123
123
  rubygems_version: 1.8.25