difftastic 0.5.0-x86_64-linux → 0.6.0-x86_64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d2185e3d3c624b7d71ff8f65a3a8abc6913348aca06888386035fb4626284d6
4
- data.tar.gz: 2b59d3af4d799d89ed70e7d5291972e33709ac2323eb4008b20a096b9ae72406
3
+ metadata.gz: 8e1bf1ff1146784b0509875a8588b390f40cd4c4b7c2c9529a0dc9bb56653421
4
+ data.tar.gz: 1106af6f361d9641c8d02dcf49af68347a06b4f74ba0e1b498fa120d11f4db14
5
5
  SHA512:
6
- metadata.gz: 36eb2a4d0777807b3db2b6781e90f535cbffe6ddfb6622dff222aa56be943cb660fca18f785532c63187bbb58f4a8bea41bdf6cec90461d134b149ac76d8ed6d
7
- data.tar.gz: 159112a9265098c851ab609cef830c6526f2a39bbf368d10b1ab457384d260eb1bd8be824f7bb846fa154e799853346c53078c50cad8096cb1a7d697cd68265c
6
+ metadata.gz: 672462dc7edc082351eca39a4f40cdba2aba53e7a84793f1d419c3ebc4434478aadc0661f3ff9a6ac1f68ff3ecb641d1e66ca75db67d60036419a5c23a3d8e59
7
+ data.tar.gz: becdfb6caa0bc73711c38f3e56230791af4cc31d893b78d87c72b16e155a97f4f6cb366bafe0a00df6cbef6675fe8244d814a581c9daaadd0678ad384de48f62
@@ -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: x86_64-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