Upload files to ''

This commit is contained in:
nikkel 2020-03-20 02:23:23 +07:00
parent fcb9857f4c
commit 9441fbbe29
3 changed files with 38 additions and 0 deletions

2
Gemfile Normal file
View File

@ -0,0 +1,2 @@
source "https://rubygems.org"
gemspec

21
Gemfile.lock Normal file
View File

@ -0,0 +1,21 @@
PATH
remote: .
specs:
postman (0.0.1)
moonrope-client (>= 1.0.2, < 1.1)
GEM
remote: https://rubygems.org/
specs:
json (1.8.3)
moonrope-client (1.0.2)
json (~> 1.8, >= 1.8.0)
PLATFORMS
ruby
DEPENDENCIES
postman!
BUNDLED WITH
1.13.0

15
postman-ruby.gemspec Normal file
View File

@ -0,0 +1,15 @@
require File.expand_path('../lib/postman/version', __FILE__)
Gem::Specification.new do |s|
s.name = "postman-ruby"
s.description = %q{Ruby library for the Postman email platform}
s.summary = s.description
s.homepage = "https://postman.prmail.vn"
s.version = Postal::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 "moonrope-client", ">= 1.0.2", "< 1.1"
end