Sha256: c87fff45f83ca4dc0f3c5da3900adbe870fbc780572a6459150f12f8d1d17230

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 KB

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 allow 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"

  spec.add_dependency "tkh_authentication", '~> 0.9.2'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tkh_mailing_list-0.9.2 tkh_mailing_list.gemspec
tkh_mailing_list-0.9.1 tkh_mailing_list.gemspec
tkh_mailing_list-0.9 tkh_mailing_list.gemspec