luban-fluentd 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGLOG.md +7 -0
- data/lib/luban/deployment/applications/fluentd/base.rb +1 -1
- data/lib/luban/deployment/applications/fluentd/templates/{fluentd.conf.erb → profile/fluentd.conf.erb} +0 -0
- data/lib/luban/deployment/applications/fluentd/templates/{fluentd.logrotate.erb → profile/fluentd.logrotate.erb} +0 -0
- data/lib/luban/deployment/applications/fluentd/templates/{fluentd.monitrc.erb → profile/fluentd.monitrc.erb} +0 -0
- data/lib/luban/deployment/applications/fluentd/version.rb +1 -1
- data/luban-fluentd.gemspec +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4ef5b02e03f8e0d7dc83fe725b779d4b5713846
|
4
|
+
data.tar.gz: 30d6039b994b5928c13b6e9d7843ac5f7bf06122
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 508db218c7c4379a556f067b0e4f1d1cb064a915024ecc2c8a2ed609252f3261b455c70a33fdb644f43469ec2030f36a55b424b538228ae12078d5b155e66942
|
7
|
+
data.tar.gz: 03f89fed21360e0c359697d4e959d0ba92829c5d874d1a285d689bc270c23fb83d1680d75e2ed18e6f26dd08859cde4d1c0bf5b3f49c124f44e87978ee5f6b7b
|
data/CHANGLOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Change log
|
2
2
|
|
3
|
+
## Version 0.1.9 (Nov 24, 2016)
|
4
|
+
|
5
|
+
Minor enhancements:
|
6
|
+
* Made use of linked_files convention
|
7
|
+
* Relocated fluentd config templates to templates/profile
|
8
|
+
* As a result, bump up gem dependency of Luban to version 0.10.4
|
9
|
+
|
3
10
|
## Version 0.1.8 (Oct 27, 2016)
|
4
11
|
|
5
12
|
Bug fixes:
|
File without changes
|
File without changes
|
File without changes
|
data/luban-fluentd.gemspec
CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|
20
20
|
spec.require_paths = ["lib"]
|
21
21
|
|
22
22
|
spec.required_ruby_version = ">= 2.1.0"
|
23
|
-
spec.add_dependency 'luban', ">= 0.
|
23
|
+
spec.add_dependency 'luban', ">= 0.10.4"
|
24
24
|
|
25
25
|
spec.add_development_dependency "bundler", "~> 1.12"
|
26
26
|
spec.add_development_dependency "rake", "~> 10.0"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: luban-fluentd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rubyist Chi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: luban
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.10.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.10.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -88,9 +88,9 @@ files:
|
|
88
88
|
- lib/luban/deployment/applications/fluentd/configurator.rb
|
89
89
|
- lib/luban/deployment/applications/fluentd/controller.rb
|
90
90
|
- lib/luban/deployment/applications/fluentd/templates/app/Gemfile
|
91
|
-
- lib/luban/deployment/applications/fluentd/templates/fluentd.conf.erb
|
92
|
-
- lib/luban/deployment/applications/fluentd/templates/fluentd.logrotate.erb
|
93
|
-
- lib/luban/deployment/applications/fluentd/templates/fluentd.monitrc.erb
|
91
|
+
- lib/luban/deployment/applications/fluentd/templates/profile/fluentd.conf.erb
|
92
|
+
- lib/luban/deployment/applications/fluentd/templates/profile/fluentd.logrotate.erb
|
93
|
+
- lib/luban/deployment/applications/fluentd/templates/profile/fluentd.monitrc.erb
|
94
94
|
- lib/luban/deployment/applications/fluentd/version.rb
|
95
95
|
- lib/luban/fluentd.rb
|
96
96
|
- luban-fluentd.gemspec
|
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
114
114
|
version: '0'
|
115
115
|
requirements: []
|
116
116
|
rubyforge_project:
|
117
|
-
rubygems_version: 2.6.
|
117
|
+
rubygems_version: 2.6.8
|
118
118
|
signing_key:
|
119
119
|
specification_version: 4
|
120
120
|
summary: Fluentd support for Luban
|