manageiq-cross_repo 0.2.0 → 0.2.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: 239fd403cb0702b0dc46c14a2091f60f6c3026eb9e2a4ba8177e2673111db23f
4
- data.tar.gz: 65e594c923e080920fba7a24aa0ce75e31affa600e2f95238ff896c817dd597a
3
+ metadata.gz: ea1b16a03b891049eef0f4e295e00f0f4995a7cead10d39076b6202d06f11169
4
+ data.tar.gz: abe8d64b3d2d3c4d5b9841c27dc3a1a37bc0d5b150c6f74738541a753d6bb5ae
5
5
  SHA512:
6
- metadata.gz: 0a19241876f9e0d0911dd4ee6b5912ead8349b0c4acd648db93dca59d8f992f89130eb08e54efefb1472269c8f240ccefc29b94d2c469b5c85c6aaa1f37330cb
7
- data.tar.gz: 120fbc5e638502dd731e3b37571595ff68f6125f54e37fed218a563d03c8e6e53a4e5291b33d1d8f2b40772a8221b43837cacdc0a47abc46855c637fd58224cf
6
+ metadata.gz: 31d0eb5988342a32c0efaeab0873d525c2630d9ad019e027e99fb8216e73e596db17ad766372622860a9f876f1f193c24311d4a94ad418d9c61c94a7f0bfc89c
7
+ data.tar.gz: 179c47d3421aed49ad5e8e8426552ad9bfedc335e0899cd8f06427410fc4e6156a1bcfb7bb36c80501771b937b1e54565aca5597c7cca867474078eb88a0764e
@@ -8,7 +8,7 @@ module ManageIQ::CrossRepo
8
8
  def initialize(test_repo, core_repo, gem_repos)
9
9
  @test_repo = Repository.new(test_repo || "ManageIQ/manageiq@master")
10
10
  if @test_repo.core?
11
- raise ArgumentError, "You cannot pass core repo when running a core test" if core_repo.present?
11
+ raise ArgumentError, "You cannot pass core repo when running a core test" if core_repo.present? && core_repo != test_repo
12
12
  raise ArgumentError, "You must pass at least one gem repo when running a core test" if gem_repos.blank?
13
13
 
14
14
  @core_repo = @test_repo
@@ -1,5 +1,5 @@
1
1
  module ManageIQ
2
2
  module CrossRepo
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: manageiq-cross_repo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ManageIQ Authors
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2019-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake