From 98643eea5e312dd17db2b05100ef9dedcd9c8276 Mon Sep 17 00:00:00 2001 From: nikkel Date: Fri, 20 Mar 2020 03:31:29 +0700 Subject: [PATCH] Upload files to '' --- postman-rails.gemspec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 postman-rails.gemspec diff --git a/postman-rails.gemspec b/postman-rails.gemspec new file mode 100644 index 0000000..d0c0da3 --- /dev/null +++ b/postman-rails.gemspec @@ -0,0 +1,15 @@ +require File.expand_path('../lib/postman/rails/version', __FILE__) + +Gem::Specification.new do |s| + s.name = "postman-rails" + s.description = %q{Rails/ActionMailer library for the Postman email platform} + s.summary = s.description + s.homepage = "https://postman.prmail.vn" + s.version = Postman::Rails::VERSION + s.files = Dir.glob("{lib}/**/*") + s.require_paths = ["lib"] + s.authors = ["Adam Cooke", "Nikkel"] + s.email = ["me@adamcooke.io", "nikkel@prmail.vn"] + s.licenses = ['MIT'] + s.add_dependency "postman-ruby", ">= 0.0.2", "< 2.0" +end