Sha256: 079561e6eee129b15f51d66cc25b88a96a0c8b9462b0b033fa38e7a97ce96c9f
Contents?: true
Size: 972 Bytes
Versions: 1
Compression:
Stored size: 972 Bytes
Contents
Gem::Specification.new do |s| s.name = 'smilies' s.version = '0.0.3' s.summary = 'Notification for linux desktops' s.author = 'Armin Joellenbeck' s.email = 'armin@joellenbeck.net' s.homepage = 'http://github.com/armin-joellenbeck/smilies/tree/master' s.description = <<-EOF This library consists of a notification server for linux desktops and a correspondent ruby client API. It further contains a binary named smile which runs a given shell command and reports its output and return status. EOF s.requirements << 'notification-daemon >= 0.3.7' << 'RNotify.rb >= 0.3.3' s.files = Dir.glob([ 'README', 'Rakefile', '*.gemspec', 'bin/*', 'icons/*', 'lib/**/*', 'spec/**/*' ]) s.bindir = 'bin' s.executables << 'smilies' << 'smile' s.has_rdoc = true s.extra_rdoc_files << 'README' s.rdoc_options = [ '--all', '--charset', 'utf8', '--main', 'README', '--title', 'Smilies' ] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
armin-joellenbeck-smilies-0.0.3 | smilies.gemspec |