Skip to content

Instantly share code, notes, and snippets.

View tbaba's full-sized avatar
🏠
Working from home

Tatsuro Baba tbaba

🏠
Working from home
View GitHub Profile
@tbaba
tbaba / parallel_assets_compiler.gemspec
Created September 3, 2012 08:28 — forked from joerichsen/parallel_assets_compiler.gemspec
Microgem for compiling assets in parallel
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = 'parallel_assets_compiler'
s.version = '0.2.0'
s.platform = Gem::Platform::RUBY
s.author = 'Jørgen Orehøj Erichsen'
s.email = 'joe@erichsen.net'
s.summary = 'Compile assets in parallel'
s.description = 'Compile assets in parallel to speed up deployment'