forked from HeroInt/ruby-api-library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkayako_client.gemspec
30 lines (26 loc) · 987 Bytes
/
kayako_client.gemspec
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
27
28
29
30
#######################################################################
#
# Kayako Ruby REST API library
# _____________________________________________________________________
#
# @author Andriy Lesyuk
#
# @package KayakoClient
# @copyright Copyright (c) 2011-2015, Kayako
# @license FreeBSD
# @link https://github.com/kayako/ruby-api-library
#
#######################################################################
Gem::Specification.new do |s|
s.name = 'KayakoClient'
s.version = '1.2.1'
s.platform = Gem::Platform::RUBY
s.license = 'FreeBSD'
s.author = 'Andriy Lesyuk'
s.email = '[email protected]'
s.summary = 'Kayako official Ruby REST API library.'
s.description = 'Kayako\'s official Ruby interface library for the REST API.'
s.homepage = 'https://github.com/kayako/ruby-api-library'
s.files = Dir['lib/**/*.rb']
s.test_files = Dir['test/*.rb']
end