Sha256: 351192c450a2ae3a70b4c3eff1bf1aa80e796014433778bafe09650e4c199b05
Contents?: true
Size: 843 Bytes
Versions: 53
Compression:
Stored size: 843 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 = "https://github.com/strongdm/strongdm-sdk-ruby" 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.4.0" s.required_rubygems_version = ">= 1.3.6" s.add_runtime_dependency "grpc", "~> 1.36" s.add_runtime_dependency "grpc-tools", "~> 1.36" s.add_runtime_dependency "openssl", "~> 3.1" s.files = `find . | grep -v "strongdm-#{SDM::VERSION}.gem"`.split("\n") s.require_path = "lib" end
Version data entries
53 entries across 53 versions & 1 rubygems