Sha256: 56e5eaebe2882da79f65388ecd2d02f97ffc9f8bd41f69a2d2cad27e67c1fa5f
Contents?: true
Size: 667 Bytes
Versions: 1
Compression:
Stored size: 667 Bytes
Contents
# encoding: utf-8 $:.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", "The Working Group Inc"] s.email = ["oleg@khabarov.ca"] s.homepage = "http://github.com/twg/api_docs" s.summary = "Easier way to send email from web apps" s.description = "Gem that interfaces with PostageApp.com service to send emails from web apps" s.files = `git ls-files`.split("\n") s.platform = Gem::Platform::RUBY s.require_paths = ['lib'] s.add_dependency 'json' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
postageapp-1.0.20 | postageapp.gemspec |