smart_proxy_dynflow_core 0.2.0 → 0.2.1

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
- SHA256:
3
- metadata.gz: 32c8662e6ac6fed818145b42a4db5a6280e4647b54a6afeba461fad702d4ba75
4
- data.tar.gz: 5267c26eb68e49579958bdd583c8669777a216cb4726b73ae4532d7c7c06f8a3
2
+ SHA1:
3
+ metadata.gz: '08a1626af21a13a55a6cd092d7aa9f8d65e21db8'
4
+ data.tar.gz: 8ca74216c0cb587d61b7c0049454b9a1204fa8c0
5
5
  SHA512:
6
- metadata.gz: d0e52c590d7a0ddfe4e6cfd31bffccb8bfdf2f282acdebc1e8ddf5624a9212153a4c4386b8e6621c31156dd2856545e797ce13be796db1331f84e64b2166e586
7
- data.tar.gz: 8f8611e4a0f7509b25b2789294d0c6261ff36a45620b85c12f06ffd7ca8eccfeed880f041fe77b1598627df4cfbd82bcf6c994495d3ce20f6bd926f621befe0c
6
+ metadata.gz: 72a360aa24771a1bc0fc6d01a6aac0aa92e526c127487b7ff33d0afc80d53b72d1a83f3f585e0fe507ba846a9c50d58840369d464b5e9913b709591c6651154f
7
+ data.tar.gz: f67485e909fedc9b7651c46cf5a9d16ae521cc6cadb78688a4a38a570b0f6889d336d254030d065fdff6ee126514b760b9677da9f1eb6f317993e567ad70856c
@@ -8,6 +8,7 @@ Type=forking
8
8
  User=foreman-proxy
9
9
  PIDFile=/var/run/foreman-proxy/smart_proxy_dynflow_core.pid
10
10
  ExecStart=/usr/bin/smart_proxy_dynflow_core -d -p /var/run/foreman-proxy/smart_proxy_dynflow_core.pid
11
+ EnvironmentFile=-/etc/sysconfig/smart_proxy_dynflow_core
11
12
 
12
13
  [Install]
13
14
  WantedBy=multi-user.target
@@ -47,17 +47,7 @@ module SmartProxyDynflowCore
47
47
  super(@fd, rest)
48
48
  end
49
49
 
50
- def add(*args)
51
- handle_log_rolling if @roll_log
52
- super(*args)
53
- end
54
-
55
50
  def roll_log
56
- @roll_log = true
57
- end
58
-
59
- def handle_log_rolling
60
- @roll_log = false
61
51
  unless @file.kind_of? IO
62
52
  @fd.reopen @file, 'a'
63
53
  @fd.sync = true
@@ -1,3 +1,3 @@
1
1
  module SmartProxyDynflowCore
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
@@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
20
20
  'bin/smart_proxy_dynflow_core', 'deploy/*', 'smart_proxy_dynflow_core.gemspec']
21
21
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
22
22
  gem.require_paths = ["lib"]
23
- gem.license = 'GPLv3'
23
+ gem.license = 'GPL-3.0'
24
24
 
25
25
  gem.add_development_dependency "bundler", "~> 1.7"
26
26
  gem.add_development_dependency "rake", "~> 10.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_dynflow_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
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: 2018-04-05 00:00:00.000000000 Z
11
+ date: 2018-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -235,7 +235,7 @@ files:
235
235
  - smart_proxy_dynflow_core.gemspec
236
236
  homepage: https://github.com/theforeman/smart_proxy_dynflow
237
237
  licenses:
238
- - GPLv3
238
+ - GPL-3.0
239
239
  metadata: {}
240
240
  post_install_message:
241
241
  rdoc_options: []
@@ -253,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
253
253
  version: '0'
254
254
  requirements: []
255
255
  rubyforge_project:
256
- rubygems_version: 2.7.3
256
+ rubygems_version: 2.6.12
257
257
  signing_key:
258
258
  specification_version: 4
259
259
  summary: Dynflow runtime for Foreman smart proxy