vcloud-core 0.0.2 → 0.0.3

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,5 +1,5 @@
1
1
  module Vcloud
2
2
  module Core
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
5
5
  end
data/lib/vcloud/core.rb CHANGED
@@ -1,6 +1,8 @@
1
1
  require 'open3'
2
2
  require 'vcloud/fog'
3
3
 
4
+ require 'vcloud/core/version'
5
+
4
6
  require 'vcloud/core/entity'
5
7
  require 'vcloud/core/metadata_helper'
6
8
  require 'vcloud/core/compute_metadata'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vcloud-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  version: '0'
177
177
  segments:
178
178
  - 0
179
- hash: -2018305276127737563
179
+ hash: -2395307263257441655
180
180
  requirements: []
181
181
  rubyforge_project:
182
182
  rubygems_version: 1.8.23