cookbook-omnifetch 0.2.2 → 0.2.3
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.
- checksums.yaml +4 -4
- data/lib/cookbook-omnifetch/git.rb +1 -1
- data/lib/cookbook-omnifetch/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7459f59b8c61c06a07c01ddb3fa3170c08a2ed5e
|
|
4
|
+
data.tar.gz: 171dfdf291c9cbb46ce391b2db87683698bd213e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5888ab46937874163e0d0d87e3ee97892dd3c6ad0ba6c7ee14ee1575f79c5c649016632a601986cf932c5a474e9dc86f31cc919624ba91a2e7efe74a558975e
|
|
7
|
+
data.tar.gz: c7df3c93349506a07207c4c79806f9cb54a7977d1073c8609e1c6ae2991fb154c12eac1dc0e2cf08a86c286bb7b39a17de23fb018485ff70b89928ca837a4115
|
|
@@ -163,7 +163,7 @@ module CookbookOmnifetch
|
|
|
163
163
|
# @raise [String]
|
|
164
164
|
# the +$stdout+ from the command
|
|
165
165
|
def git(command, error = true)
|
|
166
|
-
unless CookbookOmnifetch.which('git') || CookbookOmnifetch.which('git.exe')
|
|
166
|
+
unless CookbookOmnifetch.which('git') || CookbookOmnifetch.which('git.exe') || CookbookOmnifetch.which('git.bat')
|
|
167
167
|
raise GitNotInstalled.new
|
|
168
168
|
end
|
|
169
169
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cookbook-omnifetch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jamie Winsor
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date:
|
|
16
|
+
date: 2016-05-31 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: minitar
|
|
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
121
121
|
version: '0'
|
|
122
122
|
requirements: []
|
|
123
123
|
rubyforge_project:
|
|
124
|
-
rubygems_version: 2.
|
|
124
|
+
rubygems_version: 2.6.3
|
|
125
125
|
signing_key:
|
|
126
126
|
specification_version: 4
|
|
127
127
|
summary: Library code to fetch Chef cookbooks from a variety of sources to a local
|
|
@@ -143,4 +143,3 @@ test_files:
|
|
|
143
143
|
- spec/unit/exceptions_spec.rb
|
|
144
144
|
- spec/unit/git_spec.rb
|
|
145
145
|
- spec/unit/path_spec.rb
|
|
146
|
-
has_rdoc:
|