loog.gemspec in loog-0.5.1 vs loog.gemspec in loog-0.5.2
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
# (The MIT License)
#
-# Copyright (c) 2018-2023 Yegor Bugayenko
+# Copyright (c) 2018-2024 Yegor Bugayenko
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the 'Software'), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@@ -25,10 +25,10 @@
require 'English'
Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
s.required_ruby_version = '>=2.3'
s.name = 'loog'
- s.version = '0.5.1'
+ s.version = '0.5.2'
s.license = 'MIT'
s.summary = 'Object-oriented logging wrapper'
s.description = 'Object-oriented wrapper for Ruby default logging facility'
s.authors = ['Yegor Bugayenko']
s.email = 'yegor256@gmail.com'