This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| #-*- coding: utf-8 -*- | |
| # | |
| # unify dupulicated gem files. | |
| # | |
| # This work is in the public domain. | |
| # | |
| require 'digest/md5' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # 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' |
NewerOlder