-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfancyhands-ruby.gemspec
More file actions
26 lines (25 loc) · 1.03 KB
/
fancyhands-ruby.gemspec
File metadata and controls
26 lines (25 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Gem::Specification.new do |s|
s.name = 'task_master-fancyhands-ruby'
s.version = '1.0.1'
s.date = '2014-09-26'
s.summary = "Fancy Hands"
s.description = "A fork of the official ruby gem for the Fancy Hands API"
s.authors = ["Sean Devine"]
s.email = 'barelyknown@icloud.com'
s.files = ["lib/fancyhands.rb",
"lib/fancyhands/v1/outgoing.rb",
"lib/fancyhands/v1/number.rb",
"lib/fancyhands/v1/incoming.rb",
"lib/fancyhands/v1/history.rb",
"lib/fancyhands/v1/client.rb",
"lib/fancyhands/v1/custom.rb",
"lib/fancyhands/v1/echo.rb",
"lib/fancyhands/v1/message.rb",
"lib/fancyhands/v1/request.rb",
"lib/fancyhands/v1/standard.rb"
]
s.homepage = 'https://github.com/togglepro/task_master-fancyhands-ruby'
s.license = 'MIT'
s.add_runtime_dependency "oauth"
s.add_runtime_dependency "addressable"
end