Upload files to ''
This commit is contained in:
parent
fcb9857f4c
commit
9441fbbe29
21
Gemfile.lock
Normal file
21
Gemfile.lock
Normal 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
15
postman-ruby.gemspec
Normal 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
|
Loading…
x
Reference in New Issue
Block a user