difftastic 0.5.0-arm64-linux → 0.6.0-arm64-linux

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: 4e7c44399ca280c4cda3d1c53056e1c4125d117aecbb3b31ad4fccb97bc7b647
4
- data.tar.gz: 06c8b82686a18062a43a437d26d63c930efa7ef4d32f66c31a6b851e846bfad9
3
+ metadata.gz: 8b26e19d15b80d871410665ea41bdb2fdccb3c12242d2a87616ec9f5e81dce2f
4
+ data.tar.gz: ca39895d817887e4d6c64dc47baea8f85a6d3361ce0e26782f526aa3a0a763f4
5
5
  SHA512:
6
- metadata.gz: 5de2a18dd206be81db772fa17301ee2059dd90b9c42d1a0f770b823d19b232e5f0adb50002fa3e61621353218da9739fbfd6a079c133686be1df3170cfcd2507
7
- data.tar.gz: a6ef590b9abfc30608777ca5771280429fce44b12fb3ad543dbafeb2d19806df7070f3c0321dda6879763dd955c88178e6ba3b55c4206958cd6c76c8a2cd6b8e
6
+ metadata.gz: 958d620029465a289527bbf173dcd3d4c4e3924d55deac4cf2dc6b4a43ce75b611ad4c56e6e34e546ae64f76511213254dc4609629e7d0abc02456aac5092ffe
7
+ data.tar.gz: b3261b8deb570edd888a1ac401d9f29c5954dd12cef3872348333f1b92f43a46c429b0fcb76bc563c171d925d8dc475e3cea3219ea4e2324a0919727e7afedb0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Difftastic
4
- VERSION = "0.5.0"
4
+ VERSION = "0.6.0"
5
5
  end
data/lib/difftastic.rb CHANGED
@@ -74,6 +74,6 @@ module Difftastic
74
74
  end
75
75
 
76
76
  def self.pretty(object, indent: 0, tab_width: 2, max_width: 60, max_depth: 5, max_items: 10)
77
- PrettyPlease.inspect(object, indent:, tab_width:, max_width:, max_depth:, max_items:)
77
+ PrettyPlease.prettify(object, indent:, tab_width:, max_width:, max_depth:, max_items:)
78
78
  end
79
79
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: difftastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: arm64-linux
6
6
  authors:
7
7
  - Joel Drapper
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-02-04 00:00:00.000000000 Z
10
+ date: 2025-02-11 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: pretty_please