Sha256: b7d5d7bf0d3f13e0b8d9f5d76a0be1048a2f21c964d8b0d4a5d29dbe498d7c6e

Contents?: true

Size: 940 Bytes

Versions: 2

Compression:

Stored size: 940 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('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.12 smtpapi.gemspec
smtpapi-0.1.11 smtpapi.gemspec