riemann-syslog-ng 1.0.1 → 2.0.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
2
  SHA256:
3
- metadata.gz: c6a25c3739014d79a0957c7f5baa20ddd8a13880977175b64aef987fcb8ed359
4
- data.tar.gz: 9695440716ecb4d72de12b5a300cd0df0bfe7e367e949e5b225d420bab02a34a
3
+ metadata.gz: 31beb975b4277e2236d25c0cbbae1f35b7451c841d5151f8eccede164bae9a81
4
+ data.tar.gz: 4a95bcbfcba1681de9332bd03ff212bf2139ac178d69d70863ab30771c7ff952
5
5
  SHA512:
6
- metadata.gz: 3f5cdc2e1456974c249d22aeca8a9a160d0ddcdffe0e3a05bc6459d36a0a2b6895946d40417e1237c8ec2f93f5726f8371b7db142938e15f3285e87c0500b5d6
7
- data.tar.gz: f4699a8c4d2127546ad2995054fee6718cd245367ba942c8fd939b0ef179102b0a4969793348a9307c3f3c79a02541d209da66f00e36e4fa841f9f0ecf2f8c1b
6
+ metadata.gz: 7fab58ff06f8a0fe7ed6373c97e12a985c226406379fadac845e0fe88ea2b6f41545436f3bffe16355c7918df2321dd7076c2e66724c66f4ac44c6e6db0d8670
7
+ data.tar.gz: 300cb7109de2e0e99b5c84deeae79fcfd35db004c2c215d64c1c3aef3f9b124e760de83e296a310051aeb3ef99aba171bc36e056cb6563a5f20cc72c3f80824b
@@ -13,7 +13,7 @@ jobs:
13
13
  rubocop:
14
14
  runs-on: ubuntu-latest
15
15
  steps:
16
- - uses: actions/checkout@v4
16
+ - uses: actions/checkout@v6
17
17
  - name: Setup ruby
18
18
  uses: ruby/setup-ruby@v1
19
19
  with:
@@ -27,27 +27,19 @@ jobs:
27
27
  strategy:
28
28
  matrix:
29
29
  ruby:
30
- - "2.6"
31
30
  - "2.7"
32
31
  - "3.0"
33
32
  - "3.1"
34
33
  - "3.2"
35
34
  - "3.3"
35
+ - "3.4"
36
36
  name: Ruby ${{ matrix.ruby }}
37
37
  steps:
38
- - uses: actions/checkout@v4
38
+ - uses: actions/checkout@v6
39
39
  - name: Setup ruby
40
40
  uses: ruby/setup-ruby@v1
41
41
  with:
42
42
  ruby-version: ${{ matrix.ruby }}
43
43
  bundler-cache: true
44
- - name: Run tests without uploading code coverage
45
- if: ${{ matrix.ruby != '3.0' }}
44
+ - name: Run tests
46
45
  run: bundle exec rake
47
- - name: Run tests and upload coverage to Code Climate
48
- if: ${{ matrix.ruby == '3.0' }}
49
- uses: paambaati/codeclimate-action@v5.0.0
50
- env:
51
- CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_TOKEN }}
52
- with:
53
- coverageCommand: bundle exec rake
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [v2.0.0](https://github.com/opus-codium/riemann-syslog-ng/tree/v2.0.0) (2026-05-29)
4
+
5
+ [Full Changelog](https://github.com/opus-codium/riemann-syslog-ng/compare/v1.0.1...v2.0.0)
6
+
7
+ **Breaking changes:**
8
+
9
+ - Drop Ruby 2.6; Allow riemann-tools 2.0.0 [\#13](https://github.com/opus-codium/riemann-syslog-ng/pull/13) ([smortex](https://github.com/smortex))
10
+
3
11
  ## [v1.0.1](https://github.com/opus-codium/riemann-syslog-ng/tree/v1.0.1) (2024-01-12)
4
12
 
5
13
  [Full Changelog](https://github.com/opus-codium/riemann-syslog-ng/compare/v1.0.0...v1.0.1)
@@ -3,7 +3,7 @@
3
3
  module Riemann
4
4
  module Tools # :nodoc:
5
5
  class SyslogNg
6
- VERSION = '1.0.1'
6
+ VERSION = '2.0.0'
7
7
  end
8
8
  end
9
9
  end
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
30
30
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
31
31
  spec.require_paths = ['lib']
32
32
 
33
- spec.add_runtime_dependency 'riemann-tools', '~> 1.0'
33
+ spec.add_dependency 'riemann-tools', '>= 1.0', '< 3.0'
34
34
  end
metadata CHANGED
@@ -1,30 +1,34 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riemann-syslog-ng
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Romain Tartière
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-01-12 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: riemann-tools
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - "~>"
16
+ - - ">="
18
17
  - !ruby/object:Gem::Version
19
18
  version: '1.0'
19
+ - - "<"
20
+ - !ruby/object:Gem::Version
21
+ version: '3.0'
20
22
  type: :runtime
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
23
25
  requirements:
24
- - - "~>"
26
+ - - ">="
25
27
  - !ruby/object:Gem::Version
26
28
  version: '1.0'
27
- description:
29
+ - - "<"
30
+ - !ruby/object:Gem::Version
31
+ version: '3.0'
28
32
  email:
29
33
  - romain@blogreen.org
30
34
  executables:
@@ -56,7 +60,6 @@ metadata:
56
60
  source_code_uri: https://github.com/opus-codium/riemann-syslog-ng
57
61
  changelog_uri: https://github.com/opus-codium/riemann-syslog-ng
58
62
  rubygems_mfa_required: 'true'
59
- post_install_message:
60
63
  rdoc_options: []
61
64
  require_paths:
62
65
  - lib
@@ -71,8 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
74
  - !ruby/object:Gem::Version
72
75
  version: '0'
73
76
  requirements: []
74
- rubygems_version: 3.3.15
75
- signing_key:
77
+ rubygems_version: 3.6.7
76
78
  specification_version: 4
77
79
  summary: Submits syslog-ng information to riemann
78
80
  test_files: []