brpm_module_bladelogic 0.1.24 → 0.1.25

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 +2 -2
  3. data/module.gemspec +2 -5
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZDM4MjNiZmE1MDYwMmUwOWNkOWNiYjZlMzEwMzhiZDE0NDU1NWYzYw==
4
+ ZDhjZDJkZTg4MDEwMGVjNGEwNDdlZDM2NTI1ZmQ5MWJlZjVhNDEyNg==
5
5
  data.tar.gz: !binary |-
6
- YTdiZmQ3NzU4N2UxNjg3ZGY4ODdhZTE3NDRmZGE4ZmNkNDNlMjM4NQ==
6
+ ODk4NWYwMWY3Yzc1M2YzNTE0MmJkNmNiMzI0ZTZkNTAyZmFiNjRlNg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MTIxYzI0ZTFkODgyOGEzZDFhYzFhNDQ1OWI5MDZjZmIyNTZlZTY3NmJlYzY2
10
- NjIzNGI5NjI3MDNmYWRmZDY0MmEzZWFhMjA3YjJjNzQ1NGE0Yjc0OGI4ZWFl
11
- NzIwNTE0ZjEzNjU0ZjUyOTE5ZTI0NjQzMTBlZDg1ZjdmNjZhMmI=
9
+ OGM4ZjhlNGExNjNmYjRmM2RkYjViYmU0ZWQ3MDM1M2JiNzYxZTQ3MjZiMmQ3
10
+ MWY2MGQwNzNhYTZhZTFhNjhiN2MyOTM1ZDQ2OTFjMmFkYWVkYmNjNDkwOWEy
11
+ MzYwZWM1NzVmMjFjMmQzNWQwYzI3OGJiYmQ5NjNkMGQ0OGFkY2I=
12
12
  data.tar.gz: !binary |-
13
- ZmFjYzJhZTIyNWIwYjcwYTllNDEyZDA0NmM0MmJiZDJmOTU3MjU1MDUxMTc1
14
- YWQ4YTA0ZWMxNzVlZjljZjc2NDlkOTlkOTMzNmVlZjgzN2M5NTFmZGIyMTA3
15
- MTc1YmEzYmIzMTg3MzAwNWJmYzlhMzQ5MTFjMmZiNmQ4ZDk2OGQ=
13
+ ZTU0MDg5MmE4YjVjNDZjZGE2OWIwYzdkN2UwNjRjMWY2MDMwOTdiYzY4YTdl
14
+ MjQ0Njg3MmVhNzU5NjUzOWM4MDMxYzY1MTU1NmI1ZWM3YjE3NGFmYTk0ZTBl
15
+ OTFhZWJlNjlhMzg3Y2RkNDVmYzM2OWM0YzdjN2M5NmE4MmRmNTE=
data/config.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  dependencies:
2
2
  - brpm_module_brpm
3
3
 
4
- version: 0.1.24
4
+ version: 0.1.25
5
5
 
6
6
  friendly_name: Blade
7
7
  author: Niek Bartholomeus
@@ -9,4 +9,4 @@ email: niek.bartholomeus@gmail.com
9
9
  homepage: https://github.com/BMC-RLM/brpm_module_bladelogic
10
10
  license: MIT
11
11
  summary: BladeLogic automation scripts and libraries to run on top of the BRPM Content framework
12
- description: BladeLogic automation scripts and libraries to run on top of the BRPM Content framework. See https://github.com/BMC-RLM/brpm_content for more information about the BRPM Content framework
12
+ description: BladeLogic automation scripts and libraries to run on top of the BRPM Content framework. See https://github.com/BMC-RLM/brpm_content_framework for more information about the BRPM Content framework
@@ -3,7 +3,7 @@ require "yaml"
3
3
  config = YAML.load_file(File.join(File.dirname(__FILE__), "config.yml"))
4
4
 
5
5
  Gem::Specification.new do |spec|
6
- spec.name = File.basename(File.expand_path(File.dirname(__FILE__)))
6
+ spec.name = File.basename(File.expand_path(File.dirname(__FILE__))).sub("-#{config["version"]}", "")
7
7
  spec.version = config["version"]
8
8
  spec.platform = Gem::Platform::RUBY
9
9
  spec.license = config["license"]
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.summary = config["summary"]
14
14
  spec.description = config["description"]
15
15
 
16
- spec.add_runtime_dependency "brpm_content_framework", ">=0.1.58"
16
+ spec.add_runtime_dependency "brpm_content_framework", ">=0.2.8"
17
17
 
18
18
  if config["dependencies"]
19
19
  config["dependencies"].each do |dependency|
@@ -32,8 +32,5 @@ Gem::Specification.new do |spec|
32
32
  spec.add_development_dependency "rspec"
33
33
 
34
34
  spec.files = `git ls-files`.split("\n")
35
- spec.require_path = 'lib'
36
-
37
35
  spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
38
- spec.bindir = "bin"
39
36
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brpm_module_bladelogic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.24
4
+ version: 0.1.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niek Bartholomeus
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-27 00:00:00.000000000 Z
11
+ date: 2015-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: brpm_content_framework
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.1.58
19
+ version: 0.2.8
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.1.58
26
+ version: 0.2.8
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: brpm_module_brpm
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -67,8 +67,8 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: BladeLogic automation scripts and libraries to run on top of the BRPM
70
- Content framework. See https://github.com/BMC-RLM/brpm_content for more information
71
- about the BRPM Content framework
70
+ Content framework. See https://github.com/BMC-RLM/brpm_content_framework for more
71
+ information about the BRPM Content framework
72
72
  email: niek.bartholomeus@gmail.com
73
73
  executables:
74
74
  - bladelogic_connect