Sha256: 00c903912099c0f32dda54d16dea351f403c4d1c3955ba35f12efb7335f424ba
Contents?: true
Size: 997 Bytes
Versions: 9
Compression:
Stored size: 997 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'tkh_mailing_list/version' Gem::Specification.new do |spec| spec.name = "tkh_mailing_list" spec.version = TkhMailingList::VERSION spec.authors = ["Swami Atma"] spec.email = ["swami@TenThousandHours.eu"] spec.description = %q{A mailing list module to work with tkh_authentication gem} spec.summary = %q{This gem inherits from the tkh_authentication gem and allows administrators to manage user records} spec.homepage = "https://github.com/allesklar/tkh_mailing_list" spec.license = "MIT" spec.files = `git ls-files`.split($/) 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.3" spec.add_development_dependency "rake" end
Version data entries
9 entries across 9 versions & 1 rubygems