# -*- encoding: utf-8 -*- # stub: ruby-dictionary 1.1.1 ruby lib Gem::Specification.new do |s| s.name = "ruby-dictionary".freeze s.version = "1.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Matt Huggins".freeze] s.date = "2014-08-14" s.description = "Dictionary class for ruby that allows for checking\n existence and finding words starting with a given\n prefix.".freeze s.email = ["matt.huggins@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/ruby-dictionary.rb".freeze, "lib/ruby-dictionary/dictionary.rb".freeze, "lib/ruby-dictionary/version.rb".freeze, "lib/ruby-dictionary/word_path.rb".freeze, "ruby-dictionary.gemspec".freeze, "spec/fixtures/compressed_lined.txt.gz".freeze, "spec/fixtures/compressed_piped.txt.gz".freeze, "spec/fixtures/uncompressed_lined.txt".freeze, "spec/fixtures/uncompressed_piped.txt".freeze, "spec/ruby-dictionary/dictionary_spec.rb".freeze, "spec/ruby-dictionary/word_path_spec.rb".freeze, "spec/spec_helper.rb".freeze, "tasks/debug.rake".freeze, "tasks/rspec.rake".freeze] s.homepage = "https://github.com/mhuggins/ruby-dictionary".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Simple dictionary class for checking existence of words".freeze s.test_files = ["spec/fixtures/compressed_lined.txt.gz".freeze, "spec/fixtures/compressed_piped.txt.gz".freeze, "spec/fixtures/uncompressed_lined.txt".freeze, "spec/fixtures/uncompressed_piped.txt".freeze, "spec/ruby-dictionary/dictionary_spec.rb".freeze, "spec/ruby-dictionary/word_path_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end