daddy 0.9.3 → 0.9.4

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: b8fa38f1c49f4b933f6767c24c6bdb8ac787a72fa416d4ff6db53a1f8c53beb3
4
- data.tar.gz: 25f2f13a1fa9f505cff19f3b6909223e902be70078172c9b80e279f946e5387e
3
+ metadata.gz: 617aabc2ae7cdf58928c313804c2421a352b01d7260e0cf401f450f31af04181
4
+ data.tar.gz: b0c97127fb9050ee7116dd0bfc0d07a22edec54e4587b65c251f3069bee9744c
5
5
  SHA512:
6
- metadata.gz: cff15ab8cddc067935f35d5be38fca059dd26563cc71f1e028a6367bc0152f6123042794d726b903784bc7d07bda2aab2626f837c0f9937e1c4012487320dcf7
7
- data.tar.gz: b1a219c564c6595ab0126621c881cf5237ba80239ff85df02f436bdad668986c76f9119cfea4cd49e85ba8a8c2c2fa46a6501e6cdb34023674354f66cb24b6d6
6
+ metadata.gz: 40915eb55f06d3052bd619da9a1a9ae6dbf1544d5d7886343213d16c3c4462d2d53cbf16dd4dffd2d93aa176c89fb6952b221a185ae9de4ff3604dd760f42dea
7
+ data.tar.gz: a07a24c5cb875035358e8c816b8173e180f29b4647585107f3fd50fe06b588d866280a24b79d0ed0fb824eff7ba4b4f35ab74ec4c43c0876b3d40adbe4781a59
@@ -5,6 +5,12 @@ template '/etc/yum.repos.d/nodesource-el7.repo' do
5
5
  mode '644'
6
6
  end
7
7
 
8
+ execute 'yum clean all --enablerepo=nodesource' do
9
+ user 'root'
10
+ action :nothing
11
+ subscribes :run, "template[/etc/yum.repos.d/nodesource-el7.repo]", :immediately
12
+ end
13
+
8
14
  template '/etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL' do
9
15
  user 'root'
10
16
  owner 'root'
@@ -14,6 +20,8 @@ end
14
20
 
15
21
  package 'nodejs' do
16
22
  user 'root'
23
+ version "16.16.0-1nodesource"
24
+ options '--enablerepo=nodesource'
17
25
  end
18
26
 
19
27
  template '/etc/yum.repos.d/yarn.repo' do
@@ -1,6 +1,6 @@
1
1
  [nodesource]
2
2
  name=Node.js Packages for Enterprise Linux 7 - $basearch
3
- baseurl=https://rpm.nodesource.com/pub_12.x/el/7/$basearch
3
+ baseurl=https://rpm.nodesource.com/pub_16.x/el/7/$basearch
4
4
  failovermethod=priority
5
5
  enabled=1
6
6
  gpgcheck=1
@@ -8,7 +8,7 @@ gpgkey=file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL
8
8
 
9
9
  [nodesource-source]
10
10
  name=Node.js for Enterprise Linux 7 - $basearch - Source
11
- baseurl=https://rpm.nodesource.com/pub_12.x/el/7/SRPMS
11
+ baseurl=https://rpm.nodesource.com/pub_16.x/el/7/SRPMS
12
12
  failovermethod=priority
13
13
  enabled=0
14
14
  gpgkey=file:///etc/pki/rpm-gpg/NODESOURCE-GPG-SIGNING-KEY-EL
@@ -1,4 +1,4 @@
1
- version = ENV['RUBY_VERSION'] || '2.7.2'
1
+ version = ENV['RUBY_VERSION'] || '2.7.5'
2
2
  short_version = version.split('.')[0..1].join('.')
3
3
 
4
4
  execute "download ruby-#{version}" do
@@ -27,8 +27,8 @@ end
27
27
 
28
28
  {
29
29
  'rubygems-update' => nil,
30
- 'bundler' => '2.1.4',
31
- 'itamae' => '1.11.1',
30
+ 'bundler' => '2.3.4',
31
+ 'itamae' => '1.12.5',
32
32
  'daddy' => nil
33
33
  }.each do |name, version|
34
34
  gem_package name do
@@ -0,0 +1 @@
1
+ 8925a95e31d8f2c81749025a52a544ea1d05dad18794e6828709268b92e55338 ruby-2.7.3.tar.gz
@@ -0,0 +1 @@
1
+ 2755b900a21235b443bb16dadd9032f784d4a88f143d852bc5d154f22b8781f1 ruby-2.7.5.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 = '9',
5
- VERSION_REVISION = '3'
5
+ VERSION_REVISION = '4'
6
6
  ].join('.')
7
7
  end
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.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-02 00:00:00.000000000 Z
11
+ date: 2022-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: docker-api
@@ -331,6 +331,8 @@ files:
331
331
  - itamae/environments/ruby/ruby-2.6.5.tar.gz_sha256sum.txt
332
332
  - itamae/environments/ruby/ruby-2.6.6.tar.gz_sha256sum.txt
333
333
  - itamae/environments/ruby/ruby-2.7.2.tar.gz_sha256sum.txt
334
+ - itamae/environments/ruby/ruby-2.7.3.tar.gz_sha256sum.txt
335
+ - itamae/environments/ruby/ruby-2.7.5.tar.gz_sha256sum.txt
334
336
  - itamae/locale/en.yml
335
337
  - itamae/locale/ja.yml
336
338
  - itamae/templates/etc/god/master.conf.erb
@@ -465,7 +467,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
465
467
  - !ruby/object:Gem::Version
466
468
  version: '0'
467
469
  requirements: []
468
- rubygems_version: 3.1.4
470
+ rubygems_version: 3.2.16
469
471
  signing_key:
470
472
  specification_version: 4
471
473
  summary: My rails dad