smart_proxy_dynflow 0.0.5 → 0.0.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 578ba314b0d67d02439a6c13eea65295e3a27b64
4
- data.tar.gz: 2dbe705400e06fc478500f2c4c7ea0cb0302c31f
3
+ metadata.gz: 0104268efde2d4bf63c8a9c3423ff0b2c82e6fd0
4
+ data.tar.gz: 8c779376f551fec7e3511118afacc2381848b763
5
5
  SHA512:
6
- metadata.gz: 5b31a423d35a1c388d93b8a9f0d9e568ecbc60c68c3d3411203f20cf30adaa88497fac209d0180808d5e080f7b6cd1809422b7f1477654ad37fec3d7b45b4470
7
- data.tar.gz: bb31dff6dba0ff22c5cd2fc8ea96652e3d81d0f578c397b60f17b81ca0091e5b15c636e4f8be6205f62f901bfa1d63aa90cdff005b5f41d7c62d072ef3f691d5
6
+ metadata.gz: 5c860e6f4991a54a7339f11ff693876945fd0b2cf1d828f61f291f8d51b31056160876efed84e52a103767f3c515975d3af952627a3eadbfc18373f570ac189a
7
+ data.tar.gz: b8ef6568edd619ca14cc9960aa5a2f2a6430c8b42ed27b8a6046ce643ee1aad1ff9497d33cdb9eb9e9842f433aa5be9047c4422ac51d1b4a28b5fc28e30ef8e3
@@ -4,7 +4,7 @@ class Proxy::Dynflow
4
4
  https_rackup_path File.expand_path("http_config.ru", File.expand_path("../", __FILE__))
5
5
 
6
6
  settings_file "dynflow.yml"
7
- default_settings :database => '/var/spool/foreman-proxy/dynflow/dynflow.sqlite'
7
+ default_settings :database => '/var/lib/foreman-proxy/dynflow/dynflow.sqlite'
8
8
  plugin :dynflow, Proxy::Dynflow::VERSION
9
9
  end
10
10
  end
@@ -11,6 +11,7 @@ module Proxy
11
11
  module Testing
12
12
  class << self
13
13
  def create_world(&block)
14
+ Proxy::Dynflow::Plugin.settings.database = nil
14
15
  Proxy::Dynflow.ensure_initialized
15
16
  Proxy::Dynflow.instance.create_world do |config|
16
17
  config.exit_on_terminate = false
@@ -1,5 +1,5 @@
1
1
  module Proxy
2
2
  class Dynflow
3
- VERSION = '0.0.5'
3
+ VERSION = '0.0.6'
4
4
  end
5
5
  end
@@ -1,3 +1,3 @@
1
1
  ---
2
2
  :enabled: true
3
- :database: /var/spool/foreman-proxy/dynflow/dynflow.sqlite
3
+ :database: /var/lib/foreman-proxy/dynflow/dynflow.sqlite
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.0.5
4
+ version: 0.0.6
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-01-21 00:00:00.000000000 Z
11
+ date: 2016-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler