erichmond-ruby-agi 0.1.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ 2009-07-20
2
+ -- commented out the TimeoutError class so ActiveRecord doesn't complain.
3
+ -- Revised / Reorganized files since we've created our own fork.
4
+
1
5
  2006-03-05
2
6
  -- ruby-agi-1.1.2 released
3
7
  -- bug # 3733 fixed.
data/README CHANGED
@@ -1,3 +1,9 @@
1
+ This is a fork of the original ruby-agi version 1.1.2 code, which is located @ rubyforge.
2
+ The reason for this fork is that this library complains if you try and use it with ActiveRecord. Aside from that, this library functions the same way.
3
+
4
+ Original notes still located below.
5
+ -------------------------------------------------------------------------------------------
6
+
1
7
  This library comes with absolutely no warranty.
2
8
 
3
9
  ruby-agi is a library to write AGI scripts in ruby language for Asterisk. ruby-agi does not depend of Asterisk Manager.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 1.0.0
@@ -32,8 +32,8 @@ end
32
32
  class HangupError < Exception
33
33
  end
34
34
 
35
- class TimeoutError < Exception
36
- end
35
+ #class TimeoutError < Exception
36
+ #end
37
37
 
38
38
  class ChannelError < Exception
39
39
  end
data/ruby-agi.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ruby-agi}
5
- s.version = "0.1.1"
5
+ s.version = "1.0.0"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Mohammad Khan", "Carlos Lenz", "Eric Richmond"]
@@ -16,12 +16,9 @@ Gem::Specification.new do |s|
16
16
  ]
17
17
  s.files = [
18
18
  "ChangeLog",
19
- "DOWNLOAD",
20
- "INSTALL",
21
19
  "LICENSE",
22
20
  "README",
23
21
  "Rakefile",
24
- "Release-Notes",
25
22
  "VERSION",
26
23
  "examples/call_log.rb",
27
24
  "extconf.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: erichmond-ruby-agi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mohammad Khan
@@ -27,12 +27,9 @@ extra_rdoc_files:
27
27
  - README
28
28
  files:
29
29
  - ChangeLog
30
- - DOWNLOAD
31
- - INSTALL
32
30
  - LICENSE
33
31
  - README
34
32
  - Rakefile
35
- - Release-Notes
36
33
  - VERSION
37
34
  - examples/call_log.rb
38
35
  - extconf.rb
data/DOWNLOAD DELETED
@@ -1,3 +0,0 @@
1
- To download ruby-agi or ruby-agi dependent application, please visit
2
- http://ruby-agi.rubyforge.org
3
-
data/INSTALL DELETED
@@ -1,11 +0,0 @@
1
- I strongly suggest to install ruby-agi using gem,
2
- % gem install ruby-agi
3
- To update your existing ruby-agi using gem, try
4
- % gem update ruby-agi
5
-
6
- If you don't have gem intalled on your computer, download it from here
7
- http://www.rubygems.org
8
-
9
- Alternatively, do
10
- 1. ruby extconf.rb
11
- 2. make install
data/Release-Notes DELETED
@@ -1,11 +0,0 @@
1
- Release notes of ruby-agi-1.1.2
2
- March 06, 2006
3
-
4
- In this release bug # 3722 has been fixed
5
-
6
- Feedback, suggestion, feature request, bug report is always appreciated.
7
-
8
-
9
- Thanks,
10
- Mohammad Khan
11
- info <AT> beeplove <DOT> com