commonthread-clickatell 0.5.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,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: commonthread-clickatell
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.1
5
+ platform: ruby
6
+ authors:
7
+ - Luke Redpath
8
+ - Ben Wyrosdick
9
+ - Anthony Crumley
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+
14
+ date: 2009-03-03 00:00:00 -08:00
15
+ default_executable:
16
+ dependencies: []
17
+
18
+ description: Ruby interface to the Clickatell SMS Gateway API
19
+ email: ben@commonthread.com
20
+ executables: []
21
+
22
+ extensions: []
23
+
24
+ extra_rdoc_files:
25
+ - RDOC_README.txt
26
+ files:
27
+ - README.textile
28
+ - RDOC_README.txt
29
+ - License.txt
30
+ - Manifest.txt
31
+ - Rakefile
32
+ - History.txt
33
+ - clickatell.gemspec
34
+ - setup.rb
35
+ - lib/clickatell.rb
36
+ - lib/clickatell/api.rb
37
+ - lib/clickatell/response.rb
38
+ - lib/clickatell/utility.rb
39
+ - lib/clickatell/version.rb
40
+ - lib/clickatell/api/command.rb
41
+ - lib/clickatell/api/command_executor.rb
42
+ - lib/clickatell/api/error.rb
43
+ - lib/clickatell/api/message_status.rb
44
+ - lib/clickatell/utility/options.rb
45
+ - lib/clickatell/core-ext/hash.rb
46
+ - lib/clickatell/core-ext/object.rb
47
+ has_rdoc: true
48
+ homepage: http://clickatell.rubyforge.org
49
+ post_install_message:
50
+ rdoc_options:
51
+ - --main
52
+ - RDOC_README.txt
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: "0"
60
+ version:
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: "0"
66
+ version:
67
+ requirements: []
68
+
69
+ rubyforge_project:
70
+ rubygems_version: 1.2.0
71
+ signing_key:
72
+ specification_version: 2
73
+ summary: Ruby interface to the Clickatell SMS Gateway API
74
+ test_files: []
75
+