fluent-plugin-loggly-syslog 0.0.5 → 0.1.0

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
- SHA1:
3
- metadata.gz: f0a74babb22b2b97ea4b8fe9f419c80174a69abe
4
- data.tar.gz: 2e3b88aef82082f56ad0fb7d0adc1358fea5c2bd
2
+ SHA256:
3
+ metadata.gz: f2d20bdb34094b394df8fe62be936240dcd2a39d6c143cc02b8962cdd68fab5b
4
+ data.tar.gz: 3619f2542da99c9df6211b6fadc2c0c46e9330e75f1d3b0358ccb1b33ae193b6
5
5
  SHA512:
6
- metadata.gz: a433b68258a76d59f21afa1745e95ce6954a32661af1b9c68594126cf09bf0fa3dd577189c9b837711a7fc4793cb520c78d8d7758266168ea949e9ef2ab2bacb
7
- data.tar.gz: ca3d99f7f4847d55caef79d60829841b038db070518f467027789dbd9da4788f32278ad03f074a26b221f8d2e06d41c76cf270086ce3d7b1f86bf20601d7af4b
6
+ metadata.gz: 75964c48a8ea34915240cc7495ae0e1132886f2c84a62f3f4689fd94792eb5bfca6c91146cae3e37b53b7e9aeec6bc0c954df43eb6fc86bbbb6b2aa90c965a69
7
+ data.tar.gz: 53180adc8a9da51b85cce007577e4615704102572dd3fcd9bd85658b2d00e751619c50b7fa2c6ecc3c1b820a47943404dac4e79c5dbd869458c29b5a6a6c3f91
@@ -6,8 +6,9 @@ version: 2
6
6
  jobs:
7
7
  build:
8
8
  docker:
9
- # specify the version you desire here
10
- - image: circleci/ruby:2.4.3
9
+ - image: circleci/ruby:2.6.0-node
10
+ environment:
11
+ BUNDLER_VERSION: 2.0.2
11
12
 
12
13
  # Specify service dependencies here if necessary
13
14
  # CircleCI maintains a library of pre-built images
@@ -29,6 +30,7 @@ jobs:
29
30
  - run:
30
31
  name: install dependencies
31
32
  command: |
33
+ gem install bundler:2.0.2
32
34
  bundle install --jobs=4 --retry=3 --path vendor/bundle
33
35
 
34
36
  - save_cache:
@@ -0,0 +1,14 @@
1
+ FROM fluent/fluentd:v1.7-1
2
+
3
+ # Use root account to use apk
4
+ USER root
5
+
6
+ # below RUN includes plugins - you may customize including plugins as you wish
7
+ RUN apk add --no-cache --update --virtual .build-deps \
8
+ sudo build-base ruby-dev git \
9
+ && sudo gem install fluent-plugin-loggly-syslog \
10
+ && sudo gem sources --clear-all \
11
+ && apk del .build-deps \
12
+ && rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem
13
+
14
+ USER fluent
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # Fluent::Plugin::LogglySyslog
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/fluent-plugin-loggly-syslog.svg)](https://badge.fury.io/rb/fluent-plugin-loggly-syslog)
3
+ [![Gem Version](https://badge.fury.io/rb/fluent-plugin-loggly-syslog.svg)](https://badge.fury.io/rb/fluent-plugin-loggly-syslog) [![CircleCI](https://circleci.com/gh/solarwinds/fluent-plugin-loggly-syslog/tree/master.svg?style=shield)](https://circleci.com/gh/solarwinds/fluent-plugin-loggly-syslog/tree/master)
4
4
 
5
5
  ## Description
6
6
 
7
- This repository contains the Fluentd Loggly Syslog Output Plugin.
7
+ This repository contains the Fluentd Loggly Output Plugin.
8
8
 
9
9
  ## Installation
10
10
 
@@ -119,4 +119,4 @@ The gem is available as open source under the terms of the [Apache License](LICE
119
119
 
120
120
  # Questions/Comments?
121
121
 
122
- Please [open an issue](https://github.com/solarwinds/fluent-plugin-loggly-syslog/issues/new), we'd love to hear from you. As a SolarWinds Innovation Project, this adapter is supported in a best-effort fashion.
122
+ Please [open an issue](https://github.com/solarwinds/fluent-plugin-loggly-syslog/issues/new), we'd love to hear from you.
@@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-loggly-syslog"
7
- spec.version = "0.0.5"
8
- spec.authors = ["Chris Rust"]
9
- spec.email = ["chris.rust@solarwinds.com"]
7
+ spec.version = "0.1.0"
8
+ spec.authors = ["Chris Rust", "Chris Erway"]
9
+ spec.email = ["chris.rust@solarwinds.com", "chris.erway@solarwinds.com"]
10
10
 
11
- spec.summary = %q{Syslog output Fluentd plugin for Loggly}
12
- spec.description = %q{Syslog output Fluentd plugin for Loggly}
11
+ spec.summary = %q{Fluentd output plugin for Loggly}
12
+ spec.description = %q{Fluentd syslog output plugin for Loggly}
13
13
  spec.homepage = "https://github.com/solarwinds/fluent-plugin-loggly-syslog"
14
14
  spec.license = "Apache-2.0"
15
15
 
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-loggly-syslog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Rust
8
+ - Chris Erway
8
9
  autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
11
- date: 2019-04-01 00:00:00.000000000 Z
12
+ date: 2019-10-08 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: fluentd
@@ -100,15 +101,17 @@ dependencies:
100
101
  - - "~>"
101
102
  - !ruby/object:Gem::Version
102
103
  version: '3.2'
103
- description: Syslog output Fluentd plugin for Loggly
104
+ description: Fluentd syslog output plugin for Loggly
104
105
  email:
105
106
  - chris.rust@solarwinds.com
107
+ - chris.erway@solarwinds.com
106
108
  executables: []
107
109
  extensions: []
108
110
  extra_rdoc_files: []
109
111
  files:
110
112
  - ".circleci/config.yml"
111
113
  - ".gitignore"
114
+ - Dockerfile
112
115
  - Gemfile
113
116
  - LICENSE
114
117
  - Makefile
@@ -135,9 +138,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
138
  - !ruby/object:Gem::Version
136
139
  version: '0'
137
140
  requirements: []
138
- rubyforge_project:
139
- rubygems_version: 2.6.14.3
141
+ rubygems_version: 3.0.3
140
142
  signing_key:
141
143
  specification_version: 4
142
- summary: Syslog output Fluentd plugin for Loggly
144
+ summary: Fluentd output plugin for Loggly
143
145
  test_files: []