virtualbox 0.7.6 → 0.7.7

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.
@@ -1,3 +1,5 @@
1
+ require "rbconfig"
2
+
1
3
  module VirtualBox
2
4
  class Platform
3
5
  class << self
@@ -18,7 +20,7 @@ module VirtualBox
18
20
  end
19
21
 
20
22
  def platform
21
- RUBY_PLATFORM.downcase
23
+ Config::CONFIG["host_os"].downcase
22
24
  end
23
25
  end
24
26
  end
@@ -1,5 +1,5 @@
1
1
  module VirtualBox
2
- VERSION = "0.7.6"
2
+ VERSION = "0.7.7"
3
3
 
4
4
  module Version
5
5
  # Returns a boolean denoting whether the current VirtualBox
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 6
9
- version: 0.7.6
8
+ - 7
9
+ version: 0.7.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mitchell Hashimoto
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-30 00:00:00 -08:00
17
+ date: 2010-12-15 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -365,7 +365,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
365
365
  requirements:
366
366
  - - ">="
367
367
  - !ruby/object:Gem::Version
368
- hash: -1196434913576130028
368
+ hash: -1896681026323262226
369
369
  segments:
370
370
  - 0
371
371
  version: "0"