Sha256: 8404f34fb2bca62c554a29f999a0331d79dc2b7975bd52c0381df2892159ca89

Contents?: true

Size: 990 Bytes

Versions: 5

Compression:

Stored size: 990 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "notiffany"
  spec.version       = Notiffany::VERSION
  spec.authors       = ["Cezary Baginski"]
  spec.email         = ["cezary@chronomantic.net"]
  spec.summary       = %q{Notifier library (extracted from Guard project)}
  spec.description   = %q{Single wrapper for most popular notification libraries}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    /^spec\//.match(f)
  end

  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_runtime_dependency "nenv", "~> 0.1"
  spec.add_runtime_dependency "shellany", "~> 0.0"

  spec.add_development_dependency "bundler", "~> 1.7"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
notiffany-0.0.6 notiffany.gemspec
notiffany-0.0.5 notiffany.gemspec
notiffany-0.0.4 notiffany.gemspec
notiffany-0.0.3 notiffany.gemspec
notiffany-0.0.2 notiffany.gemspec