Skip to content

Commit

Permalink
Modernize gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 3, 2023
1 parent 68366a6 commit ecdc2a9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/console/capture.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2019-2022, by Samuel Williams.
# Copyright, 2019-2023, by Samuel Williams.

require_relative 'filter'

Expand Down
2 changes: 1 addition & 1 deletion lib/console/compatible/logger.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2022, by Samuel Williams.
# Copyright, 2022-2023, by Samuel Williams.

require 'logger'

Expand Down
2 changes: 1 addition & 1 deletion lib/console/output/json.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2021-2022, by Samuel Williams.
# Copyright, 2021-2023, by Samuel Williams.

require_relative '../serialized/logger'

Expand Down
2 changes: 1 addition & 1 deletion test/console/format/safe.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2021-2022, by Samuel Williams.
# Copyright, 2023, by Samuel Williams.

require 'console/logger'
require 'console/capture'
Expand Down
2 changes: 1 addition & 1 deletion test/console/output.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2021-2022, by Samuel Williams.
# Copyright, 2021-2023, by Samuel Williams.

require 'console/logger'
require 'console/capture'
Expand Down
2 changes: 1 addition & 1 deletion test/console/terminal/logger.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2019-2022, by Samuel Williams.
# Copyright, 2019-2023, by Samuel Williams.

require 'console/terminal/logger'

Expand Down

0 comments on commit ecdc2a9

Please sign in to comment.