Sha256: e14b71c6effd249d04f35cd381910d85d98d3235a52fc27d8337dd443dec1aff

Contents?: true

Size: 861 Bytes

Versions: 6

Compression:

Stored size: 861 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "pg_search/version"

Gem::Specification.new do |s|
  s.name        = "pg_search"
  s.version     = PgSearch::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Case Commons, LLC"]
  s.email       = ["casecommons-dev@googlegroups.com"]
  s.homepage    = "https://github.com/Casecommons/pg_search"
  s.summary     = %q{PgSearch builds ActiveRecord named scopes that take advantage of PostgreSQL's full text search}
  s.description = %q{PgSearch builds ActiveRecord named scopes that take advantage of PostgreSQL's full text search}

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pg_search-0.2.2 pg_search.gemspec
pg_search-0.2.1 pg_search.gemspec
pg_search-0.2 pg_search.gemspec
pg_search-0.1.1 pg_search.gemspec
pg_search-0.1 pg_search.gemspec
pg_search-0.0.2 pg_search.gemspec