Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1426797
fluent-plugin-udp-native-sensors.gemspec
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jan 17, 12:19 PM
Size
942 B
Mime Type
text/plain
Expires
Mon, Jan 19, 12:19 PM (1 d, 17 h)
Engine
blob
Format
Raw Data
Handle
324757
Attached To
R89 fluent-plugin-udp-native-sensors
fluent-plugin-udp-native-sensors.gemspec
View Options
# -*- encoding: utf-8 -*-
lib
=
File
.
expand_path
(
'../lib'
,
__FILE__
)
$LOAD_PATH
.
unshift
(
lib
)
unless
$LOAD_PATH
.
include?
(
lib
)
Gem
::
Specification
.
new
do
|
s
|
s
.
name
=
"fluent-plugin-udp-native-sensors"
s
.
version
=
'0.0.1'
s
.
authors
=
[
"Vijay Kumar gadde"
]
s
.
email
=
[
"vijaygadde@gmail.com"
]
s
.
description
=
%q{Input plugin for Fluentd for Juniper devices telemetry data streaming native sensor data in UDP}
s
.
summary
=
%q{Input plugin for Fluentd for Juniper devices telemetry data streaming native sensor data in UDP}
s
.
homepage
=
""
s
.
license
=
'Apache 2.0'
s
.
files
=
Dir
[
'lib/fluent/plugin/parser*.rb'
,
'lib/*.rb'
,
'lib/google/protobuf/*.rb'
]
s
.
test_files
=
s
.
files
.
grep
(
%r{^(test|spec|features)/}
)
s
.
require_paths
=
%w(lib)
s
.
add_runtime_dependency
"fluentd"
,
">= 0.12.29"
s
.
add_runtime_dependency
"protobuf"
s
.
add_development_dependency
"rake"
end
Event Timeline
Log In to Comment