fog 0.0.100 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/fog.gemspec +1 -1
  2. data/lib/fog.rb +1 -1
  3. metadata +2 -2
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  ## If your rubyforge_project name is different, then edit it and comment out
8
8
  ## the sub! line in the Rakefile
9
9
  s.name = 'fog'
10
- s.version = '0.0.100'
10
+ s.version = '0.1.0'
11
11
  s.date = '2010-05-18'
12
12
  s.rubyforge_project = 'fog'
13
13
 
data/lib/fog.rb CHANGED
@@ -35,7 +35,7 @@ require 'fog/vcloud'
35
35
  module Fog
36
36
 
37
37
  unless const_defined?(:VERSION)
38
- VERSION = '0.0.100'
38
+ VERSION = '0.1.0'
39
39
  end
40
40
 
41
41
  module Mock
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
+ - 1
7
8
  - 0
8
- - 100
9
- version: 0.0.100
9
+ version: 0.1.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - geemus (Wesley Beary)