erichmond-ruby-agi 1.0.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE CHANGED
@@ -16,7 +16,7 @@ covered by this License; they are outside its scope. The act of
16
16
  running the Program is not restricted, and the output from the Program
17
17
  is covered only if its contents constitute a work based on the
18
18
  Program (independent of having been made by running the Program).
19
- Whether that is true depends on what the Program does.
19
+ Whether that is true depends on what the Program does.
20
20
 
21
21
  1. You may copy and distribute verbatim copies of the Program's
22
22
  source code as you receive it, in any medium, provided that you
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.1
File without changes
File without changes
File without changes
File without changes
data/ruby-agi.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ruby-agi}
5
- s.version = "1.0.0"
5
+ s.version = "1.1.1"
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"]
9
- s.date = %q{2009-07-20}
9
+ s.date = %q{2009-08-11}
10
10
  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.}
11
11
  s.email = %q{eric@newvo.com}
12
12
  s.extra_rdoc_files = [
@@ -22,12 +22,12 @@ Gem::Specification.new do |s|
22
22
  "VERSION",
23
23
  "examples/call_log.rb",
24
24
  "extconf.rb",
25
- "lib/ruby-agi.rb",
26
- "lib/ruby-agi/agi.rb",
27
- "lib/ruby-agi/asterisk_variable.rb",
28
- "lib/ruby-agi/command.rb",
29
- "lib/ruby-agi/error.rb",
30
- "lib/ruby-agi/return_status.rb",
25
+ "lib/erichmond-ruby-agi.rb",
26
+ "lib/erichmond-ruby-agi/agi.rb",
27
+ "lib/erichmond-ruby-agi/asterisk_variable.rb",
28
+ "lib/erichmond-ruby-agi/command.rb",
29
+ "lib/erichmond-ruby-agi/error.rb",
30
+ "lib/erichmond-ruby-agi/return_status.rb",
31
31
  "ruby-agi.gemspec"
32
32
  ]
33
33
  s.homepage = %q{http://github.com/erichmond/ruby-agi}
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: 1.0.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mohammad Khan
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-07-20 00:00:00 -07:00
14
+ date: 2009-08-11 00:00:00 -07:00
15
15
  default_executable:
16
16
  dependencies: []
17
17
 
@@ -33,15 +33,16 @@ files:
33
33
  - VERSION
34
34
  - examples/call_log.rb
35
35
  - extconf.rb
36
- - lib/ruby-agi.rb
37
- - lib/ruby-agi/agi.rb
38
- - lib/ruby-agi/asterisk_variable.rb
39
- - lib/ruby-agi/command.rb
40
- - lib/ruby-agi/error.rb
41
- - lib/ruby-agi/return_status.rb
36
+ - lib/erichmond-ruby-agi.rb
37
+ - lib/erichmond-ruby-agi/agi.rb
38
+ - lib/erichmond-ruby-agi/asterisk_variable.rb
39
+ - lib/erichmond-ruby-agi/command.rb
40
+ - lib/erichmond-ruby-agi/error.rb
41
+ - lib/erichmond-ruby-agi/return_status.rb
42
42
  - ruby-agi.gemspec
43
43
  has_rdoc: false
44
44
  homepage: http://github.com/erichmond/ruby-agi
45
+ licenses:
45
46
  post_install_message:
46
47
  rdoc_options:
47
48
  - --charset=UTF-8
@@ -62,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
63
  requirements: []
63
64
 
64
65
  rubyforge_project:
65
- rubygems_version: 1.2.0
66
+ rubygems_version: 1.3.5
66
67
  signing_key:
67
68
  specification_version: 3
68
69
  summary: Ruby AGI interface into Asterisk