Sha256: 5578fcbed50c73b247813a3c610194ff5dafa2f0875e6ee3fc38b6728f32b4bf

Contents?: true

Size: 1.18 KB

Versions: 6

Compression:

Stored size: 1.18 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 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"

  # temporarily, until roadie-rails reaches 1.1
  # a spceial fork needs to be used from the host app:
  # gem 'roadie-rails', git: 'https://github.com/tomasc/roadie-rails'
  spec.add_dependency 'roadie-rails'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tkh_mailing_list-0.12 tkh_mailing_list.gemspec
tkh_mailing_list-0.11.3 tkh_mailing_list.gemspec
tkh_mailing_list-0.11.2 tkh_mailing_list.gemspec
tkh_mailing_list-0.11.1.1 tkh_mailing_list.gemspec
tkh_mailing_list-0.11.1 tkh_mailing_list.gemspec
tkh_mailing_list-0.11 tkh_mailing_list.gemspec