occi-cli 4.2.0.beta.12 → 4.2.0.beta.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/occi/cli/helpers/trigger_helper.rb +1 -1
- data/lib/occi/cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0829811c3c2a0940142db956e5482d48d164d3fe
|
4
|
+
data.tar.gz: 22df2e5f7c1253387ab2e4f16ad0f01bf005ce16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26a8679de0ca4bac53a20181491c2d4f460faa3ab16dbdfdd6c984f91b38e8317c8e85649248d6d21b3b4f296af3a69e6af72e4213d5102182d093b8ca2964bd
|
7
|
+
data.tar.gz: 5c1e66f25a1e656afe04a00484248f8ee41455f66f6fb08c0920b048aad13b993e72d82060589b08d05fbe004c4fba25b2a618296ae2fbdc5507049e89628e44
|
@@ -13,7 +13,7 @@ module Occi::Cli::Helpers::TriggerHelper
|
|
13
13
|
action_instance.attributes = options.attributes
|
14
14
|
|
15
15
|
if trigger(options.resource, action_instance)
|
16
|
-
Occi::Log.info "Action #{options.trigger_action.
|
16
|
+
Occi::Log.info "Action #{options.trigger_action.type_identifier.inspect} " \
|
17
17
|
"triggered on #{options.resource.inspect}!"
|
18
18
|
else
|
19
19
|
message = "Failed to trigger an action on #{options.resource.inspect}!"
|
data/lib/occi/cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: occi-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.0.beta.
|
4
|
+
version: 4.2.0.beta.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Florian Feldhaus
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-01-
|
13
|
+
date: 2014-01-21 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: occi-api
|