15 lines
524 B
Ruby
15 lines
524 B
Ruby
Gem::Specification.new do |s|
|
|
s.name = 'evercatch'
|
|
s.version = '0.0.1'
|
|
s.summary = 'Evercatch SDK for Ruby (Coming Soon)'
|
|
s.description = 'Official Ruby SDK for Evercatch webhook platform'
|
|
s.authors = ['Evercatch']
|
|
s.email = 'support@evercatch.dev'
|
|
s.files = ['lib/evercatch.rb']
|
|
s.homepage = 'https://git.psmattas.com/evercatch/evercatch-ruby'
|
|
s.license = 'MIT'
|
|
s.metadata = {
|
|
'source_code_uri' => 'https://git.psmattas.com/evercatch/evercatch-ruby'
|
|
}
|
|
end
|