Sha256: 234b0139500f0dcc4bfd4b1f24f8b8fa8233fafe31e0134ca4314a23b2e88d1b

Contents?: true

Size: 935 Bytes

Versions: 1

Compression:

Stored size: 935 Bytes

Contents

# encoding: utf-8
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |s|
  s.name = "mongoid_search2"
  s.version = "0.3.0.rc.1"
  s.authors = ["Mauricio Zaffari"]
  s.email =["mauricio@papodenerd.net"]
  s.homepage = "http://www.papodenerd.net/mongoid-search-full-text-search-for-your-mongoid-models/"
  s.summary = "Search implementation for Mongoid ORM"
  s.description = "Simple full text search implementation."

  s.required_rubygems_version = ">= 1.3.6"

  s.add_dependency("mongoid", ["~> 2.0"])

  s.add_development_dependency("fast-stemmer", ["~> 1.0.0"])
  s.add_development_dependency("ruby-stemmer", [">= 0.8.3"])

  s.add_development_dependency("database_cleaner", ["~> 0.6.4"])
  s.add_development_dependency("rake", ["~> 0.8.7"])
  s.add_development_dependency("rspec", ["~> 2.4"])

  s.require_path = "lib"
  s.files = IO.read('Manifest.txt').split("\n")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mongoid_search2-0.3.0.rc.1 mongoid_search.gemspec