Sha256: e50621450cd304289a685a9cf8d81a0fb3f7e7bbfe1626ab24812ef69bb041db

Contents?: true

Size: 762 Bytes

Versions: 1

Compression:

Stored size: 762 Bytes

Contents

# encoding: utf-8

$LOAD_PATH.unshift(File.expand_path('../lib', __FILE__))

require 'postageapp/version'

Gem::Specification.new do |s|
  s.name = 'postageapp'
  s.version = PostageApp::VERSION
  s.authors = [
    'Oleg Khabarov',
    'Scott Tadman',
    'The Working Group Inc.'
  ]
  s.email = [
    'oleg@khabarov.ca',
    'tadman@postageapp.com'
  ]

  s.homepage = 'http://github.com/postageapp/postageapp-ruby'

  s.summary = 'Client for PostageApp Email API'
  s.description = 'Official client for the PostageApp email service'
  s.license = 'MIT'
  
  s.files = `git ls-files`.split("\n")
  s.platform = Gem::Platform::RUBY
  s.require_paths = [ 'lib' ]

  s.required_ruby_version = '>= 1.9.3'
  
  s.add_dependency 'json'
  s.add_dependency 'mail'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
postageapp-1.2.6 postageapp.gemspec