console 1.26.0 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea53f121a472d6011335a91ac4a96f4f3630c4524b1158166be906a51e4dd186
4
- data.tar.gz: 20cdb45a16606315c9a0e054fb9e3460698e6fcccd190bd7668902f179c7b5fa
3
+ metadata.gz: 93187d6e4774eecaad627306d33a5f38bad4e123e029587d7f142a1265de6ec6
4
+ data.tar.gz: 9a5015df0b90995173414eecd2b5b6bff60fe07129db4089cad9c86bdbf1e84f
5
5
  SHA512:
6
- metadata.gz: 42748b35f41a887222716d8bd0b9e55f92a5506f31fa7cb0a3e5ac5155341c55d6ca2849745b77d568b7b11e3d79faf0193377b9547fce98c5c16ca1043f9222
7
- data.tar.gz: de9535e3fb41fcce945512f9d482329cfc695888c43da753d1f7c392e074e4b4b1e6584fbfd1c39b4851c25f00563b1e0ee3efbd5240294649ff4dc68519483d
6
+ metadata.gz: d1bc5192624a8c15f464ceac4c5b7f6b3d4340df8a75aff4f5e20b6b42d340872135538b5abb4dd8a2e34f57048536898dee9e07a2c1a0e2e819a1c34b259cc5
7
+ data.tar.gz: d61a670deecf0418cd09ed9f1a4d800d2dd5d7b41bd02b3ce2aaa410b27178e62bb7071106a4d7ae89c57fcc4aeadd9ce478a37a1a7859bd20ac00c76c7e1c43
checksums.yaml.gz.sig CHANGED
Binary file
@@ -3,6 +3,7 @@
3
3
  # Released under the MIT License.
4
4
  # Copyright, 2019-2024, by Samuel Williams.
5
5
  # Copyright, 2021, by Robert Schulze.
6
+ # Copyright, 2024, by Patrik Wenger.
6
7
 
7
8
  require_relative 'generic'
8
9
 
@@ -27,7 +28,9 @@ module Console
27
28
  def self.log(subject, exception, **options)
28
29
  Console.error(subject, **self.for(exception).to_hash, **options)
29
30
  end
30
-
31
+
32
+ attr_reader :exception
33
+
31
34
  def initialize(exception, root = Dir.getwd)
32
35
  @exception = exception
33
36
  @root = root
@@ -9,7 +9,7 @@ module Console
9
9
  module Output
10
10
  class Sensitive < Wrapper
11
11
  REDACT = /
12
- phone
12
+ phone
13
13
  | email
14
14
  | full_?name
15
15
  | first_?name
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2024, by Samuel Williams.
4
+ # Copyright, 2020-2024, by Samuel Williams.
5
5
 
6
6
  module Console
7
7
  module Terminal
@@ -4,5 +4,5 @@
4
4
  # Copyright, 2019-2024, by Samuel Williams.
5
5
 
6
6
  module Console
7
- VERSION = "1.26.0"
7
+ VERSION = "1.27.0"
8
8
  end
data/license.md CHANGED
@@ -10,6 +10,7 @@ Copyright, 2021, by Robert Schulze.
10
10
  Copyright, 2022, by Anton Sozontov.
11
11
  Copyright, 2022, by William T. Nelson.
12
12
  Copyright, 2023, by Felix Yan.
13
+ Copyright, 2024, by Patrik Wenger.
13
14
 
14
15
  Permission is hereby granted, free of charge, to any person obtaining a copy
15
16
  of this software and associated documentation files (the "Software"), to deal
data/readme.md CHANGED
@@ -38,14 +38,15 @@ We welcome contributions to this project.
38
38
 
39
39
  ### Developer Certificate of Origin
40
40
 
41
- This project uses the [Developer Certificate of Origin](https://developercertificate.org/). All contributors to this project must agree to this document to have their contributions accepted.
41
+ In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.
42
42
 
43
- ### Contributor Covenant
43
+ ### Community Guidelines
44
44
 
45
- This project is governed by the [Contributor Covenant](https://www.contributor-covenant.org/). All contributors and participants agree to abide by its terms.
45
+ This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers.
46
46
 
47
47
  ## See Also
48
48
 
49
49
  - [console-adapter-rails](https://github.com/socketry/console-adapter-rails)
50
50
  - [console-adapter-sidekiq](https://github.com/socketry/console-adapter-sidekiq)
51
51
  - [console-output-datadog](https://github.com/socketry/console-output-datadog)
52
+ - [sus-fixtures-console](https://github.com/sus-rb/sus-fixtures-console)
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: console
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -13,6 +13,7 @@ authors:
13
13
  - Cédric Boutillier
14
14
  - Felix Yan
15
15
  - Olle Jonsson
16
+ - Patrik Wenger
16
17
  - William T. Nelson
17
18
  autorequire:
18
19
  bindir: bin
@@ -46,7 +47,7 @@ cert_chain:
46
47
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
47
48
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
48
49
  -----END CERTIFICATE-----
49
- date: 2024-07-17 00:00:00.000000000 Z
50
+ date: 2024-07-18 00:00:00.000000000 Z
50
51
  dependencies:
51
52
  - !ruby/object:Gem::Dependency
52
53
  name: fiber-annotation
metadata.gz.sig CHANGED
Binary file