Sha256: 09cf8ce4ec293a5a3ccbad602c1298b77d008b80e1fd1620407738fe7a12dabc
Contents?: true
Size: 1.01 KB
Versions: 8
Compression:
Stored size: 1.01 KB
Contents
# -*- encoding: utf-8 -* lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "connect_proto/version" Gem::Specification.new do |s| s.name = "primary_connect_proto" s.version = ConnectProto::VERSION s.authors = ["Primary.Health"] s.email = ["sam@primary.health"] s.platform = Gem::Platform::RUBY s.homepage = "https://github.com/PrimaryDotHealth/connect-proto" s.summary = "Primary Connect Protobuf" s.description = "Protobufs for Diagnostic Ordering and Resulting" s.license = "Unlicense" s.required_ruby_version = ">= 2.4" s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? } s.require_paths = ["lib", "lib/connect_proto/build", "lib/extensions"] s.executables = [] s.add_runtime_dependency 'google-protobuf', '= 4.0.0.rc1' s.add_development_dependency "bundler", "~> 2.2.10" s.add_development_dependency "rake", "~> 12.3.3" s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0' end
Version data entries
8 entries across 8 versions & 1 rubygems