Sha256: 4393bf7594aa268509a83239da79c207bfb5682b0acdd8eebd52a7e13fc95ac3

Contents?: true

Size: 1.1 KB

Versions: 5

Compression:

Stored size: 1.1 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'mailstro/version'

Gem::Specification.new do |spec|
  spec.name          = "mailstro"
  spec.version       = Mailstro::VERSION
  spec.authors       = ["Keith Pitt", "Shanon McQuay"]
  spec.email         = ["keith@mailstroapp.com", "shanon@mailstroapp.com"]
  spec.description   = %q{Ruby wrapper for mailstroapp.com}
  spec.summary       = %q{Ruby wrapper for mailstroapp.com}
  spec.homepage      = "https://www.mailstroapp.com"
  spec.license       = "MIT"

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

  spec.add_dependency             "faraday"
  spec.add_dependency             "faraday_middleware"
  spec.add_dependency             "hashie"
  spec.add_development_dependency "bundler"
  spec.add_development_dependency "dotenv"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mailstro-0.1.0 mailstro-ruby.gemspec
mailstro-0.0.10 mailstro-ruby.gemspec
mailstro-0.0.9 mailstro-ruby.gemspec
mailstro-0.0.8 mailstro-ruby.gemspec
mailstro-0.0.7 mailstro-ruby.gemspec