brpm_content_framework 0.2.60 → 0.2.61

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.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/config.yml +1 -1
  3. data/lib/module_installer.rb +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MjQ0MDRlYmU5M2Y4ODUxZDZhMTFlM2MxMzkwYzc5N2E4NWJlNDZlNw==
4
+ NTBlMWMxNjg2ODI2OTdlOGEyOTQ0YTU0YTE0OTA4YzU1YWFhYmVmMQ==
5
5
  data.tar.gz: !binary |-
6
- MzAxMmY3NGQwZTgxM2NkZDNkYTE5MmE3MDQzZmM5YTUzZmU0ODA2OQ==
6
+ Y2ViOTc5NzdmNGU0Y2I0YzRlZjAxZGRmMmMxODgwMGIxODBmYmQ0Yw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YjZhNzZlNGE5ZjJkNDYyMzcxMDVhNjE2M2JhZTU5NjY1Zjc5ZjNjNGE2ODUz
10
- OTUyMThmY2UyOWIyOTEzYjNlYTZkMjkzZDAzZTJhMzNmNTQ4ODk0ZGUyMDUy
11
- ODgyYTg5MDg4ODRjMzI4ZWY0ODIxOTg5OWY0ZjE3MDU4YzljNWU=
9
+ ZTBhMTgzN2ViZjA1MzgwY2ZjZGY3Y2NmOTIyYTE4N2ZlZjVjMmY1ZjkyMTA0
10
+ MDdmYzZhZTJlZGFiODYyOTFhN2RkODNjOWE2ZmQ3NDIyMDFjODI5MGQ2ZTVi
11
+ YmQwZDM0MGIzZThkN2YyNjI0N2YwNjlhNWIwYjg4ZDIyMjhkYzg=
12
12
  data.tar.gz: !binary |-
13
- ZTkwM2YzZjQ3MmFlMTc4NjMyOTdiODE0ZjAzNjNhYzI0MzRkNTc0Zjg1MmQ5
14
- YjFjMjRkNWVjMTBiMjNiMTMxYzJiY2Q0Nzg1ZGVjNGMzYTRlNTc3NWU5Y2Y5
15
- OWU3MjRhN2JiYTFhM2QyYmM1ZjQ1NGYxMzhiZTY1MzkzMjhiODE=
13
+ NGZiMzEwYjcyZjhmZDRkYTVlYjU3ZWMzNzIzNGVhYzUwMjM3YzBmNmMzNmRh
14
+ NDAyMmFiZTljMmVlZTllYjhmOTU3YmE1MzQyMjZhZjQxM2VmMjcyM2FmZGY0
15
+ NzEyZDQzZGZjNWJhOTE3Yjg5MzVkZDczODM4NzY5OTZhMzk0ZTc=
data/config.yml CHANGED
@@ -1,4 +1,4 @@
1
- version: 0.2.60
1
+ version: 0.2.61
2
2
  author: Niek Bartholomeus
3
3
  email: niek.bartholomeus@gmail.com
4
4
  homepage: https://github.com/BMC-RLM/brpm_content_framework
@@ -8,9 +8,9 @@ class ModuleInstaller
8
8
  brpm_content_spec = nil
9
9
 
10
10
  if true #TODO: support no-gem-install mode
11
- module_spec, specs = install_gem(module_name_or_path, module_version)
11
+ module_spec = install_gem(module_name_or_path, module_version)
12
12
 
13
- brpm_content_spec = specs.find { |spec| spec.name == "brpm_content_framework" } if specs
13
+ brpm_content_spec = module_spec if spec.name == "brpm_content_framework"
14
14
 
15
15
  is_local = is_module_path?(module_name_or_path)
16
16
  install_bundle(module_spec, is_local)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brpm_content_framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.60
4
+ version: 0.2.61
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niek Bartholomeus