smart_proxy_dynflow 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of smart_proxy_dynflow might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 830e57b27531ff63ddefbe96c43cc2404c919184
4
- data.tar.gz: 21eb2a9e480fc664ed6a233e9ed7e6ecf9fe2411
3
+ metadata.gz: 088f1c72e41de9c51cd3444db3e65b6545878432
4
+ data.tar.gz: ca4e2368063dd5fc4ab6e6ffbf87f2a1b8d301cb
5
5
  SHA512:
6
- metadata.gz: 0a12fb70695a9961b31acd0947bed96ba3ab4da68bc7469dbae782ff6ba87da83d6e630fcdefaf35dc6319bc8044116be49c9626981233047343cbca77bab87e
7
- data.tar.gz: 25193fc4f4b87b8b9a57d43f707a3b29b39d77bb68570b2b4cab51b8a5638572d4704bcd0a5738a629e4246faa0fecf1ce7c79d60f0c10591be1cd3a70983351
6
+ metadata.gz: d2710bc83539217fa012bc1d268b013caede9ff3c5676431ce4215da77f8de2115f406120ef0d8a29ef6bbaf31d860b455026f89be006c33628072de57e5fa2a
7
+ data.tar.gz: 127652c5be1d18f4bc402b851bd31e5c535bf821ea815ff9e58e556d012c98718d05397144868af25e4221f36543039a9319ad17670f8bcd4d2afbe97bdd2741
@@ -17,5 +17,14 @@ class Proxy::Dynflow
17
17
  requires :foreman_proxy, ">= 1.12.0"
18
18
  default_settings :core_url => 'http://localhost:8008'
19
19
  plugin :dynflow, Proxy::Dynflow::VERSION
20
+
21
+ after_activation do
22
+ begin
23
+ require 'smart_proxy_dynflow_core'
24
+ rescue LoadError => e
25
+ # Dynflow core is not available in the proxy, will be handled
26
+ # by standalone Dynflow core
27
+ end
28
+ end
20
29
  end
21
30
  end
@@ -1,5 +1,5 @@
1
1
  module Proxy
2
2
  class Dynflow
3
- VERSION = '0.1.4'
3
+ VERSION = '0.1.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_dynflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Nečas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-18 00:00:00.000000000 Z
11
+ date: 2016-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler