README.textile in bump-0.1.0 vs README.textile in bump-0.1.2

- old
+ new

@@ -1,22 +1,45 @@ \ No newline at end of file +h1. Installation + +bc. gem install bump + +h1. Usage + +Current version of your gem file: + +bc. bump current +Current version: 0.1.2 + +Bump your gemfile (major, minor, tiny): + +bc. bump tiny +Bump version 0.1.2 to 0.1.3 + + +h1. Todo + +* Handle options properly +* I really need to write tests! +* Some code can be refactored +