librevox 0.1 → 0.1.1
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/LICENSE +16 -14
- data/README.md +2 -2
- data/lib/librevox.rb +2 -0
- data/librevox.gemspec +2 -2
- metadata +3 -3
data/LICENSE
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
Copyright (c)
|
|
1
|
+
Copyright (c) 2009 Harry Vangberg <harry@vangberg.name>
|
|
2
2
|
|
|
3
|
-
Permission is hereby granted, free of charge, to any person
|
|
4
|
-
a copy of this software and associated documentation
|
|
5
|
-
"Software"), to deal in the Software without
|
|
6
|
-
without limitation the rights to use,
|
|
7
|
-
distribute, sublicense, and/or sell
|
|
8
|
-
|
|
9
|
-
the following
|
|
3
|
+
Permission is hereby granted, free of charge, to any person
|
|
4
|
+
obtaining a copy of this software and associated documentation
|
|
5
|
+
files (the "Software"), to deal in the Software without
|
|
6
|
+
restriction, including without limitation the rights to use,
|
|
7
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
8
|
+
copies of the Software, and to permit persons to whom the
|
|
9
|
+
Software is furnished to do so, subject to the following
|
|
10
|
+
conditions:
|
|
10
11
|
|
|
11
12
|
The above copyright notice and this permission notice shall be
|
|
12
13
|
included in all copies or substantial portions of the Software.
|
|
13
14
|
|
|
14
15
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
15
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
16
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
17
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
18
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
19
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
20
|
-
WITH THE SOFTWARE OR THE USE OR
|
|
16
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
17
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
18
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
19
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
20
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
21
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
22
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
|
@@ -154,6 +154,6 @@ the `Librevox::Commands` and `Librevox::Applications` modules.
|
|
|
154
154
|
|
|
155
155
|
Librevox was inspired by and uses code from Freeswitcher, which is distributed
|
|
156
156
|
under the MIT license and (c) 2009 The Rubyists (Jayson Vaughn, Tj Vanderpoel,
|
|
157
|
-
Michael Fellinger, Kevin Berry), Harry Vangberg
|
|
157
|
+
Michael Fellinger, Kevin Berry), Harry Vangberg, see `LICENSE-Freeswitcher`.
|
|
158
158
|
|
|
159
|
-
|
|
159
|
+
Librevox is distributed under the terms of the MIT license, see `LICENSE`.
|
data/lib/librevox.rb
CHANGED
data/librevox.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "librevox"
|
|
3
|
-
s.version = "0.1"
|
|
4
|
-
s.date = "
|
|
3
|
+
s.version = "0.1.1"
|
|
4
|
+
s.date = "2010-01-05"
|
|
5
5
|
s.summary = "Ruby library for interacting with FreeSWITCH."
|
|
6
6
|
s.email = "harry@vangberg.name"
|
|
7
7
|
s.homepage = "http://github.com/ichverstehe/librevox"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: librevox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Harry Vangberg
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date:
|
|
12
|
+
date: 2010-01-05 00:00:00 +01:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
61
61
|
requirements: []
|
|
62
62
|
|
|
63
63
|
rubyforge_project:
|
|
64
|
-
rubygems_version: 1.3.
|
|
64
|
+
rubygems_version: 1.3.3
|
|
65
65
|
signing_key:
|
|
66
66
|
specification_version: 3
|
|
67
67
|
summary: Ruby library for interacting with FreeSWITCH.
|