Skip to content

Commit

Permalink
Expose dns service
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufied committed Jan 22, 2014
1 parent 572e783 commit 6b8f04c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion invoker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_dependency("formatador", "~> 0.2.4")
s.add_dependency("eventmachine", "~> 1.0.3")
s.add_dependency("em-proxy", "~> 0.1.8")
s.add_dependency("rubydns", "~> 0.6.5")
s.add_dependency("rubydns", "~> 0.7.0")
s.add_dependency("uuid", "~> 2.3.7")
s.add_dependency("highline", "~> 1.6.19")
s.add_dependency("http-parser-lite", "~> 0.6.0")
Expand Down
4 changes: 0 additions & 4 deletions lib/invoker/power/dns.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
require "logger"

module Invoker

module Power

class DNS
IN = Resolv::DNS::Resource::IN
def self.server_ports
Expand All @@ -30,8 +28,6 @@ def self.run_dns
end
end
end

end

end
end

0 comments on commit 6b8f04c

Please sign in to comment.