From 8044278e37995e3c2fa78f5588e2fdcfc51f76fd Mon Sep 17 00:00:00 2001 From: Pieter van de Bruggen Date: Wed, 2 Mar 2011 11:38:30 -0800 Subject: Another quick typo correction. --- specs/inverted.yml | 2 +- specs/sections.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/inverted.yml b/specs/inverted.yml index a5a84d8..9713188 100644 --- a/specs/inverted.yml +++ b/specs/inverted.yml @@ -17,7 +17,7 @@ overview: | 3) If the context is an object and the method with the given name has an arity of 1, the method SHOULD be called with a String containing the unprocessed contents of the sections; the data is the value returned. - 3) Otherwise, the data is the value returned by calling the method with + 4) Otherwise, the data is the value returned by calling the method with the given name. If the data is not of a list type, it is coerced into a list as follows: if the data is truthy (e.g. `!!data == true`), use a single-element list diff --git a/specs/sections.yml b/specs/sections.yml index 5ce86a8..1688492 100644 --- a/specs/sections.yml +++ b/specs/sections.yml @@ -16,7 +16,7 @@ overview: | 3) If the context is an object and the method with the given name has an arity of 1, the method SHOULD be called with a String containing the unprocessed contents of the sections; the data is the value returned. - 3) Otherwise, the data is the value returned by calling the method with + 4) Otherwise, the data is the value returned by calling the method with the given name. If the data is not of a list type, it is coerced into a list as follows: if the data is truthy (e.g. `!!data == true`), use a single-element list -- cgit v1.2.1 From b7763f5793b489126963a14b277ce62a101bd3bd Mon Sep 17 00:00:00 2001 From: Pieter van de Bruggen Date: Wed, 2 Mar 2011 12:03:59 -0800 Subject: Adding a changelog. --- Changes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Changes diff --git a/Changes b/Changes new file mode 100644 index 0000000..3c574d0 --- /dev/null +++ b/Changes @@ -0,0 +1,2 @@ +2011-02-28: v1.0.0 + Initial Release -- cgit v1.2.1 From 5ed5e3a3baa52fd7a4578dfa3162d306e7f5414e Mon Sep 17 00:00:00 2001 From: Pieter van de Bruggen Date: Wed, 2 Mar 2011 12:07:22 -0800 Subject: Updating the changelog for v1.0.1. --- Changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes b/Changes index 3c574d0..f1e27f8 100644 --- a/Changes +++ b/Changes @@ -1,2 +1,6 @@ +2011-03-02: v1.0.1 + Clarifying a point in the README about version compliance. + Adding high-level documentation to each spec file. + 2011-02-28: v1.0.0 Initial Release -- cgit v1.2.1