daddy 0.12.5 → 0.12.6

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: 427dd8798a41c3635160e172cc41c25fe6ec6b3ad9ddeff2daf640a0f37d5561
4
- data.tar.gz: 0e3a2b6bea91798f3c907429ef2321007ffae0fb81b6501845a13084ce867aa8
3
+ metadata.gz: 1cf0398f9ede87f1045b4bba566dae5174efe7147fda8f6c6ad53b040c8fa25c
4
+ data.tar.gz: 9762c2969f26c1deca08fbbc8d8ebca21ed335410f61a71452b5c1e37ddf7ee6
5
5
  SHA512:
6
- metadata.gz: 833c64e29e37d5b1446c4f0ce11bcea1eb7749372d6ae17f110f87e93ba6160cac3904885b3b26af65b7579b28c74f45166b5a1c4919f48e9e76ea57dfcb8c58
7
- data.tar.gz: 83f1f922a6bd7328db0fb98e0895be07b7a61a5153c722f037e70b1409ef6c08b5bba15dfad7e2b8c163715926d710b5285825bd34ead8c6b40b846b2d4acac0
6
+ metadata.gz: d24c6fda3f836c32ba0245348ce6f0de3130326389e018005bc5f5d9b90951649933523f2b793545bdee467ca12fb431273a8778739160f8bed296be6042195a
7
+ data.tar.gz: 323d34101cd2ef8a8911aa782c9e59da07fb7d54026a2c5853a085485500b1365825a4bbae1e6df9453177d59ac313acbb3e90e4560fdd1848205ac3f0b8d318
@@ -1,4 +1,4 @@
1
- version = ENV['RUBY_VERSION'] || '3.4.9'
1
+ version = ENV['RUBY_VERSION'] || '3.4.10'
2
2
  short_version = version.split('.')[0..1].join('.')
3
3
 
4
4
  execute "download ruby-#{version}" do
@@ -37,7 +37,7 @@ bundler_versions = case short_version
37
37
  when '2.7'
38
38
  ['2.3.26', '2.4.22']
39
39
  else
40
- ['2.7.2', '4.0.15']
40
+ ['2.7.2', '4.0.18']
41
41
  end
42
42
  ohai_version = case short_version
43
43
  when '2.7'
@@ -0,0 +1 @@
1
+ ecee2d072a14f2d14347dd56dfd8fe5c3130abf5117bfaacbda0f4ef9cc429ec ruby-3.4.10.tar.gz
data/lib/daddy/version.rb CHANGED
@@ -2,6 +2,6 @@ module Daddy
2
2
  VERSION = [
3
3
  VERSION_MAJOR = '0',
4
4
  VERSION_MINOR = '12',
5
- VERSION_REVISION = '5'
5
+ VERSION_REVISION = '6'
6
6
  ].join('.')
7
7
  end
@@ -11,11 +11,18 @@ if defined?(RailsERD)
11
11
  excludes << 'ActiveRecord::InternalMetadata'
12
12
  excludes << 'ActiveStorage::Blob'
13
13
  excludes << 'ActiveStorage::Attachment'
14
- when 6, 7, 8
14
+ when 6, 7
15
15
  excludes << 'ActiveRecord::InternalMetadata'
16
+ excludes << 'ActiveStorage::Attachment'
16
17
  excludes << 'ActiveStorage::Blob'
18
+ excludes << 'ActiveStorage::VariantRecord'
19
+ when 8
20
+ excludes << 'ActiveRecord::InternalMetadata'
17
21
  excludes << 'ActiveStorage::Attachment'
22
+ excludes << 'ActiveStorage::Blob'
18
23
  excludes << 'ActiveStorage::VariantRecord'
24
+ excludes << 'SolidQueue::Batch'
25
+ excludes << 'SolidQueue::BatchExecution'
19
26
  end
20
27
 
21
28
  if defined?(Nostalgic)
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.12.5
4
+ version: 0.12.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy
@@ -259,9 +259,7 @@ files:
259
259
  - app/assets/stylesheets/datepicker.css.scss
260
260
  - app/assets/stylesheets/ympicker.css.scss
261
261
  - itamae/cookbooks/app_base_dir.rb
262
- - itamae/cookbooks/chrome/install.rb
263
262
  - itamae/cookbooks/docker/registry/install.rb
264
- - itamae/cookbooks/epel/install.rb
265
263
  - itamae/cookbooks/git/install.rb
266
264
  - itamae/cookbooks/god/install.rb
267
265
  - itamae/cookbooks/jenkins/install.rb
@@ -297,6 +295,7 @@ files:
297
295
  - itamae/environments/ruby/default.rb
298
296
  - itamae/environments/ruby/ruby-2.7.8.tar.gz_sha256sum.txt
299
297
  - itamae/environments/ruby/ruby-3.2.9.tar.gz_sha256sum.txt
298
+ - itamae/environments/ruby/ruby-3.4.10.tar.gz_sha256sum.txt
300
299
  - itamae/environments/ruby/ruby-3.4.8.tar.gz_sha256sum.txt
301
300
  - itamae/environments/ruby/ruby-3.4.9.tar.gz_sha256sum.txt
302
301
  - itamae/locale/en.yml
@@ -427,7 +426,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
427
426
  - !ruby/object:Gem::Version
428
427
  version: '0'
429
428
  requirements: []
430
- rubygems_version: 3.6.9
429
+ rubygems_version: 3.7.2
431
430
  specification_version: 4
432
431
  summary: My rails dad
433
432
  test_files: []
@@ -1,9 +0,0 @@
1
- require 'daddy/itamae'
2
-
3
- template '/etc/yum.repos.d/google-chrome.repo' do
4
- user 'root'
5
- end
6
-
7
- package 'google-chrome-stable' do
8
- user 'root'
9
- end
@@ -1,11 +0,0 @@
1
- require 'daddy/itamae'
2
-
3
- %w{ epel-release yum-utils }.each do |name|
4
- package name do
5
- user 'root'
6
- end
7
- end
8
-
9
- execute 'yum-config-manager --enable epel' do
10
- user 'root'
11
- end