cpee-instantiation 1.0.11 → 1.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cpee-instantiation.gemspec +1 -1
- data/lib/cpee-instantiation/instantiation.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b68dcb92b69a204fc1ffc477f4f0b8005267c78c8706b95dde750896fe706fd
|
4
|
+
data.tar.gz: 692bcc545e9f23ccbc50d5ce51158145fea345e9831577cf0ac2781070e4945f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87447ee9ab76d60bc19e77befcb33528c57cc07a13f7cfa6708d898a7449eed7650e81b9f23f82f7dd6784816787418fffb2639a43cbf5d1eed32efc38dcf00d
|
7
|
+
data.tar.gz: 6a983ac4661f16eca78b304801e4cda5daff51657043cc6e6dbaecf3b0772128fb5561264e99abef7ee17f3fd4232b1562adc76531b1d11147fb5f01dd432d17
|
data/cpee-instantiation.gemspec
CHANGED
@@ -385,7 +385,7 @@ module CPEE
|
|
385
385
|
run InstantiateGit, opts[:cpee], opts[:self], opts[:cblist] if post 'git'
|
386
386
|
end
|
387
387
|
on resource 'instance' do
|
388
|
-
run HandleInstance, opts[:cpee] if post 'instance'
|
388
|
+
run HandleInstance, opts[:cpee], opts[:self], opts[:cblist] if post 'instance'
|
389
389
|
end
|
390
390
|
on resource 'callback' do
|
391
391
|
on resource do
|