itamae-plugin-recipe-daddy 0.1.9 → 0.1.10

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
  SHA256:
3
- metadata.gz: ba78385738dd1aea47da00706a0134529866332d81c7a69e5b2bc2fcab3d407b
4
- data.tar.gz: 3ecdebe5fb23874c43d5c06f1f35d697ec11a16a2388076c2440a5cfdf7c8037
3
+ metadata.gz: 398e072f6066ab89fa0fd47e5203a8717db032c7881b5a44408f0ea706b73894
4
+ data.tar.gz: b3c2b6e37b7c4385f6a0693fb5e3df68bcfe340a77931f829ef838f8567675fd
5
5
  SHA512:
6
- metadata.gz: c56742bcf67cb7107eac0b6090dacaa3f14645b1fd438b1ee8eca2425e22fbc121462d7244de68309ed0b7d36448ed1a67cc5f55035e72970e790dd8db99335a
7
- data.tar.gz: a23665ffe07cc52293d7023469a8055bce4d63b22d151a9870dbe9bbfa73e397c7b19b8c8ed3723ffcd258d0d1c97eb2e8ef6d4a670b09513379e833e64ab0ab
6
+ metadata.gz: ce542e953f796159069223c6a3b5b4d8e0384b045897f434899e508d9011f59dcf5f2e1b61e1d24db50bda30a68699e79f6cf49bb31bcee8abc9be57d348446d
7
+ data.tar.gz: 7eb0a44d4531ae86f0f7417acb2ef59540e7189c6bf68b4c3d9bc29e0d1339c8c69d3a095e23424b69875709601ebd4b2e4e873b84b8d1b3b5c2c9b157168c67
@@ -19,6 +19,7 @@ when /rhel-6\.(.*?)/
19
19
  command <<-EOF
20
20
  yum install -y wkhtmltox-#{version}.centos6.x86_64.rpm
21
21
  EOF
22
+ not_if "yum info wkhtmltox | grep Version | grep #{version}"
22
23
  end
23
24
  when /rhel-7\.(.*?)/
24
25
  execute "download wkhtmltox-#{version}" do
@@ -36,5 +37,6 @@ when /rhel-7\.(.*?)/
36
37
  command <<-EOF
37
38
  yum install -y wkhtmltox-#{version}.centos7.x86_64.rpm
38
39
  EOF
40
+ not_if "yum info wkhtmltox | grep Version | grep #{version.split('-').first}"
39
41
  end
40
42
  end
@@ -1,5 +1,5 @@
1
1
  module ItamaePluginRecipeDaddy
2
- VERSION = '0.1.9'
2
+ VERSION = '0.1.10'
3
3
 
4
4
  CHROME_DRIVER_VERSION = [
5
5
  CHROME_DRIVER_VERSION_MAJOR = '2',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-daddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-29 00:00:00.000000000 Z
11
+ date: 2019-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae