I hereby claim:
- I am maasg on github.
- I am maasg (https://keybase.io/maasg) on keybase.
- I have a public key ASChpDgzfLIUh_ndWgJ1dBXEyYCfN9PkTdBVlYmqx6GUYgo
To claim this, I am signing this object:
| package so | |
| import java.io.PrintStream | |
| import java.net.Socket | |
| import java.net._ | |
| import scala.concurrent.Future | |
| class SocketHandler(socket: Socket) { | |
| def deliver(data: Iterator[String]): Unit = { |
I hereby claim:
To claim this, I am signing this object:
| import cloudflow.sbt.CloudflowKeys.{cloudflowDockerImageName, cloudflowDockerRegistry, cloudflowDockerRepository} | |
| import cloudflow.sbt.ImagePlugin | |
| import sbt.{AutoPlugin, Def, taskKey} | |
| trait Key { | |
| val cloudflowImageName = taskKey[String]("The name of the Docker image to publish.") | |
| } | |
| object ImageNamePlugin extends AutoPlugin { | |
| override def requires = ImagePlugin |