gs_phone 0.0.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.
@@ -0,0 +1,11 @@
1
+ require File.dirname(__FILE__) + '/test_helper.rb'
2
+
3
+ class GsPhoneTest < Test::Unit::TestCase
4
+
5
+ def setup
6
+ end
7
+
8
+ def test_truth
9
+ assert true
10
+ end
11
+ end
@@ -0,0 +1,2 @@
1
+ require 'test/unit'
2
+ require File.dirname(__FILE__) + '/../lib/gs_phone'
metadata ADDED
@@ -0,0 +1,61 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: gs_phone
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.0.1
7
+ date: 2007-03-06 00:00:00 -08:00
8
+ summary: Application to mange and configure a group of Grandstream Voip phones
9
+ require_paths:
10
+ - lib
11
+ email: edavis10@gmail.com
12
+ homepage: http://gs_phone.rubyforge.org
13
+ rubyforge_project: gs_phone
14
+ description: Application to mange and configure a group of Grandstream Voip phones
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Eric Davis
31
+ files:
32
+ - Rakefile
33
+ - README.txt
34
+ - CHANGELOG.txt
35
+ - Manifest.txt
36
+ - setup.rb
37
+ - bin/gs_phone
38
+ - lib/gs_phone/version.rb
39
+ - lib/gs_phone.rb
40
+ - test/test_helper.rb
41
+ - test/gs_phone_test.rb
42
+ - CHANGES.txt
43
+ - COPYING.txt
44
+ - TODO.txt
45
+ test_files:
46
+ - test/gs_phone_test.rb
47
+ rdoc_options: []
48
+
49
+ extra_rdoc_files:
50
+ - CHANGES.txt
51
+ - README.txt
52
+ - COPYING.txt
53
+ - TODO.txt
54
+ executables:
55
+ - gs_phone
56
+ extensions: []
57
+
58
+ requirements: []
59
+
60
+ dependencies: []
61
+