capun 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30ff5f2d07ee9e39dde72f0249f9e652ac3de8e8
4
- data.tar.gz: f6b08fdcea021f9fd48c4a179cc1cdc73ccd45f0
3
+ metadata.gz: b1d0573df83bbb9e028086c7d85384ab0228a7ce
4
+ data.tar.gz: 1e7391d997f28349c819d70cf6ea99ed8000be05
5
5
  SHA512:
6
- metadata.gz: b342772ae393c9af3a5a88539703932003ad51e5a5984e3b2b9a25174dec805724c023a85ef73e5900f45a43cdebf56e9493185076929cdc74ec4b1f37c68bcb
7
- data.tar.gz: 1869ac2379d4d75cb5ff5415ac073fc4fea3a226121ee7a7abca426f8dbc6736869b5753039ffd2672bf0c70bac52af8d7683c23db8d5b596f4cbe3283828eb6
6
+ metadata.gz: b2359e6adb1d8e820296eb6711ca9d91db05d22ad126becce1bf3749675cfd568f76085ac23523a6362c44930d02a786db1b4e7f0c11168075e23a14b3ccf891
7
+ data.tar.gz: 630f52a24899ed457db5032649ed23a9d10978f31bfd69541647cffa29d2909414bdbe17e89a1eb573e62dafac8397e196d6d5e7ff12b180376c009364deb0a5
@@ -1,3 +1,3 @@
1
1
  module Capun
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
@@ -16,7 +16,7 @@ module Capun
16
16
  @password = ask("Basic authentication password [ex.: secret]:")
17
17
  end
18
18
  @addELK = ask("Would you like to add ELK-compatible logging? [Y/n]").capitalize == 'Y'
19
- @addlograge = ask("Would you like to add lograge configuration to stage? [Y/n]").capitalize == 'Y'
19
+ @addlogrotate = ask("Would you like to add logrotate configuration to stage? [Y/n]").capitalize == 'Y'
20
20
  end
21
21
 
22
22
  def add_stage
@@ -74,9 +74,9 @@ module Capun
74
74
  end
75
75
  end
76
76
 
77
- def add_lograge
78
- if @addlograge
79
- copy_file "lograge.config.erb", "config/deploy/lograge.config.erb"
77
+ def add_logrotate
78
+ if @addlogrotate
79
+ copy_file "logrotate.config.erb", "config/deploy/logrotate.config.erb"
80
80
  end
81
81
  end
82
82
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Zamylin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-18 00:00:00.000000000 Z
11
+ date: 2016-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler