topological_inventory-providers-common 1.0.0 → 1.0.1

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: 1285f00b03ef283aef07ea0cb117a765666b57c8debf8d5b4c058669dcb1b6f5
4
- data.tar.gz: 9474bfdf4847a394cbc7ee25dfd8624c5b7c852fe982525f53d06207cb88aac4
3
+ metadata.gz: 022a317ceef535823e38291efad54d0a498905a6149e9fe75e5fc3ee036b7277
4
+ data.tar.gz: ade50e0e3fc05c34ec151673c076e9b521bd7d3426fd82480dc2c30e00406d7c
5
5
  SHA512:
6
- metadata.gz: 70fef12804eac71773b0dd4f3adfc15044ec027ca11c4a319f4c2d46427c2d605c34d2751bf38bdc69759f7a0dc1a37b9311ad3044c64721e9919bdbea5a5a6a
7
- data.tar.gz: eed534a98d8424083af1d7a3964c404656e977a08094d4c574b75407c91ef0d7b4a4712f102ea0c7475bc0382f06d965f04c81a2cc1a141d1cb1bec0d75f397e
6
+ metadata.gz: a9e7f2af5e8affba2ae20513a0cc802aef9bdbdcefbac6ab3aff174fc4ee7cbf4fcafb3138845bcf90a9a11b8e4e363b605b549bf3cfefe90c847be842b04a63
7
+ data.tar.gz: 2c41976bc692984a032847e5b2e24fa7c30ec4c0f9da14032fc31e9dbf69da0ebad0c33d88ea08f7dee700c9a84f5e174b682073ae7a6f9e9cfb021230bbe88f
@@ -0,0 +1,19 @@
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ ## [1.0.1] - 2020-05-06
8
+ ### Changed
9
+
10
+ Add logging method to base collector #18
11
+ manageiq-loggers to 0.5.0 #19
12
+ manageiq-loggers to >= 0.4.2 #20
13
+
14
+ ## [1.0.0] - 2020-03-19
15
+ ### Initial release to rubygems.org
16
+
17
+ [Unreleased]: https://github.com/RedHatInsights/topological_inventory-providers-common/compare/v1.0.1...HEAD
18
+ [1.0.1]: https://github.com/RedHatInsights/topological_inventory-providers-common/compare/v1.0.0...v1.0.1
19
+ [1.0.0]: https://github.com/RedHatInsights/topological_inventory-providers-common/releases/v1.0.0
@@ -168,6 +168,10 @@ module TopologicalInventory
168
168
  def ingress_api_client
169
169
  TopologicalInventoryIngressApiClient::DefaultApi.new
170
170
  end
171
+
172
+ def log_external_url(url)
173
+ logger.info("[EXTERNAL URL] #{url}")
174
+ end
171
175
  end
172
176
  end
173
177
  end
@@ -1,7 +1,7 @@
1
1
  module TopologicalInventory
2
2
  module Providers
3
3
  module Common
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
6
6
  end
7
7
  end
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
 
26
26
  spec.add_runtime_dependency 'config', '~> 1.7', '>= 1.7.2'
27
27
  spec.add_runtime_dependency "activesupport", "~> 5.2.2"
28
- spec.add_runtime_dependency "manageiq-loggers", "~> 0.4.0", ">= 0.4.2"
28
+ spec.add_runtime_dependency "manageiq-loggers", ">= 0.4.2"
29
29
  spec.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
30
30
  spec.add_runtime_dependency "topological_inventory-api-client", "~> 3.0", ">= 3.0.1"
31
31
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: topological_inventory-providers-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Slemr
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-22 00:00:00.000000000 Z
11
+ date: 2020-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: config
@@ -48,9 +48,6 @@ dependencies:
48
48
  name: manageiq-loggers
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - "~>"
52
- - !ruby/object:Gem::Version
53
- version: 0.4.0
54
51
  - - ">="
55
52
  - !ruby/object:Gem::Version
56
53
  version: 0.4.2
@@ -58,9 +55,6 @@ dependencies:
58
55
  prerelease: false
59
56
  version_requirements: !ruby/object:Gem::Requirement
60
57
  requirements:
61
- - - "~>"
62
- - !ruby/object:Gem::Version
63
- version: 0.4.0
64
58
  - - ">="
65
59
  - !ruby/object:Gem::Version
66
60
  version: 0.4.2
@@ -68,22 +62,22 @@ dependencies:
68
62
  name: json
69
63
  requirement: !ruby/object:Gem::Requirement
70
64
  requirements:
71
- - - "~>"
72
- - !ruby/object:Gem::Version
73
- version: '2.1'
74
65
  - - ">="
75
66
  - !ruby/object:Gem::Version
76
67
  version: 2.1.0
68
+ - - "~>"
69
+ - !ruby/object:Gem::Version
70
+ version: '2.1'
77
71
  type: :runtime
78
72
  prerelease: false
79
73
  version_requirements: !ruby/object:Gem::Requirement
80
74
  requirements:
81
- - - "~>"
82
- - !ruby/object:Gem::Version
83
- version: '2.1'
84
75
  - - ">="
85
76
  - !ruby/object:Gem::Version
86
77
  version: 2.1.0
78
+ - - "~>"
79
+ - !ruby/object:Gem::Version
80
+ version: '2.1'
87
81
  - !ruby/object:Gem::Dependency
88
82
  name: topological_inventory-api-client
89
83
  requirement: !ruby/object:Gem::Requirement
@@ -156,6 +150,7 @@ files:
156
150
  - ".gitignore"
157
151
  - ".rspec"
158
152
  - ".travis.yml"
153
+ - CHANGELOG.md
159
154
  - Gemfile
160
155
  - LICENSE.txt
161
156
  - README.md
@@ -196,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
191
  - !ruby/object:Gem::Version
197
192
  version: '0'
198
193
  requirements: []
199
- rubygems_version: 3.1.2
194
+ rubygems_version: 3.0.8
200
195
  signing_key:
201
196
  specification_version: 4
202
197
  summary: Common classes for topological-inventory collectors/operations