Sha256: 2449a108bbcc2b7d1c3887177fbb21c36cd6af67e24462f4c71fc7b514c8f7a6

Contents?: true

Size: 789 Bytes

Versions: 1

Compression:

Stored size: 789 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path("../lib/sendgrid_contact_persist/version", __FILE__)

Gem::Specification.new do |s|
  s.name        = 'sendgrid_contact_persist'
  s.version     = SendgridContactPersist::VERSION 
  s.date        = '2017-01-11'
  s.platform    = Gem::Platform::RUBY
  s.summary     = "A microservice for persisting contacts to Sendgrid."
  s.description = "A microservice for persisting contacts to Sendgrid."
  s.authors     = ["Jason Buehler"]
  s.email       = 'jason.c.buehler@gmail.com'
  s.files       = `git ls-files`.split("\n")

  s.homepage    = 'http://rubygems.org/gems/sendgrid_contact_persist'
  s.license     = 'MIT'

  s.add_runtime_dependency "rest-client"
	s.add_development_dependency "bundler", ">= 1.0.0"
	s.require_path = 'lib'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sendgrid_contact_persist-0.0.1 sendgrid_contact_persist.gemspec