Sha256: 3a1a885050fee5344cf62183c114d0f1dc61d6cfc2f76dad287f1ab1eca3b0a4

Contents?: true

Size: 881 Bytes

Versions: 5

Compression:

Stored size: 881 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

5 entries across 5 versions & 1 rubygems

Version Path
strongdm-1.0.8 strongdm.gemspec
strongdm-1.0.7 strongdm.gemspec
strongdm-1.0.5 strongdm.gemspec
strongdm-1.0.2 strongdm.gemspec
strongdm-1.0.1 strongdm.gemspec