knife-bootstrapsync 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -9,7 +9,7 @@ and remote directory separated by a `:`. The general use
9
9
  case is to upload cookbooks for use by chef-solo:
10
10
 
11
11
  ```
12
- $ knife bootstrap 127.0.0.2 --sync-directory './cookbooks:/var/chef/cache/cookbooks' ...
12
+ $ knife bootstrap 127.0.0.2 --sync-directory './cookbooks:/var/chef/cookbooks' ...
13
13
  ```
14
14
 
15
15
  # Info
@@ -71,5 +71,5 @@ begin
71
71
  end
72
72
  end
73
73
 
74
- rescue
74
+ rescue LoadError
75
75
  end
@@ -3,6 +3,6 @@ class Knife
3
3
  class Version < Gem::Version
4
4
  end
5
5
 
6
- VERSION = Version.new('1.0.0')
6
+ VERSION = Version.new('1.0.2')
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-bootstrapsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
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-06-18 00:00:00.000000000 Z
12
+ date: 2013-07-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef