daddy 0.11.2 → 0.11.3
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: 913cfbabdf728c1b6e0e1768b778d1d6972a86eb9d2bf1784c0ee4bd0532ee3d
|
|
4
|
+
data.tar.gz: be021799518b5758507721f1a8a3e6381bc490ec2b3e25d25bba8752965093e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46cbd69ae09c9f666692902d5e01c96e4a28be3bcf3967862645f435e24b036e7ede6d8c8dd66f252ff30b4bac36d64b799221ce252d953f904b4868bc69264a
|
|
7
|
+
data.tar.gz: 83dc2792ec9d7890f495f253642699ced8dd9c24423243b216ec79ffdb8fc910f214a0827f361602eb59f969ab4d5f866a29178698ebb002d6555ff441ede5af
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
libxslt-devel
|
|
14
14
|
openssl-devel
|
|
15
15
|
readline-devel
|
|
16
|
+
shared-mime-info
|
|
16
17
|
sudo
|
|
17
18
|
wget
|
|
18
19
|
which
|
|
@@ -31,3 +32,8 @@ end
|
|
|
31
32
|
options '--enablerepo=powertools'
|
|
32
33
|
end
|
|
33
34
|
end
|
|
35
|
+
|
|
36
|
+
execute 'dnf clean all' do
|
|
37
|
+
user 'root'
|
|
38
|
+
options '--enablerepo=powertools'
|
|
39
|
+
end
|
data/lib/daddy/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: daddy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
4
|
+
version: 0.11.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ichy
|
|
@@ -284,6 +284,7 @@ files:
|
|
|
284
284
|
- itamae/cookbooks/unicorn/templates/unicorn.rb.erb
|
|
285
285
|
- itamae/cookbooks/vsftpd/install.rb
|
|
286
286
|
- itamae/environments/base/default.rb
|
|
287
|
+
- itamae/environments/docker.rb
|
|
287
288
|
- itamae/environments/docker/default.rb
|
|
288
289
|
- itamae/environments/local.rb
|
|
289
290
|
- itamae/environments/nodejs/default.rb
|
|
@@ -292,7 +293,6 @@ files:
|
|
|
292
293
|
- itamae/environments/ruby/default.rb
|
|
293
294
|
- itamae/environments/ruby/ruby-2.7.8.tar.gz_sha256sum.txt
|
|
294
295
|
- itamae/environments/ruby/ruby-3.2.9.tar.gz_sha256sum.txt
|
|
295
|
-
- itamae/environments/ruby/ruby-3.4.3.tar.gz_sha256sum.txt
|
|
296
296
|
- itamae/environments/ruby/ruby-3.4.7.tar.gz_sha256sum.txt
|
|
297
297
|
- itamae/locale/en.yml
|
|
298
298
|
- itamae/locale/ja.yml
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
55a4cd1dcbe5ca27cf65e89a935a482c2bb2284832939266551c0ec68b437f46 ruby-3.4.3.tar.gz
|