Sha256: 058eabee34e1b6e01127829aa99042bbe5640213b5d289f8cc1f5297295ebe8e
Contents?: true
Size: 697 Bytes
Versions: 1
Compression:
Stored size: 697 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/notify/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["jugyo"] gem.email = ["jugyo.org@gmail.com"] gem.description = %q{The "notify" provides a function to notify on cross platform.} gem.summary = %q{A function to notify on cross platform.} gem.homepage = "http://github.com/jugyo/notify" 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 = "notify" gem.require_paths = ["lib"] gem.version = Notify::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
notify-0.5.1 | notify.gemspec |