logging-journald 2.0.2 → 2.0.3

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: 1c7b2c26c65612ba19a3146e1c23e5178d3222d1f2d183dec46e3f73d2cd6359
4
- data.tar.gz: 65063a9099103dfb321e79dfeebd40d239365d217c1cdd17939e216ae2c70865
3
+ metadata.gz: 70c6d944488449ed543a68a668aa010d54d0c49e66f4d3f7008b85e4fe7d2719
4
+ data.tar.gz: 6fc217f7a0176d7229de8943d9069bde218dfe735d1ebbe24f48c83c422cb5e1
5
5
  SHA512:
6
- metadata.gz: 375c674396b060c84e1a0aa94ad08d695024df8865ba641e6464b317c62090f049d3d39f04490c841c684db8cab3f079a6e0a3245f8bb76d5e11e1bacccc424b
7
- data.tar.gz: 936e8087922225fed6437b4fdf13158b5023247c7cbcd8120ce3aec62be7de622ba28a5511c51ceec09ead00e4a1b557ee49785379f9041b85449b6c73805ce5
6
+ metadata.gz: ee7c77ba738ca78db16cd4bc45ce7538a03d803e11c0b5c63c40c9abb2e89bed3c41b0396c537f87011658ffd04579d1fcae823134ecf3ad122e58a4b13d9bb2
7
+ data.tar.gz: 83512c9c72f3c3b9afc778c29ae6c8403bfdac1a6f6c91b5320cba71d17564271dd48db886444d4fba37ec848b0f36b92e1a83376cfcdcbf2375f25f05dd097f
@@ -3,8 +3,6 @@ module Logging
3
3
  module Journald
4
4
  extend self
5
5
 
6
- VERSION ||= '2.0.2'.freeze
7
-
8
6
  def initialize_journald
9
7
  require File.expand_path('../../layouts/noop', __FILE__)
10
8
  require File.expand_path('../../appenders/journald', __FILE__)
@@ -1,9 +1,6 @@
1
- # coding: utf-8
2
- require File.join(File.expand_path(File.dirname(__FILE__)), 'lib', 'logging', 'plugins', 'journald')
3
-
4
1
  Gem::Specification.new do |spec|
5
2
  spec.name = 'logging-journald'
6
- spec.version = Logging::Plugins::Journald::VERSION
3
+ spec.version = '2.0.3'
7
4
  spec.authors = ['Lukas Zapletal']
8
5
  spec.email = ['lukas-x@zapletalovi.com']
9
6
  spec.summary = "Journald appender for logging gem"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logging-journald
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Zapletal