fugalh / batphone

Holy Asterisk Gateway Interface (AGI) library for Ruby, Batman!

This URL has Read+Write access

batphone / batphone.gemspec
100644 15 lines (14 sloc) 0.561 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |s|
  s.name = "batphone"
  s.version = '0.2.0'
  s.date = "2008-07-14"
  s.authors = ["Hans Fugal"]
  s.email = "hans@fugal.net"
  s.summary = "Very simple and easy to learn bridge to AGI (Asterisk Gateway Interface)"
  s.homepage = "http://hans.fugal.net/src/batphone/doc/files/README.html"
  s.platform = Gem::Platform::RUBY
  s.description = "Very simple and easy to learn bridge to AGI (Asterisk Gateway Interface)"
  s.files = ["README", "ChangeLog", "lib/agi.rb"]
  s.has_rdoc = true
  s.extra_rdoc_files = ["README"]
end