topological_inventory-providers-common 0.1.1 → 1.0.0

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: 9584da2bffee0ff02098e89bbbf5f06a7ce5a17a58af5034276ddca98b0158a7
4
- data.tar.gz: 3f99deb11e2f2293b3eb6b230f9dac6cea87e12e1ec676cd64602f7ea8a1facd
3
+ metadata.gz: 1285f00b03ef283aef07ea0cb117a765666b57c8debf8d5b4c058669dcb1b6f5
4
+ data.tar.gz: 9474bfdf4847a394cbc7ee25dfd8624c5b7c852fe982525f53d06207cb88aac4
5
5
  SHA512:
6
- metadata.gz: b10c497a96615026d2cc2d97e4a74df8804c3e8580579a3739150fcf6591552adc9cd33d752b3c542698c75dbdf3c20e743e074067443655fce21f8d2d25b634
7
- data.tar.gz: b119cf9a6dbd4f1adc7ff9151286af1e5a22aa6d6f0498cad2eef149cdfd822a1f5b2d971b0cad05cb9b06e8138a3caf1fa92e9dd2343a30537ac235a6435fb2
6
+ metadata.gz: 70fef12804eac71773b0dd4f3adfc15044ec027ca11c4a319f4c2d46427c2d605c34d2751bf38bdc69759f7a0dc1a37b9311ad3044c64721e9919bdbea5a5a6a
7
+ data.tar.gz: eed534a98d8424083af1d7a3964c404656e977a08094d4c574b75407c91ef0d7b4a4712f102ea0c7475bc0382f06d965f04c81a2cc1a141d1cb1bec0d75f397e
@@ -1,7 +1,7 @@
1
1
  module TopologicalInventory
2
2
  module Providers
3
3
  module Common
4
- VERSION = "0.1.1"
4
+ VERSION = "1.0.0"
5
5
  end
6
6
  end
7
7
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Common classes for topological-inventory collectors/operations}
13
13
  spec.description = %q{Common classes for topological-inventory collectors/operations}
14
- spec.homepage = "https://github.com/slemrmartin/topological_inventory-providers-common"
14
+ spec.homepage = "https://github.com/RedHatInsights/topological_inventory-providers-common"
15
15
  spec.license = "Apache-2.0"
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.add_runtime_dependency "activesupport", "~> 5.2.2"
28
28
  spec.add_runtime_dependency "manageiq-loggers", "~> 0.4.0", ">= 0.4.2"
29
29
  spec.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
30
- spec.add_runtime_dependency "topological_inventory-api-client", "~> 2.0"
30
+ spec.add_runtime_dependency "topological_inventory-api-client", "~> 3.0", ">= 3.0.1"
31
31
 
32
32
  spec.add_development_dependency "bundler", "~> 2.0"
33
33
  spec.add_development_dependency "rake", "~> 10.0"
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: 0.1.1
4
+ version: 1.0.0
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-03-19 00:00:00.000000000 Z
11
+ date: 2020-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: config
@@ -90,14 +90,20 @@ dependencies:
90
90
  requirements:
91
91
  - - "~>"
92
92
  - !ruby/object:Gem::Version
93
- version: '2.0'
93
+ version: '3.0'
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: 3.0.1
94
97
  type: :runtime
95
98
  prerelease: false
96
99
  version_requirements: !ruby/object:Gem::Requirement
97
100
  requirements:
98
101
  - - "~>"
99
102
  - !ruby/object:Gem::Version
100
- version: '2.0'
103
+ version: '3.0'
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ version: 3.0.1
101
107
  - !ruby/object:Gem::Dependency
102
108
  name: bundler
103
109
  requirement: !ruby/object:Gem::Requirement
@@ -171,7 +177,7 @@ files:
171
177
  - lib/topological_inventory/providers/common/save_inventory/saver.rb
172
178
  - lib/topological_inventory/providers/common/version.rb
173
179
  - topological_inventory-providers-common.gemspec
174
- homepage: https://github.com/slemrmartin/topological_inventory-providers-common
180
+ homepage: https://github.com/RedHatInsights/topological_inventory-providers-common
175
181
  licenses:
176
182
  - Apache-2.0
177
183
  metadata: {}