fog 0.2.5 → 0.2.6

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.
Files changed (5) hide show
  1. data/Gemfile +1 -1
  2. data/Gemfile.lock +3 -3
  3. data/fog.gemspec +2 -2
  4. data/lib/fog.rb +1 -1
  5. metadata +4 -4
data/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
1
  source 'http://gemcutter.org'
2
2
 
3
3
  gem 'rake'
4
- gem 'excon', '>= 0.1.3'
4
+ gem 'excon', '>= 0.1.4'
5
5
  gem 'formatador', ">= 0.0.10"
6
6
  gem 'json', ">= 0"
7
7
  gem 'mime-types', ">= 0"
@@ -31,7 +31,7 @@ dependencies:
31
31
  excon:
32
32
  group:
33
33
  - :default
34
- version: ">= 0.1.3"
34
+ version: ">= 0.1.4"
35
35
  builder:
36
36
  group:
37
37
  - :default
@@ -50,7 +50,7 @@ specs:
50
50
  - builder:
51
51
  version: 2.1.2
52
52
  - excon:
53
- version: 0.1.3
53
+ version: 0.1.4
54
54
  - formatador:
55
55
  version: 0.0.14
56
56
  - gestalt:
@@ -69,7 +69,7 @@ specs:
69
69
  version: 0.4.0
70
70
  - shindo:
71
71
  version: 0.1.6
72
- hash: a596598313ef742252ac66c844f4838a2a0ac699
72
+ hash: 8520ed00122d3f78644dafa479a1f96842291e8f
73
73
  sources:
74
74
  - Rubygems:
75
75
  uri: http://gemcutter.org
@@ -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.2.5'
10
+ s.version = '0.2.6'
11
11
  s.date = '2010-06-29'
12
12
  s.rubyforge_project = 'fog'
13
13
 
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
42
42
 
43
43
  ## List your runtime dependencies here. Runtime dependencies are those
44
44
  ## that are needed for an end user to actually USE your code.
45
- s.add_dependency('excon', '>=0.1.3')
45
+ s.add_dependency('excon', '>=0.1.4')
46
46
  s.add_dependency('formatador', '>=0.0.10')
47
47
  s.add_dependency('json')
48
48
  s.add_dependency('mime-types')
data/lib/fog.rb CHANGED
@@ -39,7 +39,7 @@ require 'fog/vcloud'
39
39
  module Fog
40
40
 
41
41
  unless const_defined?(:VERSION)
42
- VERSION = '0.2.5'
42
+ VERSION = '0.2.6'
43
43
  end
44
44
 
45
45
  module Mock
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 5
9
- version: 0.2.5
8
+ - 6
9
+ version: 0.2.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - geemus (Wesley Beary)
@@ -27,8 +27,8 @@ dependencies:
27
27
  segments:
28
28
  - 0
29
29
  - 1
30
- - 3
31
- version: 0.1.3
30
+ - 4
31
+ version: 0.1.4
32
32
  type: :runtime
33
33
  version_requirements: *id001
34
34
  - !ruby/object:Gem::Dependency