Files
evercatch-ruby/evercatch.gemspec
Puranjay Savar Mattas 460c332d39
All checks were successful
PR Management Bot / pr-bot (pull_request) Successful in 7s
PR Title Checker / Validate PR Title Format (pull_request) Successful in 2s
EC-21: FEAT: Added new Ruby package and initialized the repo
Refers Evercatch/evercatch-board#21
2026-02-19 19:47:44 +00:00

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