Sha256: a09c11a27a20012877e870d8c89f70b8f889f9edcc2015b1551f95e7c856adfd

Contents?: true

Size: 791 Bytes

Versions: 1

Compression:

Stored size: 791 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name        = "notifiers"
  s.version     = '1.2.2'
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Tomás D'Stefano"]
  s.email       = ["tomasdestefi@gmail.com"]
  s.homepage    = "http://rubygems.org/gems/notifiers"
  s.summary     = "Use notifications in a simple and elegant way."
  s.description = "Use Growl and Lib-Notify in a simple and clean way."

  s.required_rubygems_version = ">= 1.3.6"
  s.rubyforge_project         = "notifiers"

  s.add_development_dependency('rspec', "~> 2.14")
  s.add_development_dependency('bundler', ">= 1.0.0")

  s.files        = `git ls-files`.split("\n")
  s.executables  = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
  s.require_path = 'lib'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notifiers-1.2.2 notifiers.gemspec