Skip to content

Instantly share code, notes, and snippets.

View f440's full-sized avatar
🫥
-4/26

f440 f440

🫥
-4/26
View GitHub Profile
#!/usr/bin/env ruby
#-*- coding: utf-8 -*-
#
# unify dupulicated gem files.
#
# This work is in the public domain.
#
require 'digest/md5'
@f440
f440 / my_template.rb
Created December 15, 2010 04:22
rials template
#
# This work is in the public domain.
#
if yes? "Do you use haml? [yes/no]"
gem 'haml-rails'
end
if yes? "Do you use compass? [yes/no]"
gem 'compass'