Sha256: 1b10f294d4b3a41873712fc391041107a94483da8e682ca309c515637bdf0d27

Contents?: true

Size: 817 Bytes

Versions: 3

Compression:

Stored size: 817 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      = "https://github.com/foxycoder/nsnotify"

  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

3 entries across 3 versions & 1 rubygems

Version Path
nsnotify-0.0.4 nsnotify.gemspec
nsnotify-0.0.3 nsnotify.gemspec
nsnotify-0.0.2 nsnotify.gemspec