README.md in deblank-0.0.1 vs README.md in deblank-0.1.0
- old
+ new
@@ -35,11 +35,11 @@
Installation
------------
You can either
-- use `gem install deblank`,
+- use `gem install deblank` to install from RubyGems.org,
- copy `lib/deblank.rb` under the name `deblank` into your search path,
- clone or download the repository and use `[sudo] rake install`
on a Linux machine to install `deblank` and its man page to `/usr/local`.
@@ -49,12 +49,12 @@
- Ruby must be installed on your system.
- No additional Ruby gems are needed to run `deblank`.
-- `deblank` has been tested with Ruby 1.9.3 on a Linux machine
- and on Windows (command prompt with code page 850).
+- `deblank` has been tested with Ruby 1.9.3 and Ruby 2.0.0
+ on Linux and on Windows (command prompt with code page 850).
Documentation
-------------
Use `deblank --help` to display a brief help message.
@@ -75,10 +75,10 @@
Report bugs on the `deblank` home page: <https://github.com/stomar/deblank/>
License
-------
-Copyright © 2012, Marcus Stollsteimer
+Copyright © 2012-2013 Marcus Stollsteimer
`deblank` is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 or later (GPLv3+),
see [www.gnu.org/licenses/gpl.html](http://www.gnu.org/licenses/gpl.html).
There is NO WARRANTY, to the extent permitted by law.