specinfra 2.51.0 → 2.51.1

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: 52e2b0c52dbef5e2bd95f8ca26db95c6b2f9f189
4
- data.tar.gz: f0edda0089b55411b7ba841837af2987482676df
3
+ metadata.gz: 00af574eec64ec243229a4b4aec3a5bfae5eba1d
4
+ data.tar.gz: 352b72812736219e06bb854148015f37febab306
5
5
  SHA512:
6
- metadata.gz: 5434491e5f9f713a7e9f2416bdffb6f685454c69fe331e7423bf0cda0de758d080571a43763f1f7d909aa989d60a54d58030f4446990015cb1ac58195a6fc87b
7
- data.tar.gz: ffa28b948c261dbaf4d9e239c5b710c74e62c407869e5580f93bbd8aa4fdd4c22a1e10e318f111d3e97039c7f6defdcf026058cbd16630beecfc5a991ba22e7b
6
+ metadata.gz: 361c754b4296d336217381085132cb9f7818d90cdd4df683be4492ae9a56c32a9fdb4bed5df737bc16dbeb9180a0d07075d487a1bc8b7e31851414c7d703c97f
7
+ data.tar.gz: 5a6a6c98e418fc0437ee1c88877db92d3793806d88e7249cc72b426b805b011181164f8c3bf73c22c08969e253abd643a4673c3d06100b9fd542681404ba2861
@@ -14,10 +14,6 @@ environment:
14
14
  - ruby_version: "21"
15
15
  - ruby_version: "22"
16
16
 
17
- matrix:
18
- allow_failures:
19
- - ruby_version: "22" # waiting for net-ssh update
20
-
21
17
  clone_depth: 5
22
18
 
23
19
  cache:
@@ -1,7 +1,7 @@
1
1
  class Specinfra::Command::Redhat::Base::Yumrepo < Specinfra::Command::Linux::Base::Yumrepo
2
2
  class << self
3
3
  def check_exists(repository)
4
- "yum repolist all -C | grep -E \"^#{escape(repository)}\(\\s\|$\|\\/)\""
4
+ "yum repolist all -C | grep -qsE \"^[\\!\\*]?#{escape(repository)}\(\\s\|$\|\\/)\""
5
5
  end
6
6
 
7
7
  def check_is_enabled(repository)
@@ -1,3 +1,3 @@
1
1
  module Specinfra
2
- VERSION = "2.51.0"
2
+ VERSION = "2.51.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.51.0
4
+ version: 2.51.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: 2016-02-08 00:00:00.000000000 Z
11
+ date: 2016-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-scp