Skip to content

Instantly share code, notes, and snippets.

View cimi's full-sized avatar
☀️

Alex Ciminian cimi

☀️
View GitHub Profile
@cimi
cimi / scala.rb
Last active December 21, 2015 06:59 — forked from JoshRosen/scala.rb
require 'formula'
class ScalaDocs < Formula
homepage 'http://www.scala-lang.org/'
url 'http://www.scala-lang.org/files/archive/scala-docs-2.9.3.zip'
sha1 '633a31ca2eb87ce5b31b4f963bdfd1d4157282ad'
end
class Scala < Formula
homepage 'http://www.scala-lang.org/'