Skip to content

Commit

Permalink
Fix gemsepc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Gaspar authored and scottdavis committed Oct 3, 2011
1 parent 05a8bd5 commit b433b61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions growl_notify.gemspec
Expand Up @@ -6,11 +6,11 @@ Gem::Specification.new do |s|
s.name = "growl_notify"
s.version = GrowlNotify::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["TODO: Write your name"]
s.email = ["TODO: Write your email address"]
s.homepage = ""
s.summary = %q{TODO: Write a gem summary}
s.description = %q{TODO: Write a gem description}
s.authors = ["Scott Davis"]
s.email = [""]
s.homepage = "https://github.com/scottdavis/growl_notify"
s.summary = %q{Growl gem for ruby based on the applescript api}
s.description = %q{Growl gem for ruby based on the applescript api}

s.rubyforge_project = "growl_notify"

Expand Down

0 comments on commit b433b61

Please sign in to comment.