digicert-cli 0.4.1 → 0.4.2

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: 3196939eafed447a7014120718c89a2e2215944e8b0070752b42f9d910f77f03
4
- data.tar.gz: 0baa90751f30e18096db529c73471fc946e05e296b899a56c5384c074b129545
3
+ metadata.gz: d13e89e28e79c3ef86c16826f44fa8a4961a2c53a7a2b08f2712718ed0d8d858
4
+ data.tar.gz: d47dff6e93dc14640bc9b23f198a08d83034181f678b557945a3f8e923d4128e
5
5
  SHA512:
6
- metadata.gz: 34a2cc0a14f6af2fa4b3184a91ae20ee8afd7771201501ee2beacce818a5715911e40e52b0a4f6ffaea1c14591f299b336f024a7bee64dfb67b959ce35556f44
7
- data.tar.gz: bc3ffe04c847b5f1c007b02ed0fc7dadf35653bcad1cc085d151c1d16e3435aa68ed7ef2e737be366f060b57ae10b58753495a268572d6510d5f1c28d72e8877
6
+ metadata.gz: 75cd2efd9cdae693ad8e737b8fe26dbe84d68d838b73e67c4434febc6620b000402efe5f3aada8e685d1218aa3bd415fd4b1d7da241ed28458b7cd3681233459
7
+ data.tar.gz: 02e2b749a8027287a92f772f9fdd0e8d75951049a65d510c3479e5a68f83d434a1142aeecfc7ff877d91525d7308cf96747cd14a5da1713ead4a79f46477f563
@@ -3,11 +3,9 @@ require "terminal-table"
3
3
  module Digicert
4
4
  module CLI
5
5
  module Util
6
- def self.make_it_pretty(headings:, rows:, table_wdith: 100)
6
+ def self.make_it_pretty(headings:, rows:)
7
7
  Terminal::Table.new do |table|
8
8
  table.headings = headings
9
- table.style = { width: table_wdith }
10
-
11
9
  table.rows = rows
12
10
  end
13
11
  end
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2017 Ribose Inc.
2
+ # Copyright (c) 2018 Ribose Inc.
3
3
  #
4
4
  # Permission is hereby granted, free of charge, to any person obtaining a copy
5
5
  # of this software and associated documentation files (the "Software"), to deal
@@ -22,6 +22,6 @@
22
22
 
23
23
  module Digicert
24
24
  module CLI
25
- VERSION = "0.4.1".freeze
25
+ VERSION = "0.4.2".freeze
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: digicert-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-17 00:00:00.000000000 Z
11
+ date: 2018-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor