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 +4 -4
- data/itamae/environments/ruby/default.rb +2 -2
- data/itamae/environments/ruby/ruby-3.4.10.tar.gz_sha256sum.txt +1 -0
- data/lib/daddy/version.rb +1 -1
- data/lib/tasks/rails_erd.rake +8 -1
- metadata +3 -4
- data/itamae/cookbooks/chrome/install.rb +0 -9
- data/itamae/cookbooks/epel/install.rb +0 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1cf0398f9ede87f1045b4bba566dae5174efe7147fda8f6c6ad53b040c8fa25c
|
|
4
|
+
data.tar.gz: 9762c2969f26c1deca08fbbc8d8ebca21ed335410f61a71452b5c1e37ddf7ee6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d24c6fda3f836c32ba0245348ce6f0de3130326389e018005bc5f5d9b90951649933523f2b793545bdee467ca12fb431273a8778739160f8bed296be6042195a
|
|
7
|
+
data.tar.gz: 323d34101cd2ef8a8911aa782c9e59da07fb7d54026a2c5853a085485500b1365825a4bbae1e6df9453177d59ac313acbb3e90e4560fdd1848205ac3f0b8d318
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
version = ENV['RUBY_VERSION'] || '3.4.
|
|
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.
|
|
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
data/lib/tasks/rails_erd.rake
CHANGED
|
@@ -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
|
|
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.
|
|
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.
|
|
429
|
+
rubygems_version: 3.7.2
|
|
431
430
|
specification_version: 4
|
|
432
431
|
summary: My rails dad
|
|
433
432
|
test_files: []
|