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: f71b758b41276f069327bb600ffc20ac7fafecf1245913333dee6f718dc72142
4
- data.tar.gz: 10961fa1199db0e326ea388d95337822feb447afa55414786f3e82db412ca9b7
3
+ metadata.gz: 913cfbabdf728c1b6e0e1768b778d1d6972a86eb9d2bf1784c0ee4bd0532ee3d
4
+ data.tar.gz: be021799518b5758507721f1a8a3e6381bc490ec2b3e25d25bba8752965093e1
5
5
  SHA512:
6
- metadata.gz: 6786c310177fee7fb8cce31d7fdfc5145acccd65b5cc13b2d1aaea441eff058d5e7088a71256b3378debd01a6b622c9aeb6f66f49140369adfe0a3eb95fabcf0
7
- data.tar.gz: 1176e6f9decb1fb0ec4fd1d427630a4ca68e2a123df34bc796f4e2b8060e56e911bc4d41b227494b7d4ae66eff6c7f3e6c57d2aac489d2c446e54b4112373b96
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
@@ -0,0 +1,2 @@
1
+ include_recipe 'base'
2
+ include_recipe 'docker'
@@ -1,4 +1,3 @@
1
1
  include_recipe 'base'
2
2
  include_recipe 'nodejs'
3
3
  include_recipe 'ruby'
4
- include_recipe 'docker'
data/lib/daddy/version.rb CHANGED
@@ -2,6 +2,6 @@ module Daddy
2
2
  VERSION = [
3
3
  VERSION_MAJOR = '0',
4
4
  VERSION_MINOR = '11',
5
- VERSION_REVISION = '2'
5
+ VERSION_REVISION = '3'
6
6
  ].join('.')
7
7
  end
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.2
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