knife-remotelxc 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ #v0.1.0
2
+ * Fix require
3
+
4
+ # v0.0.1
5
+ * Initial release
@@ -1,4 +1,4 @@
1
- include 'knife-remotelxc/helpers'
1
+ require 'knife-remotelxc/helpers'
2
2
 
3
3
  module RemoteLXC
4
4
  class RemotelxcDelete < Chef::Knife::Ssh
@@ -1,5 +1,5 @@
1
1
  module KnifeRemoteLXC
2
2
  class Version < Gem::Version
3
3
  end
4
- VERSION = Version.new('0.0.1')
4
+ VERSION = Version.new('0.1.0')
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-remotelxc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-04 00:00:00.000000000 Z
12
+ date: 2013-07-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef
16
- requirement: &8418360 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,22 +21,27 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *8418360
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
25
30
  description: Remote LXC
26
31
  email: chrisroberts.code@gmail.com
27
32
  executables: []
28
33
  extensions: []
29
34
  extra_rdoc_files: []
30
35
  files:
31
- - CHANGELOG.md
32
- - knife-remotelxc.gemspec
33
- - README.md
34
36
  - lib/knife-remotelxc/version.rb
35
37
  - lib/knife-remotelxc/helpers.rb
36
- - lib/chef/knife/remotelxc_delete.rb
37
- - lib/chef/knife/remotelxc_list.rb
38
38
  - lib/chef/knife/remotelxc_info.rb
39
+ - lib/chef/knife/remotelxc_list.rb
40
+ - lib/chef/knife/remotelxc_delete.rb
39
41
  - lib/chef/knife/remotelxc_create.rb
42
+ - README.md
43
+ - knife-remotelxc.gemspec
44
+ - CHANGELOG.md
40
45
  homepage: http://github.com/heavywater/knife-remotelxc
41
46
  licenses: []
42
47
  post_install_message:
@@ -57,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
62
  version: '0'
58
63
  requirements: []
59
64
  rubyforge_project:
60
- rubygems_version: 1.8.17
65
+ rubygems_version: 1.8.24
61
66
  signing_key:
62
67
  specification_version: 3
63
68
  summary: Create LXC nodes