Sha256: 90474bd054f37c6881b217696cc08d32e5ca4cc645aa613982ad03dfa8b3b82f
Contents?: true
Size: 992 Bytes
Versions: 1
Compression:
Stored size: 992 Bytes
Contents
# -*- encoding: utf-8 -*- =begin #ApproveAPI #The simple API to request a user's approval on anything via email + sms. Contact: hello@approveapi.com =end $:.push File.expand_path("../lib", __FILE__) require "approveapi/version" Gem::Specification.new do |s| s.name = "approveapi" s.version = ApproveAPI::VERSION s.platform = Gem::Platform::RUBY s.authors = ["ApproveAPI"] s.email = ["hello@approveapi.com"] s.homepage = "https://approveapi.com" s.summary = "OpenAPI generated client, used internally by the official ruby client 'approveapi' gem." s.description = "The simple API to request a user's approval on anything via email + sms." s.license = "Unlicense" s.required_ruby_version = ">= 1.9" s.add_runtime_dependency 'approveapi_swagger', '~> 1.0', '>= 1.0.6' s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? } s.test_files = [] s.executables = [] s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
approveapi-1.0.8 | approveapi.gemspec |