cookbook-omnifetch 0.2.2 → 0.2.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: 58ddaa973a683bc785d88b14aba77ec925a88593
4
- data.tar.gz: 6bc3e9c9b10d358670d3e7e10a6f355ff84bef3d
3
+ metadata.gz: 7459f59b8c61c06a07c01ddb3fa3170c08a2ed5e
4
+ data.tar.gz: 171dfdf291c9cbb46ce391b2db87683698bd213e
5
5
  SHA512:
6
- metadata.gz: 2ad898b79aabc3caa8cc7dd492079f8e7c62dd0f3ab04dc9677b15dc48c18e5853b787dc8d7bccebe11a0d44fcfa23a68df4ccd7bf731f5b2569fe48d50de62d
7
- data.tar.gz: 6197fdedffcd7df2e40de298d42a4f2b8ff512ccc09302d91e076ddf9ae57d81e072d9a9317342fbef54343a5a82a42cfac2070a7006f227b76d264c2a085675
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
 
@@ -1,3 +1,3 @@
1
1
  module CookbookOmnifetch
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
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.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: 2015-10-13 00:00:00.000000000 Z
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.4.8
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: