Skip to content

Commit

Permalink
add ubuntu init script to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidp authored and bpoweski committed Dec 10, 2009
1 parent e5c83e5 commit 7171d60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apnserver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.date = %q{2009-11-21}
s.description = %q{A toolkit for proxying and sending Apple Push Notifications}
s.email = %q{bpoweski@3factors.com}
s.executables = ["apnsend", "apnserverd", "apnserverd.fedora.init"]
s.executables = ["apnsend", "apnserverd", "apnserverd.fedora.init", "apnserverd.ubuntu.init"]
s.extra_rdoc_files = [
"README.textile"
]
Expand All @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
"bin/apnsend",
"bin/apnserverd",
"bin/apnserverd.fedora.init",
"bin/apnserverd.ubuntu.init",
"lib/apnserver.rb",
"lib/apnserver/client.rb",
"lib/apnserver/notification.rb",
Expand Down

0 comments on commit 7171d60

Please sign in to comment.