knife-stormondemand 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,8 @@
2
2
  # Author: Josh Blancett
3
3
  #
4
4
 
5
+ require 'chef/knife/storm_base'
6
+
5
7
  class Chef
6
8
  class Knife
7
9
  class StormServerDelete < Knife
@@ -2,6 +2,8 @@
2
2
  # Author: Josh Blancett
3
3
  #
4
4
 
5
+ require 'chef/knife/storm_base'
6
+
5
7
  class Chef
6
8
  class Knife
7
9
  class StormServerList < Knife
@@ -2,6 +2,8 @@
2
2
  # Author: Josh Blancett
3
3
  #
4
4
 
5
+ require 'chef/knife/storm_base'
6
+
5
7
  class Chef
6
8
  class Knife
7
9
  class StormServerReboot < Knife
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Linode
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
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-stormondemand
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-27 00:00:00.000000000 Z
12
+ date: 2014-03-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fog