# -*- encoding: utf-8 -*- # stub: mongoid-haystack 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "mongoid-haystack".freeze s.version = "1.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ara T. Howard".freeze] s.date = "2012-12-06" s.description = "a mongoid 3 zero-config, zero-integration, POLS pure mongo fulltext solution".freeze s.email = "ara.t.howard@gmail.com".freeze s.files = ["README.md".freeze, "Rakefile".freeze, "lib/app/models/mongoid/haystack/count.rb".freeze, "lib/app/models/mongoid/haystack/index.rb".freeze, "lib/app/models/mongoid/haystack/sequence.rb".freeze, "lib/app/models/mongoid/haystack/token.rb".freeze, "lib/mongoid-haystack.rb".freeze, "lib/mongoid-haystack/count.rb".freeze, "lib/mongoid-haystack/index.rb".freeze, "lib/mongoid-haystack/search.rb".freeze, "lib/mongoid-haystack/sequence.rb".freeze, "lib/mongoid-haystack/stemming.rb".freeze, "lib/mongoid-haystack/stemming/stopwords/english.txt".freeze, "lib/mongoid-haystack/stemming/stopwords/extended_english.txt".freeze, "lib/mongoid-haystack/stemming/stopwords/full_danish.txt".freeze, "lib/mongoid-haystack/stemming/stopwords/full_dutch.txt".freeze, "lib/mongoid-haystack/stemming/stopwords/full_english.txt".freeze, "lib/mongoid-haystack/stemming/stopwords/full_finnish.txt".freeze, "lib/mongoid-haystack/stemming/stopwords/full_french.txt".freeze, "lib/mongoid-haystack/stemming/stopwords/full_german.txt".freeze, "lib/mongoid-haystack/stemming/stopwords/full_italian.txt".freeze, "lib/mongoid-haystack/stemming/stopwords/full_norwegian.txt".freeze, "lib/mongoid-haystack/stemming/stopwords/full_portuguese.txt".freeze, "lib/mongoid-haystack/stemming/stopwords/full_russian.txt".freeze, "lib/mongoid-haystack/stemming/stopwords/full_russiankoi8_r.txt".freeze, "lib/mongoid-haystack/stemming/stopwords/full_spanish.txt".freeze, "lib/mongoid-haystack/token.rb".freeze, "lib/mongoid-haystack/util.rb".freeze, "mongoid-haystack.gemspec".freeze, "test/helper.rb".freeze, "test/mongoid-haystack_test.rb".freeze, "test/testing.rb".freeze] s.homepage = "https://github.com/ahoward/mongoid-haystack".freeze s.rubygems_version = "3.5.10".freeze s.summary = "mongoid-haystack".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 6.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4.0".freeze]) end