README.rdoc in qed-2.6.3 vs README.rdoc in qed-2.7.0
- old
+ new
@@ -1,8 +1,14 @@
= Ruby Q.E.D.
+{Homepage}[http://rubyworks.github.com/qed] |
+{Development}[http://github.com/rubyworks/qed] |
+{Mailing list}[http://groups.google.com/group/rubyworks-mailinglist] |
+{<img src="http://travis-ci.org/rubyworks/qed.png" />}[http://travis-ci.org/rubyworks/qed]
+
+
== Introduction
Q.E.D. is an abbreviation for the well known Latin phrase "Quod Erat Demonstrandum",
literally "which was to be demonstrated", which is oft written in its abbreviated
form at the end of a mathematical proof or philosophical argument to signify
@@ -24,17 +30,10 @@
* Uses the excellent AE (Assertive Expressive) library for assertions.
* Table macro allows large sets of data to be tested by the same code.
* Documentation tool provides nice output with jQuery-based TOC.
-== Resources
-
-* {Homepage}[http://rubyworks.github.com/qed]
-* {Mailing list}[http://groups.google.com/group/rubyworks-mailinglist]
-* {Development}[http://github.com/rubyworks/qed]
-
-
== Synopsis
=== Assertion Syntax
QED uses the AE (Assertive Expressive) library to provide an elegant means to
@@ -149,14 +148,14 @@
These will be automatically installed when installing QED via RubyGems,
if they are not already installed.
-== Copyright and License
+== Copyrights
Q.E.D.
-Copyright (c) 2007 Thomas Sawyer
+Copyright (c) 2007 Rubyworks, Thomas Sawyer
BSD 2 Clause License
-See LICENSE.rdoc for details.
+See COPYING.rdoc for details.