Skip to content

Commit

Permalink
Update Importer posts
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 20, 2024
1 parent 1253ccf commit b71deea
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def shift_log_period(period_end)
end
end

File.open(IO::NULL) do |f|
File.open(__FILE__) do |f|
File.new(f.fileno, autoclose: false, path: "").path
rescue IOError
module PathAttr # :nodoc:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Logger
VERSION = "1.6.3"
VERSION = "1.6.4"
end
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# -*- encoding: utf-8 -*-
# stub: logger 1.6.3 ruby lib
# stub: logger 1.6.4 ruby lib

Gem::Specification.new do |s|
s.name = "logger".freeze
s.version = "1.6.3"
s.version = "1.6.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Naotoshi Seo".freeze, "SHIBATA Hiroshi".freeze]
s.date = "2024-12-13"
s.date = "2024-12-19"
s.description = "Provides a simple logging utility for outputting messages.".freeze
s.email = ["[email protected]".freeze, "[email protected]".freeze]
s.homepage = "https://github.com/ruby/logger".freeze
Expand Down

0 comments on commit b71deea

Please sign in to comment.