Sha256: 271421a5cb863f1ce974a4f19fdf387918d91a63cead77ddb5db777b1f5b7e9c
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.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.11") 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.0 | notifiers.gemspec |