knife-backup 0.0.7 → 0.0.8

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 04b6c3af80a1e59f1a86f7d5e28302fe9e1db33a
4
+ data.tar.gz: 558fee3f51e25c3df03258627361085e7ecfdcfb
5
+ SHA512:
6
+ metadata.gz: e775afdf8af2aa7bdca73c118f864e81c830b54f8a9e20562c6dc670d5fd841e69ef81e88db75f4915d0040a52244f28fa798a265a89997f4b49049526f90988
7
+ data.tar.gz: 21e76c6903269dc2a0f8cb5f9269a56df36d4c762f41d4dd680922288d5c81301590a3744ebdef26ad322a200bac865d65b1e67f97c705a5c2bcf1c56ed83aec
data/Rakefile CHANGED
@@ -1 +1,3 @@
1
1
  require "bundler/gem_tasks"
2
+
3
+ task :default => :build
@@ -140,6 +140,7 @@ module ServerBackup
140
140
  begin
141
141
  File.symlink(full_cb, full_path)
142
142
  cbu = Chef::Knife::CookbookUpload.new
143
+ Chef::Knife::CookbookUpload.load_deps
143
144
  cbu.name_args = [ cookbook ]
144
145
  cbu.config[:cookbook_path] = File.join(config[:backup_dir], "cookbooks")
145
146
  ui.info "Restoring cookbook #{cbu.name_args}"
@@ -1,5 +1,5 @@
1
1
  module Knife
2
2
  module Backup
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
5
- prerelease:
4
+ version: 0.0.8
6
5
  platform: ruby
7
6
  authors:
8
7
  - Marius Ducea
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-05-23 00:00:00.000000000 Z
11
+ date: 2013-08-14 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: chef
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: 0.10.10
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: 0.10.10
30
27
  description: Chef knife plugins to help backup and restore chef servers
@@ -46,27 +43,25 @@ files:
46
43
  - lib/knife-backup/version.rb
47
44
  homepage: https://github.com/mdxp/knife-backup
48
45
  licenses: []
46
+ metadata: {}
49
47
  post_install_message:
50
48
  rdoc_options: []
51
49
  require_paths:
52
50
  - lib
53
51
  required_ruby_version: !ruby/object:Gem::Requirement
54
- none: false
55
52
  requirements:
56
- - - ! '>='
53
+ - - '>='
57
54
  - !ruby/object:Gem::Version
58
55
  version: '0'
59
56
  required_rubygems_version: !ruby/object:Gem::Requirement
60
- none: false
61
57
  requirements:
62
- - - ! '>='
58
+ - - '>='
63
59
  - !ruby/object:Gem::Version
64
60
  version: '0'
65
61
  requirements: []
66
62
  rubyforge_project: knife-backup
67
- rubygems_version: 1.8.24
63
+ rubygems_version: 2.0.3
68
64
  signing_key:
69
- specification_version: 3
65
+ specification_version: 4
70
66
  summary: Chef knife plugins to help backup and restore chef servers
71
67
  test_files: []
72
- has_rdoc: