erichmond-ruby-agi 0.1.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +4 -0
- data/README +6 -0
- data/VERSION +1 -1
- data/lib/ruby-agi/error.rb +2 -2
- data/ruby-agi.gemspec +1 -4
- metadata +1 -4
- data/DOWNLOAD +0 -3
- data/INSTALL +0 -11
- data/Release-Notes +0 -11
data/ChangeLog
CHANGED
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.0.0
|
data/lib/ruby-agi/error.rb
CHANGED
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.
|
|
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.
|
|
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
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