dns_one 0.5.0 → 0.5.1

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: ab76d7e199ea7f2b0ca6648472307ade1eb82b19
4
- data.tar.gz: ebe59409d1800e73acd695dd800ddad3f9ed330b
3
+ metadata.gz: c2b0aae742b0629726e058f4fdb8fa7cea0573b9
4
+ data.tar.gz: e23813ddb476654410d91526c687007934b0c46a
5
5
  SHA512:
6
- metadata.gz: ecf60eb2734c339a1f783b18aec0ec1f1b35635a4cd6386a6f0792bfaada7666fa3de620e22f562def4518f9acd6ff388cb2c3e23266c04c0e740354cc68dcd2
7
- data.tar.gz: 4e74e79bf3d1a93564988be615717228c9da693e08761c4b42e0467e39ee00b855869d50927b92072f68cc8892f5a6f2b59fe08550de1e15361aeaf946dba8b7
6
+ metadata.gz: e8e247001a5b0b0e047836954cf537d6c4d6f4960b060430126f3afcdaeb2bf99d9c4c6c244a094803ce68063b14fbeac3c52a43e8fc4cdfcd955208cfbfcf06
7
+ data.tar.gz: 2d53aaae36d04303649d652fcd214332656c8fb71690ac239913f3a609585924ea441d40a2f4594b3189a66e72639a129d2e68f5478fc5d51b54008906b660f2
@@ -129,10 +129,10 @@ module DnsOne; class Server
129
129
  log_result_mutex = @log_result_mutex
130
130
  conf = @conf
131
131
 
132
- if RExec.current_user == 'root'
133
- run_as = conf[:run_as] || DEFAULT_RUN_AS
134
- RExec.change_user run_as
135
- end
132
+ # if RExec.current_user == 'root'
133
+ # run_as = conf[:run_as] || DEFAULT_RUN_AS
134
+ # RExec.change_user run_as
135
+ # end
136
136
 
137
137
  sock = Thread.new do
138
138
  begin
@@ -1,3 +1,3 @@
1
1
  module DnsOne
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dns_one
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Lobato