nicinfo 1.4.0 → 1.4.1

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
  SHA1:
3
- metadata.gz: cc53cf86fdc483ebfdeb1cf5830173051059064b
4
- data.tar.gz: 1786695e0c763541c50e474cdd19c83138eb6795
3
+ metadata.gz: bed82bd19fcdb26ad7a8ecd1e60e7e58322b829d
4
+ data.tar.gz: 44e8d9afd8b402f08797276494f15aa97b03a02c
5
5
  SHA512:
6
- metadata.gz: 85f41c0a8a3e6951d6753e982984f38d3f682f4f440563899d5ccc8aae6a68e9fa3c300831aec1706d5caa583d8f50e66f4ff1ed239f0455ecb21b7349442aa1
7
- data.tar.gz: bfc5ed2d82280bc4d095d2c7a42b82beff0f631bcf936550e8e413d547c0d9148b634bd9c37fe8251ad4b1e2c6f31d2801f38df8228e46cd4f1729e6391d8d93
6
+ metadata.gz: 1a1f67bc8329fefe746cb3db8b749f9cadb87bb6d33e1779ac6b7b1e4f28eddfff92f770a9eba32f0dbf8cd572bc52cdcaca8199d1ac6c13a3709388dd387972
7
+ data.tar.gz: ad70339067c3b81befa2206aef2e9c0aef63824387c4a480e8ff2af2cd866cc5efe8df0ac2be52455bbe8825e641e0857c98b027d9353caf83bb91a48d14364a
@@ -18,7 +18,7 @@
18
18
 
19
19
  module NicInfo
20
20
 
21
- VERSION = "1.4.0"
21
+ VERSION = "1.4.1"
22
22
  VERSION_LABEL = "NicInfo v." + VERSION
23
23
  COPYRIGHT = "Copyright (c) 2011-2017 American Registry for Internet Numbers (ARIN)"
24
24
  CONFIG_VERSION = 4
@@ -654,10 +654,10 @@ module NicInfo
654
654
 
655
655
  def display_rdap_query json_data, show_help = true
656
656
  if @config.options.output_json
657
- @config.logger.raw( DataAmount::TERSE_DATA, json_data, false )
657
+ @config.logger.raw( DataAmount::TERSE_DATA, JSON.generate( json_data ), false )
658
658
  elsif @config.options.json_values
659
659
  @config.options.json_values.each do |value|
660
- @config.logger.raw( DataAmount::TERSE_DATA, eval_json_value( value, json_data), false )
660
+ @config.logger.raw( DataAmount::TERSE_DATA, JSON.generate( eval_json_value( value, json_data) ), false )
661
661
  end
662
662
  else
663
663
  @config.factory.new_notices.display_notices json_data, @config.options.query_type == QueryType::BY_SERVER_HELP
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nicinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Newton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-21 00:00:00.000000000 Z
11
+ date: 2018-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: netaddr
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  requirements: []
138
138
  rubyforge_project:
139
- rubygems_version: 2.6.14
139
+ rubygems_version: 2.5.2.1
140
140
  signing_key:
141
141
  specification_version: 4
142
142
  summary: RDAP Client