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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4914821ca3553d92367b10a8db40bd9761a0d494
4
- data.tar.gz: 29db8f7751b372dea5c365b779d96c90863c34e9
3
+ metadata.gz: 0829811c3c2a0940142db956e5482d48d164d3fe
4
+ data.tar.gz: 22df2e5f7c1253387ab2e4f16ad0f01bf005ce16
5
5
  SHA512:
6
- metadata.gz: 3ff37af64e5effe51416cc38fda917ed4a79b4fc09f90f369ffd9496a90d17b97006acaa867b9cb50e3d00c9576190a97d63496f17cb4d1e82775edde9f8d5c8
7
- data.tar.gz: 79d49228d8b768c7565849396b300c90bd97da31e30f0463589cc331bcf8860a21fbd2de18cc60c143632da52f29155cbc6024b32dfd959a06835d0cba24f8d6
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.action.type_identifier.inspect} " \
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}!"
@@ -1,5 +1,5 @@
1
1
  module Occi
2
2
  module Cli
3
- VERSION = "4.2.0.beta.12" unless defined?(::Occi::Cli::VERSION)
3
+ VERSION = "4.2.0.beta.13" unless defined?(::Occi::Cli::VERSION)
4
4
  end
5
5
  end
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.12
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-11 00:00:00.000000000 Z
13
+ date: 2014-01-21 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: occi-api