daddy 0.7.6 → 0.7.7

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: da71d37ada83bbed67708de31600d57fe25f1d1bd7727e58ceb82928e261e3b3
4
- data.tar.gz: ec6342e21d6b1aebff1448540929ca471bf813c823c40e5a1fb8f83323825c31
3
+ metadata.gz: 3a672b2502a3c8eec580202ef40ad8b3d82c0c8fe15d15085eff0323c0210073
4
+ data.tar.gz: 1e134b58783185ca8f0978929303880ecde537a74dca933622b696a133b6bcfd
5
5
  SHA512:
6
- metadata.gz: d5f67b294f4ff27403b2db96c68039c65f1d19a627633a18b70bcdf53278aac3adaa76ec8d061689c06937bcd4b912014ec63182c7b880206d0fd78bc483a16c
7
- data.tar.gz: 0fcc74312fb359dc61fbc43118589b0cb7a38cc17f74c81e4f5bfcd598bfc06b385c5787040a67a2abfa885f4ee1206a9c3724ef6019f72a4f32ec001b4ec3fb
6
+ metadata.gz: 1c71d55b9b685f2015011be5ec27e9f29d3bfbb202a0663e9e253e58b2fa9726245a3df5eb45e1931be4c94e6a9d316c86bfd535effe1d3263c5072c736c0111
7
+ data.tar.gz: b81ea7fa55d23005758e3e8530b1b5061760b8119772c360f6d316c68c293943457d66fe51dec7ce5f8cf58f0e3348a993da2f17f095c02f3485818b8f80f057
@@ -0,0 +1,5 @@
1
+ require 'daddy/itamae'
2
+
3
+ include_recipe 'daddy::nginx::stop'
4
+ include_recipe 'daddy::nginx::install'
5
+ include_recipe 'daddy::nginx::start'
@@ -11,7 +11,7 @@ execute 'download ruby' do
11
11
  end
12
12
 
13
13
  execute 'install ruby' do
14
- cwd 'tmp'
14
+ cwd '/var/daddy/tmp'
15
15
  command <<-EOF
16
16
  tar zxf ruby-#{version}.tar.gz
17
17
  pushd ruby-#{version}
@@ -2,6 +2,6 @@ module Daddy
2
2
  VERSION = [
3
3
  VERSION_MAJOR = '0',
4
4
  VERSION_MINOR = '7',
5
- VERSION_REVISION = '6'
5
+ VERSION_REVISION = '7'
6
6
  ].join('.')
7
7
  end
@@ -1,14 +1,14 @@
1
1
  require_relative 'task_helper'
2
2
 
3
3
  namespace :dad do
4
- namespace :nginx do
5
4
 
6
- desc I18n.t('nginx.install')
7
- task :install do
8
- ask_env('NGINX_VERSION', default: Daddy::NGINX_VERSION)
9
- run_itamae 'nginx/install'
10
- end
5
+ desc I18n.t('nginx.install')
6
+ task :nginx do
7
+ ask_env('NGINX_VERSION', default: ItamaePluginRecipeDaddy::NGINX_VERSION)
8
+ run_itamae 'nginx'
9
+ end
11
10
 
11
+ namespace :nginx do
12
12
  namespace :config do
13
13
 
14
14
  desc I18n.t('nginx.config.gitbucket')
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.7.6
4
+ version: 0.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-24 00:00:00.000000000 Z
11
+ date: 2018-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: highline
@@ -287,6 +287,7 @@ files:
287
287
  - itamae/cookbooks/mongodb/install.rb
288
288
  - itamae/cookbooks/netdata/install.rb
289
289
  - itamae/cookbooks/netdata/netdata-installer.sh
290
+ - itamae/cookbooks/nginx.rb
290
291
  - itamae/cookbooks/nginx/config/gitbucket.rb
291
292
  - itamae/cookbooks/nginx/config/jenkins.rb
292
293
  - itamae/cookbooks/nginx/config/templates/unicorn.conf.erb
@@ -446,7 +447,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
446
447
  version: '0'
447
448
  requirements: []
448
449
  rubyforge_project:
449
- rubygems_version: 2.7.6
450
+ rubygems_version: 2.7.7
450
451
  signing_key:
451
452
  specification_version: 4
452
453
  summary: My rails dad