Sha256: 7c15a9b3986f9cdd3339b7171928c82caf042556e271cdebc7c2ea7944cd5534

Contents?: true

Size: 746 Bytes

Versions: 1

Compression:

Stored size: 746 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)
require "dusen/version"

Gem::Specification.new do |s|
  s.name = 'dusen'
  s.version = Dusen::VERSION
  s.authors = ["Henning Koch"]
  s.email = 'henning.koch@makandra.de'
  s.homepage = 'https://github.com/makandra/dusen'
  s.summary = 'Comprehensive full text search for ActiveRecord and MySQL'
  s.description = s.summary
  s.license = 'MIT'

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

  s.add_dependency('rails')

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dusen-0.4.6 dusen.gemspec