Sha256: bea6b21b23ee6e850c7da5be4c3abb09f83eec0b6d749d5ee40d5145208c8fb4

Contents?: true

Size: 944 Bytes

Versions: 1

Compression:

Stored size: 944 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'arabic_stemmer/version'

Gem::Specification.new do |spec|
  spec.name          = "arabic_stemmer"
  spec.version       = ArabicStemmer::VERSION
  spec.authors       = ["Shuaib Zahda"]
  spec.email         = ["shuaib.zahda@gmail.com"]
  spec.summary       = %q{Lightweight Arabic word stemmer}
  spec.description   = %q{Stem Arabic word for example: المبرمجون مبرمج}
  spec.homepage      = "https://github.com/shuaibzahda/arabic_stemmer"
  spec.license       = "CC0 1.0"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake", "~> 0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arabic_stemmer-0.0.2 arabic_stemmer.gemspec