agilisto-smartcall 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.
metadata ADDED
@@ -0,0 +1,92 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: agilisto-smartcall
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - FIXME full name
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-07-01 00:00:00 -07:00
13
+ default_executable: smartcall
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hoe
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 2.3.2
24
+ version:
25
+ description: Gem to provide sms functionality through the Smartcall Technology Solutions web services.
26
+ email:
27
+ - FIXME email
28
+ executables:
29
+ - smartcall
30
+ extensions: []
31
+
32
+ extra_rdoc_files:
33
+ - History.txt
34
+ - Manifest.txt
35
+ - PostInstall.txt
36
+ - website/index.txt
37
+ files:
38
+ - History.txt
39
+ - Manifest.txt
40
+ - PostInstall.txt
41
+ - README.rdoc
42
+ - Rakefile
43
+ - bin/smartcall
44
+ - config/website.yml.sample
45
+ - lib/smartcall.rb
46
+ - lib/smartcall/soap/default.rb
47
+ - lib/smartcall/soap/default_driver.rb
48
+ - lib/smartcall/soap/smartcall_error.rb
49
+ - lib/smartcall/soap/sms_ws_client.rb
50
+ - lib/smartcall/utility.rb
51
+ - lib/smartcall/utility/options.rb
52
+ - script/console
53
+ - script/destroy
54
+ - script/generate
55
+ - script/txt2html
56
+ - test/test_helper.rb
57
+ - test/test_smartcall.rb
58
+ - website/index.html
59
+ - website/index.txt
60
+ - website/javascripts/rounded_corners_lite.inc.js
61
+ - website/stylesheets/screen.css
62
+ - website/template.html.erb
63
+ has_rdoc: true
64
+ homepage: http://github.com/agilisto/smartcall
65
+ post_install_message: PostInstall.txt
66
+ rdoc_options:
67
+ - --main
68
+ - README.rdoc
69
+ require_paths:
70
+ - lib
71
+ required_ruby_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: "0"
76
+ version:
77
+ required_rubygems_version: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ">="
80
+ - !ruby/object:Gem::Version
81
+ version: "0"
82
+ version:
83
+ requirements: []
84
+
85
+ rubyforge_project: smartcall
86
+ rubygems_version: 1.2.0
87
+ signing_key:
88
+ specification_version: 2
89
+ summary: Gem to provide sms functionality through the Smartcall Technology Solutions web services.
90
+ test_files:
91
+ - test/test_helper.rb
92
+ - test/test_smartcall.rb