knife-cloudstack-fog 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,5 +19,5 @@ Gem::Specification.new do |s|
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ["lib"]
21
21
 
22
- s.add_dependency "fog", "~> 1.1.2"
22
+ s.add_dependency "fog", "~> 1.3.1"
23
23
  end
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Cloudstack
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-cloudstack-fog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,15 +14,15 @@ date: 2012-04-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: fog
17
- requirement: &70148116239160 !ruby/object:Gem::Requirement
17
+ requirement: &70181402276840 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ~>
21
21
  - !ruby/object:Gem::Version
22
- version: 1.1.2
22
+ version: 1.3.1
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *70148116239160
25
+ version_requirements: *70181402276840
26
26
  description: Support for the Chef Knife command, leveraging FOG, for the Citrix CloudStack
27
27
  API
28
28
  email: