--- !ruby/object:Gem::Specification name: ruby-dictionary version: !ruby/object:Gem::Version version: 1.0.0 prerelease: platform: ruby authors: - Matt Huggins autorequire: bindir: bin cert_chain: [] date: 2013-03-24 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake requirement: &2157439500 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2157439500 - !ruby/object:Gem::Dependency name: rspec requirement: &2157439080 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *2157439080 description: ! "Dictionary class for ruby that allows for checking\n existence and finding words starting with a given\n prefix." email: - matt.huggins@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE.txt - README.md - Rakefile - lib/ruby-dictionary.rb - lib/ruby-dictionary/dictionary.rb - lib/ruby-dictionary/version.rb - lib/ruby-dictionary/word_path.rb - ruby-dictionary.gemspec - spec/fixtures/compressed_lined.txt.gz - spec/fixtures/compressed_piped.txt.gz - spec/fixtures/uncompressed_lined.txt - spec/fixtures/uncompressed_piped.txt - spec/ruby-dictionary/dictionary_spec.rb - spec/ruby-dictionary/word_path_spec.rb - spec/spec_helper.rb - tasks/debug.rake - tasks/rspec.rake homepage: https://github.com/mhuggins/ruby-dictionary licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Simple dictionary class for checking existence of words test_files: - spec/fixtures/compressed_lined.txt.gz - spec/fixtures/compressed_piped.txt.gz - spec/fixtures/uncompressed_lined.txt - spec/fixtures/uncompressed_piped.txt - spec/ruby-dictionary/dictionary_spec.rb - spec/ruby-dictionary/word_path_spec.rb - spec/spec_helper.rb