Sha256: e9abde6db8881e8f57a9c0ef6155395b3ce7dc9a6deae2fa148c141719cf68d0
Contents?: true
Size: 988 Bytes
Versions: 1
Compression:
Stored size: 988 Bytes
Contents
# -*- encoding: utf-8 -* lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |s| s.name = "primary_connect_proto" s.version = "0.0.6" 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", "~> 1.17" s.add_development_dependency "rake", "~> 10.0" s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
primary_connect_proto-0.0.6 | connect_proto.gemspec |