Sha256: bd3c30dc4fa034560bc6559e3ff2b7b86e4509ff49f581c2cef395553bf83ecb
Contents?: true
Size: 1.76 KB
Versions: 0
Compression: gzip
Compressed size: 830 Bytes
Stored size: 830 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.8.4 specification_version: 1 name: rsi version: !ruby/object:Gem::Version version: "0.4" date: 2005-02-04 summary: RSI (Ruby Simple Indexer) is a simple full text index require_paths: - lib email: gdf@rubyforge.org homepage: http://rsi.rubyforge.org rubyforge_project: rsi description: "RSI is a simple full text search engine implementation in Ruby. It aims to be easily useful within other programs: simple to set up, simple to use. An emphasis has been placed on getting functionality out the door, rather than heavy optimization (that can come later). It still appears to be reasonably fast and efficient (while admitting to have not been heavily profiled...)." autorequire: rsi default_executable: rsi_search.rb bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby authors: - Greg Fast files: - LICENSE - Makefile - Manifest - README - TODO - rsi.gemspec - setup.rb - version.release - bin/rsi_search.rb - bin/search_bench.rb - docs/ATTRIB - docs/Changes - docs/Roadmap - lib/rsi.rb - lib/rsi/analysis.rb - lib/rsi/compressed_serializers.rb - lib/rsi/dictionary.rb - lib/rsi/index.rb - lib/rsi/logmanager.rb - lib/rsi/porter.rb - lib/rsi/query.rb - lib/rsi/rsi_intro.rb - lib/rsi/serializers.rb - lib/rsi/stoplist.rb - lib/rsi/stoplist.txt - tests/suite_all.rb - tests/t_analysis.rb - tests/t_index.rb - tests/t_index_multi.rb - tests/t_dictionary.rb test_files: - tests/suite_all.rb rdoc_options: [] extra_rdoc_files: [] executables: - rsi_search.rb extensions: [] requirements: [] dependencies: []