forked from basayel/ruby-bulksms
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathruby-bulksms.gemspec
More file actions
21 lines (21 loc) · 789 Bytes
/
ruby-bulksms.gemspec
File metadata and controls
21 lines (21 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Gem::Specification.new do |s|
s.name = "ruby-bulksms"
s.version = "0.4.5"
s.date = "2015-07-02"
s.summary = "Sending SMS using bulksms services"
s.email = "eng.basayel.said@gmail.com"
s.homepage = "http://github.com/basayel/ruby-bulksms"
s.description = "Integrating SMS services into RubyOnRails applications using BulkSMS gateway"
s.has_rdoc = true
s.authors = ["Basayel Said"]
s.files = [
"ruby-bulksms.gemspec",
"README.rdoc",
"lib/ruby-bulksms.rb",
"lib/net/sms/bulksms/account.rb",
"lib/net/sms/bulksms/message.rb",
"lib/net/sms/bulksms/response.rb",
"lib/net/sms/bulksms/report.rb",
"lib/net/sms/bulksms.rb"
]
end