specinfra 2.1.0 → 2.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bfa78af1c891a62e7fdadba4f273f392fc109517
4
- data.tar.gz: 50d0859efc1d5655084ae63da6817f3767f804db
3
+ metadata.gz: 3b9e548051872936a7762ecd20f6aad70c36800c
4
+ data.tar.gz: 4c8ec1b47db6cff41db9a07d5fc557fb789fecc3
5
5
  SHA512:
6
- metadata.gz: 0555d858d81dc4564de7f721534626474b5366df9e3ac2f31f6c1e2734f7333e1c9cb52055d1a2de1ddcd198a4e2ede2dd2dd8d305e7013a8ea251d5670ff224
7
- data.tar.gz: 02942bd5f6bb53abefb4cb868f5c117c10458497c5369748a798c979efc78122ea47d36fbcc6395ae291e12dcc6d70dac1466770505ce2a20ff5714f3969a883
6
+ metadata.gz: e8d634ab5db261fe89a92e4da83bb0801a62451a36b33c51609363e20a49b19a5ef12dc8d20b3f9912c3aeba9999cb87edd0121d25ff6ca964cd74703ced4405
7
+ data.tar.gz: eeb6fd92201dcf0c346c9f32c4b625dc6248843f9855da99b162a8743d693d23cd616804311f20dfca2877adac6f9d57099660333bb2788e3b5223bcc77bf0ff
@@ -15,6 +15,7 @@ class Specinfra::Command::Darwin::Base::Package < Specinfra::Command::Base::Pack
15
15
  def check_is_installed_by_pkgutil(package, version=nil)
16
16
  cmd = "pkgutil --pkg-info #{package}"
17
17
  cmd = "#{cmd} | grep '^version: #{escape(version)}'" if version
18
+ cmd
18
19
  end
19
20
 
20
21
  def install(package, version=nil, option='')
@@ -1,3 +1,3 @@
1
1
  module Specinfra
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: specinfra
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gosuke Miyashita
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-05 00:00:00.000000000 Z
11
+ date: 2014-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-ssh