The Crystal programming language | http://crystal-lang.org | Fund Crystal's development: http://is.gd/X7PRtI | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/
def login
return unless @response_count == 3
ssl_socket.as(OpenSSL::SSL::Socket::Client) << "PASS #{password}\r\n"
ssl_socket.as(OpenSSL::SSL::Socket::Client) << "NICK #{nick}\r\n"
ssl_socket.as(OpenSSL::SSL::Socket::Client) << "USER #{user} 8 * :#{user}\r\n"
ssl_socket.as(OpenSSL::SSL::Socket::Client).flush
@logged_in = true
end
rails/scope.yml
will have roots = ["config/environment.rb"]
to pass
Building oq
+ snapcraftctl build
[31mMissing[0m shard.lock
shards install --production
Failed to run 'shards install --production' for 'oq': Exited with code 1.
:thinking:
--production
with --without-development
to get the v1 working again at least
shards build --production
works without a shard.lock
?