knife-sharp 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d51e293f04c7dffea511b863a3cb79cd3063f41e
4
- data.tar.gz: 11c083c28dcabf5f38cc559a0b82a155e788b578
3
+ metadata.gz: 018cf25dda960f3652b54e2a6af359ad31f51c26
4
+ data.tar.gz: 1b5e6662f8e66824fa4a2ebe1f0447054abf2327
5
5
  SHA512:
6
- metadata.gz: 0684590e03809cbb22c44bec89978313ce006af6c0058671e064541c7e4830773ad2067c68d10a0bf90e0cb3047049a372a302652938310160dd87f52146200d
7
- data.tar.gz: ded14b61cab89feb093788c50becce35e9c42e0ef8624aef352ac10febdc1de91b6db68d6063111f7fbc3b3148d284dac3b9c6f0ce863994f83b4f81229c09ec
6
+ metadata.gz: c1b8ecc0fc02074a3f6c2227d0838895e73cc0df45f6ea3f2360744a5b57eab9b32e695f66eac94873f708fa676c1d8dada0e33634712783cd40fc8f69812e62
7
+ data.tar.gz: 1b37cb28c664955de7c815cb2f7fe6f9a5beca5b86bf76047b5a69b9f37026622535c2ac1e0d0bdca91db2e8d8fa46259a88d2fa66e2211b8d8cd3e88f8aebf4
@@ -1,18 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- knife-sharp (0.6.1)
4
+ knife-sharp (0.6.3)
5
5
  chef (>= 11)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- builder (3.2.2)
11
- chef (12.2.1)
12
- chef-zero (~> 4.0)
10
+ chef (12.0.3)
11
+ chef-zero (~> 3.2)
13
12
  diff-lcs (~> 1.2, >= 1.2.4)
14
13
  erubis (~> 2.7)
15
- ffi-yajl (>= 1.2, < 3.0)
14
+ ffi-yajl (~> 1.2)
16
15
  highline (~> 1.6, >= 1.6.9)
17
16
  mixlib-authentication (~> 1.3)
18
17
  mixlib-cli (~> 1.4)
@@ -24,14 +23,8 @@ GEM
24
23
  ohai (~> 8.0)
25
24
  plist (~> 3.1.0)
26
25
  pry (~> 0.9)
27
- rspec-core (~> 3.2)
28
- rspec-expectations (~> 3.2)
29
- rspec-mocks (~> 3.2)
30
- rspec_junit_formatter (~> 0.2.0)
31
- serverspec (~> 2.7)
32
- specinfra (~> 2.10)
33
- chef-zero (4.2.1)
34
- ffi-yajl (>= 1.1, < 3.0)
26
+ chef-zero (3.2)
27
+ ffi-yajl (~> 1.1)
35
28
  hashie (~> 2.0)
36
29
  mixlib-log (~> 1.3)
37
30
  rack
@@ -39,40 +32,39 @@ GEM
39
32
  coderay (1.1.0)
40
33
  diff-lcs (1.2.5)
41
34
  erubis (2.7.0)
42
- ffi (1.9.8)
43
- ffi-yajl (2.0.0)
35
+ ffi (1.9.5)
36
+ ffi-yajl (1.4.0)
44
37
  ffi (~> 1.5)
45
38
  libyajl2 (~> 1.2)
46
39
  hashie (2.1.2)
47
- highline (1.7.1)
40
+ highline (1.6.21)
48
41
  ipaddress (0.8.0)
49
42
  libyajl2 (1.2.0)
50
43
  method_source (0.8.2)
51
- mime-types (2.4.3)
44
+ mime-types (1.25.1)
52
45
  mixlib-authentication (1.3.0)
53
46
  mixlib-log
54
47
  mixlib-cli (1.5.0)
55
48
  mixlib-config (2.1.0)
56
49
  mixlib-log (1.6.0)
57
50
  mixlib-shellout (2.0.1)
58
- multi_json (1.11.0)
59
- net-scp (1.2.1)
60
- net-ssh (>= 2.6.5)
61
- net-ssh (2.9.2)
51
+ net-dhcp (1.2.1)
52
+ net-ssh (2.9.1)
62
53
  net-ssh-gateway (1.2.0)
63
54
  net-ssh (>= 2.6.5)
64
- net-ssh-multi (1.2.1)
55
+ net-ssh-multi (1.2.0)
65
56
  net-ssh (>= 2.6.5)
66
57
  net-ssh-gateway (>= 1.2.0)
67
- ohai (8.2.0)
58
+ ohai (8.0.1)
68
59
  ffi (~> 1.9)
69
- ffi-yajl (>= 1.1, < 3.0)
60
+ ffi-yajl (~> 1.1)
70
61
  ipaddress
71
- mime-types (~> 2.0)
62
+ mime-types (~> 1.16)
72
63
  mixlib-cli
73
64
  mixlib-config (~> 2.0)
74
65
  mixlib-log
75
66
  mixlib-shellout (~> 2.0)
67
+ net-dhcp
76
68
  rake (~> 10.1)
77
69
  systemu (~> 2.6.4)
78
70
  wmi-lite (~> 1.0)
@@ -81,38 +73,10 @@ GEM
81
73
  coderay (~> 1.1.0)
82
74
  method_source (~> 0.8.1)
83
75
  slop (~> 3.4)
84
- rack (1.6.0)
76
+ rack (1.6.0.beta)
85
77
  rake (10.4.2)
86
- rspec (3.2.0)
87
- rspec-core (~> 3.2.0)
88
- rspec-expectations (~> 3.2.0)
89
- rspec-mocks (~> 3.2.0)
90
- rspec-core (3.2.3)
91
- rspec-support (~> 3.2.0)
92
- rspec-expectations (3.2.1)
93
- diff-lcs (>= 1.2.0, < 2.0)
94
- rspec-support (~> 3.2.0)
95
- rspec-its (1.2.0)
96
- rspec-core (>= 3.0.0)
97
- rspec-expectations (>= 3.0.0)
98
- rspec-mocks (3.2.1)
99
- diff-lcs (>= 1.2.0, < 2.0)
100
- rspec-support (~> 3.2.0)
101
- rspec-support (3.2.2)
102
- rspec_junit_formatter (0.2.0)
103
- builder (< 4)
104
- rspec (>= 2, < 4)
105
- rspec-core (!= 2.12.0)
106
- serverspec (2.14.1)
107
- multi_json
108
- rspec (~> 3.0)
109
- rspec-its
110
- specinfra (~> 2.25)
111
78
  slop (3.6.0)
112
- specinfra (2.28.2)
113
- net-scp
114
- net-ssh
115
- systemu (2.6.5)
79
+ systemu (2.6.4)
116
80
  uuidtools (2.1.5)
117
81
  wmi-lite (1.0.0)
118
82
 
@@ -1,3 +1,3 @@
1
1
  module KnifeSharp
2
- VERSION = "0.6.2"
2
+ VERSION = "0.6.3"
3
3
  end
@@ -24,7 +24,7 @@ module KnifeSharp
24
24
  # Checking current branch
25
25
  given_branch = @name_args.first
26
26
 
27
- Dir.chdir(sharp_config["global"]["git_cookbook_path"]) do
27
+ Dir.chdir(File.expand_path(sharp_config["global"]["git_cookbook_path"])) do
28
28
  current_branch = %x(git rev-parse --abbrev-ref HEAD).chomp
29
29
  if given_branch != current_branch
30
30
  ui.error "Git repo is actually on branch #{current_branch} but you want to align using #{given_branch}. Checkout to the desired one."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-sharp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Szalay
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-19 00:00:00.000000000 Z
12
+ date: 2015-07-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  version: '0'
72
72
  requirements: []
73
73
  rubyforge_project:
74
- rubygems_version: 2.4.5
74
+ rubygems_version: 2.2.2
75
75
  signing_key:
76
76
  specification_version: 4
77
77
  summary: Knife sharp plugin