Sha256: a1eee2e834b11527e8e7d49f7d3b23ef5269c3254b739a49a3ae32cc0ac8c88e
Contents?: true
Size: 987 Bytes
Versions: 1
Compression:
Stored size: 987 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.1.0" 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.1.0 | connect_proto.gemspec |