Sha256: f0c4a3d9fe1810be10a05c1ffa0915d02d763d9d121c49b2ca073ac3045b8c5f

Contents?: true

Size: 922 Bytes

Versions: 4

Compression:

Stored size: 922 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path("../lib/version.rb", __FILE__)

Gem::Specification.new do |s|
  s.name        = "strongdm"
  s.version     = SDM::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['strongDM Team']
  s.email       = ['sdk-feedback@strongdm.com']
  s.homepage    = "http://rubygems.org/gems/strongdm"
  s.summary     = "strongDM SDK for the Ruby programming language."
  s.description = "strongDM Ruby Library for automating interactions with strongDM."
  s.licenses    = ["Apache-2.0"]
  s.required_ruby_version = ">= 2.3.0"
  s.required_rubygems_version = ">= 1.3.6"

  s.add_runtime_dependency "grpc", "~> 1.27.0", ">= 1.27.0"
  s.add_runtime_dependency "grpc-tools", "~> 1.27.0", ">= 1.27.0"
  s.add_runtime_dependency "openssl", "~> 2.1.2", ">= 2.1.2"

  s.files        = `git ls-files | grep -v "strongdm-#{SDM::VERSION}.gem"`.split("\n")
  s.require_path = 'lib'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
strongdm-1.0.11 strongdm.gemspec
strongdm-1.0.10 strongdm.gemspec
strongdm-1.0.3 strongdm.gemspec
strongdm-1.0.0 strongdm.gemspec