difftastic 0.5.0-arm64-linux → 0.5.1-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: ac335a6047a83715a2960ba0161b73a5d1f195002ca3ad603f92566855143f0e
4
+ data.tar.gz: 0e7c97951f1a2a5b14a120fb030376a99853e557bf12e5072694b5e63f1a455b
5
5
  SHA512:
6
- metadata.gz: 5de2a18dd206be81db772fa17301ee2059dd90b9c42d1a0f770b823d19b232e5f0adb50002fa3e61621353218da9739fbfd6a079c133686be1df3170cfcd2507
7
- data.tar.gz: a6ef590b9abfc30608777ca5771280429fce44b12fb3ad543dbafeb2d19806df7070f3c0321dda6879763dd955c88178e6ba3b55c4206958cd6c76c8a2cd6b8e
6
+ metadata.gz: ff71160b2877c3b43bf239c1bc627c38e112d60dbded3898ff85897dad3629493b0165452c49b71a83b10e59de515c48b39697fcc1550924990c0ec663d95785
7
+ data.tar.gz: faf54cd15d46693ac2881caa6263dc71063ed2b077966279a0aa2542e1d968a1fb36fbf2b9bd9e8e58d19ae81b5b4606eaeb3544cbaa924b7d8a842b2a2fcf3d
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Difftastic
4
- VERSION = "0.5.0"
4
+ VERSION = "0.5.1"
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.5.1
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-05 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: pretty_please