Got the gem layout working
authorNeil Smith <neil.github@njae.me.uk>
Thu, 30 Jun 2011 10:42:51 +0000 (11:42 +0100)
committerNeil Smith <neil.github@njae.me.uk>
Thu, 30 Jun 2011 10:42:51 +0000 (11:42 +0100)
Gemfile.lock
Rakefile

index 07df601572318e7b460319d5f3c505a15e1683e3..d87efa288af2f3278cc721fa71a03cea01dcd687 100644 (file)
@@ -6,7 +6,7 @@ GEM
       bundler (~> 1.0.0)
       git (>= 1.2.5)
       rake
-    rake (0.8.7)
+    rake (0.9.2)
     rcov (0.9.9)
     shoulda (2.11.3)
 
index b13ea937175695e4fa33cbc12b45a34ee55996bc..5c36b7d79563317d8af578b11e380b3d712f4e99 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -15,8 +15,9 @@ Jeweler::Tasks.new do |gem|
   gem.name = "porter2stemmer"
   gem.homepage = "http://github.com/NeilNjae/porter2stemmer"
   gem.license = "MIT"
-  gem.summary = %Q{TODO: one-line summary of your gem}
-  gem.description = %Q{TODO: longer description of your gem}
+  gem.summary = %Q{A pure Ruby implementation of the Porter 2 stemmer}
+  gem.description = %Q{This is the Porter 2 stemming algorithm, as described at 
+http://snowball.tartarus.org/algorithms/english/stemmer.html It removes suffixes from English words, revealing something closer to the stem of the word. For instance "acknowledgments".stem => "acknowledg".}
   gem.email = "neil.github@njae.me.uk"
   gem.authors = ["Neil Smith"]
   # Include your dependencies below. Runtime dependencies are required when using your gem,