diff options
| author | Zack Hobson | 2011-12-30 19:32:54 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2011-12-30 19:32:54 -0800 | 
| commit | 3d8a797c6d0223189ac921ae28c9056e71f0e0ae (patch) | |
| tree | 609324e0838c361e661dfa62537ff13bea7d8876 /Rakefile | |
| parent | 52b158e13aafb59055a3151ea5ef7325646ab1de (diff) | |
| download | hcl-3d8a797c6d0223189ac921ae28c9056e71f0e0ae.tar.bz2 | |
ruby 1.9.x fixes
fixed some warnings and errors on modern rubies
also fixed an issue with the "stop" command not accepting a message
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 1 | 
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ begin      gem.email = "zack@opensourcery.com"      gem.homepage = "http://github.com/zenhob/hcl"      gem.authors = ["Zack Hobson"] -    gem.add_dependency "termios"      gem.add_dependency "trollop", ">= 1.10.2"      gem.add_dependency "chronic", ">= 0.2.3"      gem.add_dependency "highline", ">= 1.5.1"  | 
