daddy 0.9.5 → 0.9.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: 167bc38d9f0daeae0ba78d75dd89970b646041323dc9706fcc5207a888edbe09
4
- data.tar.gz: 6e71aec03a86bce754ee11a74c0f9954887f6b089e91c710d8bc6bbc7d122a0b
3
+ metadata.gz: 209f38558ce3f3bbe0b82db310e13e2046003fec45a745bcd90a47b219f40539
4
+ data.tar.gz: c50cd3f0ea11e025f99b246d35bb474ca74fb06837371e5eab534408a050477e
5
5
  SHA512:
6
- metadata.gz: f4cccc429c7f0dec552428ae9bfd76c2d2dc187af82c98e4820489e7f6af8ac7901a9fef201eb06c5e59c1679b418693f223d44b29153f707103000003dd5b6f
7
- data.tar.gz: d055e32d91800b37d38435a1a5567369894bdaf3b68ade0ff1b0a3973694a50af8a856f9e98828aa2ef76dee8ef08ba17080dcc67fef3d5e20dea6924c7c40c5
6
+ metadata.gz: e38f244a879333499d2cf194bfc1374cd7057eeb11bcf9ee7b52efefddd9bd2845da94b7bdd29ba22bdaf33984d2bef7292a2e0d13b2cd550f1c5547ab578a90
7
+ data.tar.gz: 586a98c9f04e097749e0590d0f37b3558592e4d6fc53e6572d172df612cbf40f0eea1503bda54151435ae1e2268fc387b3393b35c328bd83aa8b51a232d31650
@@ -1,4 +1,4 @@
1
- version = ENV['RUBY_VERSION'] || '2.7.6'
1
+ version = ENV['RUBY_VERSION'] || '2.7.8'
2
2
  short_version = version.split('.')[0..1].join('.')
3
3
 
4
4
  execute "download ruby-#{version}" do
@@ -0,0 +1 @@
1
+ e7203b0cc09442ed2c08936d483f8ac140ec1c72e37bb5c401646b7866cb5d10 ruby-2.7.8.tar.gz
@@ -37,7 +37,7 @@ if ENV['FORMAT']
37
37
  ]
38
38
  else
39
39
  Minitest::Reporters.use! [
40
- Minitest::Reporters::DefaultReporter.new(:color => true),
40
+ Minitest::Reporters::DefaultReporter.new(color: true),
41
41
  ]
42
42
  end
43
43
  else
@@ -49,7 +49,7 @@ if ENV['FORMAT']
49
49
  ]
50
50
  else
51
51
  MiniTest::Reporters.use! [
52
- MiniTest::Reporters::DefaultReporter.new(:color => true),
52
+ MiniTest::Reporters::DefaultReporter.new(color: true),
53
53
  ]
54
54
  end
55
55
  end
data/lib/daddy/version.rb CHANGED
@@ -2,6 +2,6 @@ module Daddy
2
2
  VERSION = [
3
3
  VERSION_MAJOR = '0',
4
4
  VERSION_MINOR = '9',
5
- VERSION_REVISION = '5'
5
+ VERSION_REVISION = '6'
6
6
  ].join('.')
7
7
  end
@@ -7,7 +7,7 @@ if defined?(RailsERD)
7
7
  excludes = ['ActiveRecord::SchemaMigration']
8
8
  excludes << 'ActiveRecord::SessionStore::Session' if defined?(ActiveRecord::SessionStore)
9
9
  case Rails::VERSION::MAJOR
10
- when 5
10
+ when 5, 6
11
11
  excludes << 'ActiveRecord::InternalMetadata'
12
12
  excludes << 'ActiveStorage::Blob'
13
13
  excludes << 'ActiveStorage::Attachment'
@@ -17,7 +17,7 @@ if defined?(RailsERD)
17
17
  excludes << 'Nostalgic::Attr'
18
18
  end
19
19
 
20
- ENV['exclude'] = excludes.join(',')
20
+ ENV['exclude'] = (ENV['rails_erd.exclude'].to_s.split(',') + excludes).join(',')
21
21
 
22
22
  Rake::Task['erd'].invoke
23
23
  end if Rails.env.development?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-31 00:00:00.000000000 Z
11
+ date: 2024-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: docker-api
@@ -334,6 +334,7 @@ files:
334
334
  - itamae/environments/ruby/ruby-2.7.3.tar.gz_sha256sum.txt
335
335
  - itamae/environments/ruby/ruby-2.7.5.tar.gz_sha256sum.txt
336
336
  - itamae/environments/ruby/ruby-2.7.6.tar.gz_sha256sum.txt
337
+ - itamae/environments/ruby/ruby-2.7.8.tar.gz_sha256sum.txt
337
338
  - itamae/locale/en.yml
338
339
  - itamae/locale/ja.yml
339
340
  - itamae/templates/etc/god/master.conf.erb
@@ -468,7 +469,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
468
469
  - !ruby/object:Gem::Version
469
470
  version: '0'
470
471
  requirements: []
471
- rubygems_version: 3.2.16
472
+ rubygems_version: 3.3.10
472
473
  signing_key:
473
474
  specification_version: 4
474
475
  summary: My rails dad