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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a9aa7a2475ee05f33ccb24ecf976d12da5e0a26f
4
- data.tar.gz: 403335861973051eaf017fff984fa27166a8a2ce
3
+ metadata.gz: a4ef5b02e03f8e0d7dc83fe725b779d4b5713846
4
+ data.tar.gz: 30d6039b994b5928c13b6e9d7843ac5f7bf06122
5
5
  SHA512:
6
- metadata.gz: d20758b84e48de091e2c6194502c2e1c56712cfa07e54c01392d5a1eac8bacd55fd77197f40469448b8b3dd4c4a938f7241d03ca3e1518e537178bc39cff4f7c
7
- data.tar.gz: 699ef776ffb392641e0c4111314b91ad335ef278aab604e0b1819957d56aa507e1a16c87837cc4f46e48da12e5caf2c399461ae72bf0e27ea204b83d9907b692
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:
@@ -38,7 +38,7 @@ module Luban
38
38
 
39
39
  def include_default_templates_path
40
40
  super
41
- default_templates_paths.unshift(base_templates_path)
41
+ default_templates_paths.unshift(base_templates_path.join('profile'))
42
42
  end
43
43
  end
44
44
  end
@@ -2,7 +2,7 @@ module Luban
2
2
  module Deployment
3
3
  module Applications
4
4
  class Fluentd
5
- VERSION = '0.1.8'
5
+ VERSION = '0.1.9'
6
6
  end
7
7
  end
8
8
  end
@@ -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.9.12"
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.8
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-10-28 00:00:00.000000000 Z
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.9.12
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.9.12
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.7
117
+ rubygems_version: 2.6.8
118
118
  signing_key:
119
119
  specification_version: 4
120
120
  summary: Fluentd support for Luban