portal-ruby 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.1
3
+ specification_version: 1
4
+ name: portal-ruby
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.0.2
7
+ date: 2007-03-25 00:00:00 -07:00
8
+ summary: Binding for Portal's Infranet and Oracle Telco Billing
9
+ require_paths:
10
+ - lib
11
+ email: rcapozzi+ruby@gmail.com
12
+ homepage: portal-ruby.rubyforge.com
13
+ rubyforge_project: portal-ruby
14
+ description: Binding for Portal's Infranet and Oracle Telco Billing
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: 1.8.5
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Raymond Capozzi
31
+ files:
32
+ - README
33
+ - Rakefile
34
+ - test/setup.rb
35
+ - test/test_all.rb
36
+ - test/test_connect.rb
37
+ - test/test_console.rb
38
+ - test/test_leaks.rb
39
+ - test/test_portalext.rb
40
+ - ext/portalext.h
41
+ - ext/portalext.c
42
+ - ext/extconf.rb
43
+ - lib/portal.rb
44
+ test_files:
45
+ - test/setup.rb
46
+ - test/test_all.rb
47
+ - test/test_connect.rb
48
+ - test/test_console.rb
49
+ - test/test_leaks.rb
50
+ - test/test_portalext.rb
51
+ rdoc_options: []
52
+
53
+ extra_rdoc_files:
54
+ - README
55
+ executables: []
56
+
57
+ extensions:
58
+ - ext/extconf.rb
59
+ requirements: []
60
+
61
+ dependencies: []
62
+