From 066fa6953e201272b93df3b32f25fff2e18c4ec7 Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Fri, 7 Jan 2011 08:47:41 +0000 Subject: [PATCH] Renamed porter2_module to porter2_constants --- doc/created.rid | 6 +++--- doc/lib/porter2_rb.html | 4 ++-- lib/porter2.rb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/created.rid b/doc/created.rid index fd2cc82..d9b4f19 100644 --- a/doc/created.rid +++ b/doc/created.rid @@ -1,6 +1,6 @@ -Wed, 05 Jan 2011 11:40:35 +0000 +Fri, 07 Jan 2011 08:46:50 +0000 ./test/tc_porter2_parts.rb Wed, 05 Jan 2011 11:38:33 +0000 ./test/ts_porter2.rb Mon, 03 Jan 2011 00:20:11 +0000 ./test/tc_porter2_full.rb Wed, 05 Jan 2011 11:35:59 +0000 -./lib/porter2_module.rb Wed, 05 Jan 2011 11:34:03 +0000 -./lib/porter2.rb Wed, 05 Jan 2011 11:33:59 +0000 +./lib/porter2.rb Fri, 07 Jan 2011 08:46:31 +0000 +./lib/porter2_constants.rb Fri, 07 Jan 2011 08:46:16 +0000 diff --git a/doc/lib/porter2_rb.html b/doc/lib/porter2_rb.html index 3b98008..d4d44d9 100644 --- a/doc/lib/porter2_rb.html +++ b/doc/lib/porter2_rb.html @@ -24,14 +24,14 @@
Last Modified
-
2011-01-05 11:33:59 +0000
+
2011-01-07 08:46:31 +0000
Requires
    -
  • porter2_module
  • +
  • porter2_constants
diff --git a/lib/porter2.rb b/lib/porter2.rb index 3f43303..e99e358 100644 --- a/lib/porter2.rb +++ b/lib/porter2.rb @@ -1,6 +1,6 @@ # coding: utf-8 -require 'porter2_module' +require 'porter2_constants' # ==The Porter 2 stemmer # -- 2.34.1