postman-ruby/postman-ruby.gemspec
2020-03-20 02:23:23 +07:00

16 lines
579 B
Ruby

require File.expand_path('../lib/postman/version', __FILE__)
Gem::Specification.new do |s|
s.name = "postman-ruby"
s.description = %q{Ruby library for the Postman email platform}
s.summary = s.description
s.homepage = "https://postman.prmail.vn"
s.version = Postal::VERSION
s.files = Dir.glob("{lib}/**/*")
s.require_paths = ["lib"]
s.authors = ["Adam Cooke", "Nikkel"]
s.email = ["me@adamcooke.io", "nikkel@prmail.vn"]
s.licenses = ['MIT']
s.add_dependency "moonrope-client", ">= 1.0.2", "< 1.1"
end