Sha256: 5acff8b3775f804f3a2a13ccbf7efa77d090cd2585fde0e74497f09f1052b889

Contents?: true

Size: 849 Bytes

Versions: 4

Compression:

Stored size: 849 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "multi_notifier"
  spec.version       = MultiNotifier::VERSION
  spec.authors       = ["Jingwen Owen Ou"]
  spec.email         = ["jingweno@gmail.com"]
  spec.description   = %q{Simple and flexbile library for sending notifications}
  spec.summary       = %q{Simple and flexbile library for sending notifications}
  spec.homepage      = ""
  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_dependency "activemodel", ">= 3.0.0"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
multi_notifier-0.4.0 multi_notifier.gemspec
multi_notifier-0.3.0 multi_notifier.gemspec
multi_notifier-0.2.0 multi_notifier.gemspec
multi_notifier-0.0.1 multi_notifier.gemspec