brpm_module_bladelogic 0.1.25 → 0.1.26
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.
- checksums.yaml +8 -8
- data/.travis.yml +1 -1
- data/config.yml +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NDdmMTA3MmQwYzdhY2U1NDdmNDgzMDJlMWVkMjc3ZTIxMmRhOWMxNQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MWU5MjBkNzZkMWQ4OTJhODBkMzU5MTFhZWZiYTUwODEyZWUzN2Y4OQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MjQxNjUxZmVjNThhZTM0MWQyNjA1MGMwYWU1NTYyNzkzM2U2NDE5ZDYzNzMw
|
10
|
+
NzRmZDIyOTIwZmVlZmM5YmFlZmZlYTkwZjkzNzY3ZDU3OWU3YjM2YmUyZWI4
|
11
|
+
MjNmNWZlMWE4N2EyNDlkYzU4M2E2ZjkzNmZjOWQxNTJmYjM1ZDM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NjJlMDBmMjQ5MWVlNjQ0MjU2NmYzMjBmOWVlZGNhNWQ2ZWRjMWU1OGY4NzNl
|
14
|
+
OWYxODQ5ZDlhY2QzY2UwZmM1NzZjMjQ2YTkwZmY3MmFmZTgzODNmOWRmYjcz
|
15
|
+
ZjNkYWM2ZjNhNzVmOTNlMjAxZTI0OTM0ZTllNmUxMjc0MjllM2M=
|
data/.travis.yml
CHANGED
@@ -8,7 +8,7 @@ before_install:
|
|
8
8
|
bundler_args: '' #remove the --deployment flag that causes the gems to be installed in .../1.9.1/...
|
9
9
|
|
10
10
|
script:
|
11
|
-
- rspec tests --format documentation --color
|
11
|
+
- bundle exec rspec tests --format documentation --color
|
12
12
|
|
13
13
|
notifications:
|
14
14
|
email:
|
data/config.yml
CHANGED