From 02ba611c9895dd3d162bdf3dad03ee99eff599c6 Mon Sep 17 00:00:00 2001 From: Dave Copeland Date: Sun, 26 May 2013 17:34:18 -0400 Subject: [PATCH] remove unused files + RC version --- .vimrc | 2 -- lib/gli/version.rb | 2 +- test/{tc_compount_command.rb => tc_compound_command.rb} | 0 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .vimrc rename test/{tc_compount_command.rb => tc_compound_command.rb} (100%) diff --git a/.vimrc b/.vimrc deleted file mode 100644 index 0b991ec2..00000000 --- a/.vimrc +++ /dev/null @@ -1,2 +0,0 @@ -map o :CommandT /Users/davec/Projects/gli -map  :CommandT /Users/davec/Projects/gli diff --git a/lib/gli/version.rb b/lib/gli/version.rb index e7436509..a692e8f6 100644 --- a/lib/gli/version.rb +++ b/lib/gli/version.rb @@ -1,5 +1,5 @@ module GLI unless const_defined? :VERSION - VERSION = '2.5.6' #:nodoc: + VERSION = '2.6.0.rc1' end end diff --git a/test/tc_compount_command.rb b/test/tc_compound_command.rb similarity index 100% rename from test/tc_compount_command.rb rename to test/tc_compound_command.rb