Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Aug 8, 2016
1 parent 61434fb commit 293c60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/celluloid_pubsub/base_actor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def celluloid_logger_class
def celluloid_version
find_loaded_gem_property('celluloid', 'version')
end

def version_less_than_seventeen?
verify_gem_version(celluloid_version, '0.17', operator: '<')
end
Expand Down
2 changes: 1 addition & 1 deletion lib/celluloid_pubsub/web_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def self.open_socket_on_unused_port
#
# @api public
def self.find_unused_port
@unused_port ||= begin
@@unused_port ||= begin
socket = open_socket_on_unused_port
port = socket.addr[1]
socket.close
Expand Down

0 comments on commit 293c60e

Please sign in to comment.