Sha256: f9257fd5a43bd17f546be6a9b125feb954f11fcb27da1f421c5bd501bd9c49de
Contents?: true
Size: 1.61 KB
Versions: 2
Compression:
Stored size: 1.61 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{ruby-agi} s.version = "1.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Mohammad Khan", "Carlos Lenz", "Eric Richmond"] s.date = %q{2009-08-11} s.description = %q{This is a fork of ruby-agi version 1.1.2 by Mohammad Khan. We've made some fixes for rails compatibility, and preferred the v1.1.2 codebase over the 2.0.0 codebase, so we've created a gem for our own local use that other people are welcome to use, if it suits them.} s.email = %q{eric@newvo.com} s.extra_rdoc_files = [ "ChangeLog", "LICENSE", "README" ] s.files = [ "ChangeLog", "LICENSE", "README", "Rakefile", "VERSION", "examples/call_log.rb", "extconf.rb", "lib/erichmond-ruby-agi.rb", "lib/erichmond-ruby-agi/agi.rb", "lib/erichmond-ruby-agi/asterisk_variable.rb", "lib/erichmond-ruby-agi/command.rb", "lib/erichmond-ruby-agi/error.rb", "lib/erichmond-ruby-agi/return_status.rb", "ruby-agi.gemspec" ] s.homepage = %q{http://github.com/erichmond/ruby-agi} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.4} s.summary = %q{Ruby AGI interface into Asterisk} s.test_files = [ "examples/call_log.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
erichmond-ruby-agi-1.1.1 | ruby-agi.gemspec |
redial-ruby-agi-2.0.1 | ruby-agi.gemspec |