Skip to content

Commit 042691e

Browse files
committed
update gems & simplify test apparatus
1 parent e3a6950 commit 042691e

File tree

4 files changed

+41
-56
lines changed

4 files changed

+41
-56
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@
1515
source 'https://rubygems.org'
1616

1717
gemspec
18-
19-
gem 'coveralls', require: false

Gemfile.lock

Lines changed: 40 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -7,71 +7,61 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
addressable (2.6.0)
11-
public_suffix (>= 2.0.2, < 4.0)
12-
cool.io (1.5.4)
13-
coveralls (0.8.23)
14-
json (>= 1.8, < 3)
15-
simplecov (~> 0.16.1)
16-
term-ansicolor (~> 1.3)
17-
thor (>= 0.19.4, < 2.0)
18-
tins (~> 1.6)
19-
crack (0.4.3)
20-
safe_yaml (~> 1.0.0)
21-
dig_rb (1.0.1)
22-
docile (1.3.1)
23-
fluentd (1.5.0)
10+
addressable (2.8.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
concurrent-ruby (1.1.9)
13+
cool.io (1.7.1)
14+
crack (0.4.5)
15+
rexml
16+
docile (1.4.0)
17+
fluentd (1.14.5)
18+
bundler
2419
cool.io (>= 1.4.5, < 2.0.0)
25-
dig_rb (~> 1.0.0)
26-
http_parser.rb (>= 0.5.1, < 0.7.0)
27-
msgpack (>= 0.7.0, < 2.0.0)
28-
serverengine (>= 2.0.4, < 3.0.0)
20+
http_parser.rb (>= 0.5.1, < 0.9.0)
21+
msgpack (>= 1.3.1, < 2.0.0)
22+
serverengine (>= 2.2.5, < 3.0.0)
2923
sigdump (~> 0.2.2)
30-
strptime (>= 0.2.2, < 1.0.0)
31-
tzinfo (~> 1.0)
24+
strptime (>= 0.2.4, < 1.0.0)
25+
tzinfo (>= 1.0, < 3.0)
3226
tzinfo-data (~> 1.0)
27+
webrick (>= 1.4.2, < 1.8.0)
3328
yajl-ruby (~> 1.0)
34-
hashdiff (0.4.0)
35-
http_parser.rb (0.6.0)
36-
json (2.2.0)
37-
minitest (5.11.3)
38-
minitest-stub_any_instance (1.0.2)
39-
msgpack (1.2.10)
40-
power_assert (1.1.4)
41-
public_suffix (3.1.0)
42-
rake (12.3.2)
43-
safe_yaml (1.0.5)
44-
serverengine (2.1.1)
29+
hashdiff (1.0.1)
30+
http_parser.rb (0.8.0)
31+
minitest (5.15.0)
32+
minitest-stub_any_instance (1.0.3)
33+
msgpack (1.4.5)
34+
power_assert (2.0.1)
35+
public_suffix (4.0.6)
36+
rake (13.0.6)
37+
rexml (3.2.5)
38+
serverengine (2.2.5)
4539
sigdump (~> 0.2.2)
4640
sigdump (0.2.4)
47-
simplecov (0.16.1)
41+
simplecov (0.21.2)
4842
docile (~> 1.1)
49-
json (>= 1.8, < 3)
50-
simplecov-html (~> 0.10.0)
51-
simplecov-html (0.10.2)
52-
strptime (0.2.3)
53-
term-ansicolor (1.7.1)
54-
tins (~> 1.0)
55-
test-unit (3.3.3)
43+
simplecov-html (~> 0.11)
44+
simplecov_json_formatter (~> 0.1)
45+
simplecov-html (0.12.3)
46+
simplecov_json_formatter (0.1.4)
47+
strptime (0.2.5)
48+
test-unit (3.5.3)
5649
power_assert
57-
thor (0.20.3)
58-
thread_safe (0.3.6)
59-
tins (1.20.3)
60-
tzinfo (1.2.5)
61-
thread_safe (~> 0.1)
62-
tzinfo-data (1.2019.1)
50+
tzinfo (2.0.4)
51+
concurrent-ruby (~> 1.0)
52+
tzinfo-data (1.2021.5)
6353
tzinfo (>= 1.0.0)
64-
webmock (3.5.1)
65-
addressable (>= 2.3.6)
54+
webmock (3.14.0)
55+
addressable (>= 2.8.0)
6656
crack (>= 0.3.2)
67-
hashdiff
57+
hashdiff (>= 0.4.0, < 2.0.0)
58+
webrick (1.7.0)
6859
yajl-ruby (1.4.1)
6960

7061
PLATFORMS
7162
ruby
7263

7364
DEPENDENCIES
74-
coveralls
7565
fluent-plugin-syslog-tls!
7666
minitest (~> 5.8)
7767
minitest-stub_any_instance (~> 1.0.0)
@@ -81,4 +71,4 @@ DEPENDENCIES
8171
webmock (~> 3.0)
8272

8373
BUNDLED WITH
84-
1.17.3
74+
2.2.22

fluent-plugin-syslog-tls.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2016 Acquia, Inc.
2-
# Copyright 2016-2019 t.e.morgan.
2+
# Copyright 2016-2022 t.e.morgan.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

test/helper.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
require 'coveralls'
1615
require 'simplecov'
1716

1817
SimpleCov.start
1918

20-
Coveralls.wear! if ENV['TRAVIS']
21-
2219
require 'test/unit'
2320
require 'fluent/test'
2421
require 'minitest/pride'

0 commit comments

Comments
 (0)