summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorZack Hobson2011-12-30 19:32:54 -0800
committerZack Hobson2011-12-30 19:32:54 -0800
commit3d8a797c6d0223189ac921ae28c9056e71f0e0ae (patch)
tree609324e0838c361e661dfa62537ff13bea7d8876 /Rakefile
parent52b158e13aafb59055a3151ea5ef7325646ab1de (diff)
downloadhcl-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--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 2745796..50241e3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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"