Sha256: 9f4d5ec85d2f94e5114528c57268c5da62965f19ceea9c32aa11b39c89b6b301

Contents?: true

Size: 527 Bytes

Versions: 6

Compression:

Stored size: 527 Bytes

Contents

require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name = "notify"
    gem.summary = %Q{A function to notify on cross platform.}
    gem.description = %Q{The "notify" provides a function to notify on cross platform.}
    gem.email = "jugyo.org@gmail.com"
    gem.homepage = "http://github.com/jugyo/notify"
    gem.authors = ["jugyo"]
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
notify-0.5.0 Rakefile
notify-0.4.0 Rakefile
notify-0.3.0 Rakefile
notify-0.2.1 Rakefile
notify-0.2.0 Rakefile
notify-0.1.1 Rakefile