ruby-agi 1.0.1 → 1.0.2
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 +10 -0
- data/Release-Notes +10 -1
- metadata +7 -6
data/ChangeLog
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
2006-01-08 (revision 21)
|
2
|
+
gemspec file updated to work properly with ruby-1.8.3
|
3
|
+
2006-01-08 (revision 20)
|
4
|
+
ruby-agi-1.0.1 released
|
5
|
+
2006-01-08 (revision 19)
|
6
|
+
examples/call_log.rb added
|
7
|
+
2006-01-08 (revision 18)
|
8
|
+
ruby-agi-0.0.2.gem removed from subversion repository
|
9
|
+
2006-01-08 (revision 17)
|
10
|
+
Started to maintain ChangeLog !!
|
data/Release-Notes
CHANGED
@@ -1,2 +1,11 @@
|
|
1
|
-
|
1
|
+
1.0.2 (2006-01-09)
|
2
|
+
Because of a yaml bug in ruby-1.8.3, rubyforge server doesn't support any package that were built on ruby-1.8.3
|
3
|
+
This version is basically re-build of version 1.0.1 on ruby-1.8.4 instead of ruby-1.8.3
|
2
4
|
|
5
|
+
1.0.1 (2006-01-08)
|
6
|
+
This release have minor a minor change.
|
7
|
+
There have an example file in examples/call_log.rb
|
8
|
+
You can use call_log.rb to keep your incoming call history in syslog.
|
9
|
+
|
10
|
+
1.0.0 (2006-01-08)
|
11
|
+
This is the first stable version of ruby-agi
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
!ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
rubygems_version: 0.8.11
|
3
3
|
specification_version: 1
|
4
4
|
name: ruby-agi
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.0.
|
7
|
-
date: 2006-01-
|
6
|
+
version: 1.0.2
|
7
|
+
date: 2006-01-09 00:00:00 -05:00
|
8
8
|
summary: Ruby Language API for Asterisk
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -20,7 +20,7 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
|
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 1.8.
|
23
|
+
version: 1.8.2
|
24
24
|
version:
|
25
25
|
platform: ruby
|
26
26
|
signing_key:
|
@@ -41,12 +41,13 @@ files:
|
|
41
41
|
- lib/ruby-agi.rb
|
42
42
|
- examples/call_log.rb
|
43
43
|
- Release-Notes
|
44
|
+
- ChangeLog
|
44
45
|
test_files: []
|
45
46
|
|
46
47
|
rdoc_options: []
|
47
48
|
|
48
|
-
extra_rdoc_files:
|
49
|
-
|
49
|
+
extra_rdoc_files: []
|
50
|
+
|
50
51
|
executables: []
|
51
52
|
|
52
53
|
extensions: []
|