Sha256: fff7496acd6ae11560d7046c9b5c9a575abfc0f288a13b39b1a7122a8c0eaa29
Contents?: true
Size: 844 Bytes
Versions: 2
Compression:
Stored size: 844 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/barely_searchable/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Robert L. Carpenter"] gem.email = ["codemonkey@robacarp.com"] gem.description = %q{Adds a very rudimentary .search() function to your activerecord models} gem.summary = %q{Add quick and dirty search functionality to your model layer without any indexing service} gem.homepage = "https://github.com/robacarp/barely_searchable" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "barely_searchable" gem.require_paths = ["lib"] gem.version = BarelySearchable::VERSION end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
barely_searchable-1.0.0 | barely_searchable.gemspec |
barely_searchable-0.0.1 | barely_searchable.gemspec |