# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "notifiers" s.version = '1.1.0' 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.0.1") 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