ruby-snarl.gemspec in ruby-snarl-0.0.5 vs ruby-snarl.gemspec in ruby-snarl-0.0.6
- old
+ new
@@ -1,9 +1,9 @@
require 'rubygems'
spec = Gem::Specification.new do |s|
s.name = "ruby-snarl"
- s.version = "0.0.5"
+ s.version = "0.0.6"
s.author = "Patrick Hurley"
s.email = "phurley@gmail.com"
s.homepage = "http://ruby-snarl.rubyforge.org/"
s.platform = Gem::Platform::RUBY
s.summary = "Snarl (http://www.fullphat.net/snarl.html) is a simple notification system, similar to Growl under OSX. This is a simple pure Ruby wrapper to the native API (using DL)."
\ No newline at end of file