pismo 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +1 -1
- data/lib/pismo/version.rb +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
@@ -10,7 +10,7 @@ All tests pass on Ruby 1.8.7, Ruby 1.9.2 (both MRI) and JRuby 1.5.6.
|
|
10
10
|
|
11
11
|
## NEWS:
|
12
12
|
|
13
|
-
December 19, 2010: Version 1.7.
|
13
|
+
December 19, 2010: Version 1.7.2 has been released - it includes a patch from Darcy Laycock to fix keyword extraction problems on some pages, has switched from Jeweler to Bundler for management of the gem, and adds support for JRuby 1.5.6 by skipping stemming on that platform.
|
14
14
|
|
15
15
|
## USAGE:
|
16
16
|
|
data/lib/pismo/version.rb
CHANGED