README.md in args_parser-0.1.6 vs README.md in args_parser-0.2.0

- old
+ new

@@ -5,13 +5,11 @@ * http://shokai.github.io/args_parser Requirements ------------ -* Ruby 1.8.7+ -* Ruby 1.9.3+ -* JRuby 1.6.7+ +- Ruby 1.8.7 ~ 2.0.0 Install ------- @@ -55,13 +53,14 @@ f.write open(args[:url]).read end puts "saved! => #{args[:output]}" ``` -equal style +### equal style - % ruby samples/twitter_timeline.rb --user=shokai --fav --rt + % ruby samples/equal_style.rb --help + % ruby samples/equal_style.rb --user=shokai hello world --a=1234 parse equal style ARGV ```ruby args = ArgsArgs.parse ARGV, :style => :equal do ``` @@ -72,10 +71,10 @@ Test ---- % gem install bundler % bundle install - % rake test + % bundle exec rake test Contributing ------------ 1. Fork it \ No newline at end of file