Skip to content

Commit

Permalink
gemspec
Browse files Browse the repository at this point in the history
darcs-hash:20080728161301-28bda-b5c60d3af43063c2053070c457ef9b131c665f58.gz
  • Loading branch information
fugalh committed Jul 28, 2008
1 parent 36de791 commit 66dabc4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ task :sync => [:rdoc] do
end

task :default => :rdoc

task :gem do
sh 'gem build gemspec'
end
14 changes: 14 additions & 0 deletions gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Gem::Specification.new do |s|
s.name = "batphone"
s.version = File.read('VERSION').strip
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

0 comments on commit 66dabc4

Please sign in to comment.