itamae-plugin-recipe-daddy 0.1.15 → 0.1.16
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 51390270449d66a6e5a165f921e26215df772efd344a0ac76e1856b0babc4206
|
|
4
|
+
data.tar.gz: 9dc4df5afa91bfa7393808a6ffb146ae431dfd737a5deae27f30520ff9aa529b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34629016aaacb683c862f34ec1ac38983118ae77c919ee7b785711ea8cf981a2d85d57b4900f181af207339fc7efc60df9af15d2cb74f28aac19b5ee6d0a01d5
|
|
7
|
+
data.tar.gz: a572987b6e8f5d76c00ee371d6380ca1e9d1b2c507eb00a1cac00276d0ea2941ff2e20ba0d9ba67c3ecc6b752364decdfcb2ee74c6312dd6884202a596428354
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
itamae-plugin-recipe-daddy (0.1.
|
|
4
|
+
itamae-plugin-recipe-daddy (0.1.16)
|
|
5
5
|
itamae (~> 1.10, >= 1.10.2)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -9,7 +9,7 @@ GEM
|
|
|
9
9
|
specs:
|
|
10
10
|
ansi (1.5.0)
|
|
11
11
|
hashie (3.6.0)
|
|
12
|
-
itamae (1.10.
|
|
12
|
+
itamae (1.10.5)
|
|
13
13
|
ansi
|
|
14
14
|
hashie
|
|
15
15
|
schash (~> 0.1.0)
|
|
@@ -19,10 +19,10 @@ GEM
|
|
|
19
19
|
net-ssh (>= 2.6.5, < 6.0.0)
|
|
20
20
|
net-ssh (5.2.0)
|
|
21
21
|
net-telnet (0.1.1)
|
|
22
|
-
rake (12.3.
|
|
22
|
+
rake (12.3.3)
|
|
23
23
|
schash (0.1.2)
|
|
24
24
|
sfl (2.3)
|
|
25
|
-
specinfra (2.
|
|
25
|
+
specinfra (2.81.0)
|
|
26
26
|
net-scp
|
|
27
27
|
net-ssh (>= 2.7)
|
|
28
28
|
net-telnet (= 0.1.1)
|
data/lib/itamae/plugin/recipe/daddy/selenium/drivers/chromedriver_linux64-76.0.3809.68_sha256sum.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fb2f6dd9bd828a6fc40b7387e839caa72faeecd72cf7a1c6b6b5ab760a348b13 chromedriver_linux64-76.0.3809.68.zip
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
module ItamaePluginRecipeDaddy
|
|
2
|
-
VERSION = '0.1.
|
|
2
|
+
VERSION = '0.1.16'
|
|
3
3
|
|
|
4
4
|
CHROME_DRIVER_VERSION = [
|
|
5
|
-
CHROME_DRIVER_VERSION_MAJOR = '
|
|
5
|
+
CHROME_DRIVER_VERSION_MAJOR = '76',
|
|
6
6
|
CHROME_DRIVER_VERSION_MINOR = '0',
|
|
7
|
-
CHROME_DRIVER_VERSION_PATCH = '
|
|
7
|
+
CHROME_DRIVER_VERSION_PATCH = '3809.68'
|
|
8
8
|
].join('.')
|
|
9
9
|
|
|
10
10
|
GECKO_DRIVER_VERSION = [
|
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.
|
|
4
|
+
version: 0.1.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ichy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-08-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: itamae
|
|
@@ -121,6 +121,7 @@ files:
|
|
|
121
121
|
- lib/itamae/plugin/recipe/daddy/selenium/drivers/chromedriver_linux64-2.42_sha256sum.txt
|
|
122
122
|
- lib/itamae/plugin/recipe/daddy/selenium/drivers/chromedriver_linux64-2.45_sha256sum.txt
|
|
123
123
|
- lib/itamae/plugin/recipe/daddy/selenium/drivers/chromedriver_linux64-74.0.3729.6_sha256sum.txt
|
|
124
|
+
- lib/itamae/plugin/recipe/daddy/selenium/drivers/chromedriver_linux64-76.0.3809.68_sha256sum.txt
|
|
124
125
|
- lib/itamae/plugin/recipe/daddy/selenium/drivers/geckodriver-v0.19.1-linux64_sha256sum.txt
|
|
125
126
|
- lib/itamae/plugin/recipe/daddy/selenium/drivers/geckodriver-v0.22.0-linux64_sha256sum.txt
|
|
126
127
|
- lib/itamae/plugin/recipe/daddy/selenium/drivers/geckodriver.rb
|