Sha256: 0d24fc088bf5c439eaea7d458e0b0f2c0bb5c82b37d320427b4c8371eee53d3e
Contents?: true
Size: 994 Bytes
Versions: 1
Compression:
Stored size: 994 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'locabulary' Gem::Specification.new do |spec| spec.name = "locabulary" spec.version = Locabulary::VERSION spec.authors = ["Jeremy Friesen"] spec.email = ["jeremy.n.friesen@gmail.com"] spec.summary = %q{An extraction of limited localized vocabulary for Sipity and CurateND.} spec.description = %q{An extraction of limited localized vocabulary for Sipity and CurateND.} spec.homepage = "https://github.com/ndlib/locabulary" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.9" spec.add_development_dependency "rake", "~> 10.0" spec.add_dependency "json", "~> 1.8" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
locabulary-0.1.0 | locabulary.gemspec |