README.markdown in oct-0.2.0 vs README.markdown in oct-0.3.1
- old
+ new
@@ -8,11 +8,11 @@
----
Oct is a sample RubyGem application cloned from BasicApp.
See <http://github.com/robertwahler/basic_app> for more information.
-Oct does scratch an itch. 'Chmod' is easier to drive in octal and I can't
+Oct does scratch an itch. 'Chmod' is easier to drive in octal and I can't
convince 'ls -l' to output permissions in octal.
Here is an equivalent bash script
#!/bin/bash
@@ -33,34 +33,33 @@
echo "$file does not exist."; echo
continue # On to next.
fi
stat --format='%a,%U,%G,%t %n' $file
- done
+ done
-Run-time dependencies
+Run-time dependencies
---------------------
* Term-ansicolor for optional color output <http://github.com/flori/term-ansicolor>
-* Configatron for configuration support <http://github.com/markbates/configatron>
Development dependencies
------------------------
* Bundler for dependency management <http://github.com/carlhuda/bundler>
-* Rspec for unit testing <http://github.com/dchelimsky/rspec>
-* Cucumber for functional testing <http://github.com/aslakhellesoy/cucumber>
-* Aruba for CLI testing <http://github.com/aslakhellesoy/aruba>
-* YARD for documentation generation <http://github.com/lsegal/yard>
+* Rspec for unit testing <http://github.com/rspec/rspec>
+* Cucumber for functional testing <http://github.com/cucumber/cucumber>
+* Aruba for CLI testing <http://github.com/cucumber/aruba>
+* Yard for documentation generation <http://github.com/lsegal/yard>
+* Redcarpet for documentation markup processing <http://github.com/tanoku/redcarpet>
-
Installation
------------
-This gem has been published on RubyGems.org
+This gem has been published on RubyGems.org
gem install oct
Usage
@@ -71,11 +70,11 @@
Octal file listing
Usage: oct [options] [FILES]
Options:
-
+
-v, --[no-]verbose Run verbosely
-c, --[no-]coloring Ansi color in output
--version Display current version
-h, --help Show this message
@@ -96,6 +95,6 @@
Copyright
---------
-Copyright (c) 2010 GearheadForHire, LLC. See [LICENSE](LICENSE) for details.
+Copyright (c) 2010-2011 GearheadForHire, LLC. See [LICENSE](LICENSE) for details.