capun 0.0.13 → 0.0.14

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
  SHA1:
3
- metadata.gz: dd12db3bbe6258164c9e1ea54d0d8e33cc01fa66
4
- data.tar.gz: 879a163228419011014ce2e948fb42fe8fbcf433
3
+ metadata.gz: ec4f13e44d28878c2b51dc11998fa227a7288998
4
+ data.tar.gz: c23625723dd5552052092b3977fbdb61957b8de5
5
5
  SHA512:
6
- metadata.gz: 9821184d34d9d0f65240e0fe349c03c13511270e360ea2e6aa6d63f5560891aa4e30da066a8b8afa6baedb0076c8faecfe8c20bba80fc663e1c333eace507237
7
- data.tar.gz: 9909b2a60c1a4c0b1887349617814b9e862dd95eb2d67532cef7dd05a8f329eb3f3977c70bde6648c3955e2fcdac17d6740c4933c36c0a22cd18b2e2ee2a7006
6
+ metadata.gz: 10e5514fe7cc0b465e95b867bd7b1a00a440b1702c8cc23c12ad7cb2884a8dd6084f82dc0675cf2e91425a6cd23675324277f76f787d550fcae1fb1cfcbd110e
7
+ data.tar.gz: 2974ebb06f7b638e0037bb6ea8ad03e563d536e5348d915bd28382c48776f5acfd543b504d60819c7168b69e2eb0204faf07831645292b9aa369d2eee25ba1a8
data/lib/capun/setup.rb CHANGED
@@ -21,6 +21,8 @@ set :std_uploads, [
21
21
  {what: "config/application.yml", where: '#{shared_path}/config/application.yml'},
22
22
  #logstash configs
23
23
  {what: "config/deploy/logstash.config.erb", where: '#{shared_path}/config/logstash.config'},
24
+ #logrotate configs
25
+ {what: "config/deploy/logrotate.config.erb", where: '#{shared_path}/config/logrotate.config'},
24
26
  #basic_authenticatable.rb
25
27
  {what: "config/deploy/basic_authenticatable.rb.erb", where: '#{release_path}/app/controllers/concerns/basic_authenticatable.rb'},
26
28
  #nginx.conf
data/lib/capun/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Capun
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Zamylin