Sha256: 9c37c913ce58c770a6d01533331a29783aa31357b47af84b57d5fc99f61b3cea
Contents?: true
Size: 741 Bytes
Versions: 1
Compression:
Stored size: 741 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", "Scott Tadman", "The Working Group Inc."] s.email = ["oleg@khabarov.ca", "scott@twg.ca"] s.homepage = "http://github.com/postageapp/postageapp-ruby" 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.license = 'MIT' 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.24 | postageapp.gemspec |