difftastic 0.5.0-x86_64-linux → 0.5.1-x86_64-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: 0d2185e3d3c624b7d71ff8f65a3a8abc6913348aca06888386035fb4626284d6
4
- data.tar.gz: 2b59d3af4d799d89ed70e7d5291972e33709ac2323eb4008b20a096b9ae72406
3
+ metadata.gz: b31263335eaaac1154d6f72a3a3ec931ea6cc15440f428bd600b0dfa69d03ad7
4
+ data.tar.gz: e9692792ec984e26288adf163bef628133b92a844d84c7ff9d1fe4dd39d909c6
5
5
  SHA512:
6
- metadata.gz: 36eb2a4d0777807b3db2b6781e90f535cbffe6ddfb6622dff222aa56be943cb660fca18f785532c63187bbb58f4a8bea41bdf6cec90461d134b149ac76d8ed6d
7
- data.tar.gz: 159112a9265098c851ab609cef830c6526f2a39bbf368d10b1ab457384d260eb1bd8be824f7bb846fa154e799853346c53078c50cad8096cb1a7d697cd68265c
6
+ metadata.gz: a2be79d309e2b6dc6a0cf18c6ef282710f10bf7a9be45f1d58db6b4957dce361c9f517bbd9462315c9e3fa43c89fce5efa0fb7e79550d33e2024ea058024145a
7
+ data.tar.gz: ac693d2862b3cbc070d84dcbaf676644c8a1c29ca7100d32d591315845fecba3ad49d03ffbf920c7622f14f04bc40500f6275fa74f03ce63e696c3ad4386b444
@@ -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: 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-05 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: pretty_please