Sha256: a21f62f5e4f346de2698d8e46e8cf41a2fe1f29e92f58b89b8a3f8585037a9c0
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "notify" s.version = "0.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["jugyo"] s.date = "2013-03-25" s.description = "The \"notify\" provides a function to notify on cross platform." s.email = "jugyo.org@gmail.com" s.executables = ["notify"] s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = [ "LICENSE", "README.md", "Rakefile", "VERSION", "bin/notify", "lib/notify.rb", "lib/notify/growlnotify.rb", "lib/notify/kdialog.rb", "lib/notify/libnotify.rb", "lib/notify/notify-send.rb", "lib/notify/ruby-growl.rb", "lib/notify/ruby_gntp.rb", "lib/notify/terminal-notifier.rb", "notify.gemspec", "sample.rb" ] s.homepage = "http://github.com/jugyo/notify" s.require_paths = ["lib"] s.rubygems_version = "1.8.23" s.summary = "A function to notify on cross platform." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
notify-0.5.0 | notify.gemspec |