Sha256: 5b60df827ad65650d73abc80df509e0f6ec47f48d6ef372baeba191418a082bf

Contents?: true

Size: 885 Bytes

Versions: 1

Compression:

Stored size: 885 Bytes

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'sms77/version'

Gem::Specification.new do |spec|
  spec.add_development_dependency 'bundler', '~> 2.1'
  spec.add_development_dependency 'rake', '~> 13.0'
  spec.add_development_dependency 'rspec', '~> 3.9'
  spec.add_runtime_dependency 'faraday', '~> 1.1'
  spec.author = 'seven communications GmbH & Co. KG'
  spec.description = 'Send SMS & text-to-speech messages via the seven SMS Gateway.'
  spec.email = 'support@seven.io'
  spec.files = `git ls-files`.split("\n")
  spec.homepage = 'https://github.com/seven-io/ruby-client'
  spec.license = 'MIT'
  spec.name = 'sms77'
  spec.required_ruby_version = '>= 2.6.0'
  spec.summary = 'Official API Client for the seven SMS Gateway'
  spec.test_files = Dir['spec/**/*']
  spec.version = Sms77::VERSION
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sms77-0.5.0 sms77.gemspec