Sha256: 164b33fe86b32ed8439a33a71fdd0aa7cb2996ca549f488737f4ec550ac99844

Contents?: true

Size: 800 Bytes

Versions: 1

Compression:

Stored size: 800 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 = [
    'Scott Tadman',
    'Oleg Khabarov',
    'The Working Group Inc.'
  ]
  s.email = [
    'tadman@postageapp.com',
    'oleg@khabarov.ca'
  ]

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

  s.summary = 'Client library for PostageApp Email API'
  s.description = 'PostageApp Library for Ruby and Ruby on Rails applications'
  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', '~> 1.8'
  s.add_dependency 'mail', '~> 2.4'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
postageapp-1.3.0 postageapp.gemspec