Sha256: 8b2fad7568d3e4ec5f44515e55007a654920c80e4369e8e3ce8c00c4d2aebce1

Contents?: true

Size: 800 Bytes

Versions: 1

Compression:

Stored size: 800 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/nsnotify/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Wouter de Vos"]
  gem.email         = ["Nsnotify@foxycoder.com"]
  gem.description   = %q{Notifications through the OS X Notification Center.}
  gem.summary       = %q{Notifications through the OS X Notification Center available since OS X 10.8 Mountain Lion.}
  gem.homepage      = "http://foxycoder.com"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "nsnotify"
  gem.require_paths = ["lib"]
  gem.version       = Nsnotify::VERSION

  gem.add_development_dependency 'rspec', '~> 2.11'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nsnotify-0.0.1 nsnotify.gemspec