Gemified
authorNeil Smith <neil.github@njae.me.uk>
Wed, 29 Jun 2011 10:10:56 +0000 (11:10 +0100)
committerNeil Smith <neil.github@njae.me.uk>
Wed, 29 Jun 2011 10:10:56 +0000 (11:10 +0100)
commitcfc1c3309c8c78411683697836307ee18f20ea1d
tree17c7f09fe2dc1b33ede80dba11d2a2b72b238507
parenta10026f6ba04d8887df8d4c1d7f08af4198c6c2e
Gemified
25 files changed:
Gemfile [new file with mode: 0644]
Gemfile.lock [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
README.rdoc [new file with mode: 0644]
Rakefile [new file with mode: 0644]
VERSION [new file with mode: 0644]
lib/porter2stemmer.rb [new file with mode: 0644]
lib/porter2stemmer/constants.rb [new file with mode: 0644]
lib/porter2stemmer/implementation.rb [new file with mode: 0644]
rdoc/classes/Porter2.html [new file with mode: 0644]
rdoc/classes/String.html [new file with mode: 0644]
rdoc/created.rid [new file with mode: 0644]
rdoc/files/README_rdoc.html [new file with mode: 0644]
rdoc/files/lib/porter2stemmer/constants_rb.html [new file with mode: 0644]
rdoc/files/lib/porter2stemmer/implementation_rb.html [new file with mode: 0644]
rdoc/files/lib/porter2stemmer_rb.html [new file with mode: 0644]
rdoc/fr_class_index.html [new file with mode: 0644]
rdoc/fr_file_index.html [new file with mode: 0644]
rdoc/fr_method_index.html [new file with mode: 0644]
rdoc/index.html [new file with mode: 0644]
rdoc/rdoc-style.css [new file with mode: 0644]
test/helper.rb [new file with mode: 0644]
test/test_porter2stemmer.rb [new file with mode: 0644]
test/test_porter2stemmer_full.rb [new file with mode: 0644]
test/test_porter2stemmer_parts.rb [new file with mode: 0644]