homebrew-cask-versions/Casks/gulp.rb
Vincent Klaiber c1034875ad Add Gulp version 0.1.0
Easily run gulp tasks from the current directory in Finder and get notified when it's finished.
2014-05-19 07:51:09 +02:00

7 lines
273 B
Ruby

class Gulp < Cask
url 'https://github.com/sindresorhus/gulp-app/releases/download/0.1.0/gulp.app.zip'
homepage 'https://github.com/sindresorhus/gulp-app'
version '0.10'
sha256 '59fed5d8c801c9302debf463f2d274404548e23433c965144e69a0b4a2e23851'
link 'gulp.app'
end