Sha256: 33cf46b36969d88b5822c730e94368ab0610ee955db5eaf654bff29c561a522f

Contents?: true

Size: 1008 Bytes

Versions: 2

Compression:

Stored size: 1008 Bytes

Contents

lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'smtpapi/version'

Gem::Specification.new do |spec|
  spec.name          = 'smtpapi'
  spec.version       = Smtpapi::VERSION
  spec.authors       = ['Wataru Sato', 'SendGrid']
  spec.email         = ['awwa500@gmail.com', 'community@sendgrid.com']
  spec.summary       = 'Smtpapi library for SendGrid.'
  spec.description   = 'Smtpapi library for SendGrid.'
  spec.homepage      = 'https://github.com/sendgrid/smtpapi-ruby'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(/^bin/) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(/^(test|spec|features)/)
  spec.require_paths = ['lib']

  spec.add_development_dependency 'rake'
  spec.add_development_dependency('rubocop', '>=0.29.0', '<0.30.0')
  spec.add_development_dependency('test-unit', '~> 3.0')
  spec.add_development_dependency('simplecov', '~> 0.18.5')
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smtpapi-0.1.10 smtpapi.gemspec
smtpapi-0.1.9 smtpapi.gemspec