README.rdoc in ae-1.1.0 vs README.rdoc in ae-1.2
- old
+ new
@@ -1,13 +1,13 @@
-= A.E. -- Assertive Expressive
+= Assertive Expressive
* http://proutils.rubyforge.org/ae/
== DESCRIPTION
-Assertive Expressive (A.E.) is an assertions framework
+Assertive Expressive (AE) is an assertions framework
intended for reuse by any TDD, BDD or similar system.
== FEATURES/ISSUES
@@ -36,15 +36,15 @@
In addition AE's +assert+ method has been extended to accept a block,
the result of which is likewise verified.
assert{true}
-However, the true power the AE's +assert+ method, lies in it's use
-without argument or block. In this case, it returns an instance of
-+Assertor+. An +Assertor+ is an <i>Assertions Functor</i> --also
-called a Higher-Order Function, it is a function that operates on
-another function. With it, we can make assertions like:
+But the real power the AE's +assert+ method lies in it's use
+without argument or block. In that case it returns an instance of
++Assertor+. An +Assertor+ is an <i>Assertions Functor</i>, or
+<i>Higher-Order Function</i>. It is a function that operates on
+another function. With it, we can make assertions like so:
x.assert == y
a.assert.include? e
@@ -76,17 +76,17 @@
$ gem install gemcutter
$ gem tumble
Then you can install AE with:
- gem install ae
+ $ gem install ae
=== Site Installs
Local installation requires Setup.rb.
- gem install setup
+ $ gem install setup
Then download the tarball package from GitHub (under pack/ directory)
and do:
$ tar -xvzf ae-1.0.0.tgz
@@ -99,9 +99,9 @@
== COPYRIGHTS & LICENSE
Copyright (c) 2008,2009 Thomas Sawyer
Unless otherwise provided for by the originating author, this
-program is distributed under the terms of the GPL v3 license.
+program is distributed under the terms of the LGPL v3 license.
-See LICENSE file for details.
+See COPYING file for details.