Sha256: f2079a7e0399919aa4167a293c1887b524eb2a16402c9845c0234483e5fd298d
Contents?: true
Size: 642 Bytes
Versions: 1
Compression:
Stored size: 642 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "hqmf2js" s.summary = "A library for converting HQMF files to JavaScript" s.description = "A library for converting HQMF files to executable JavaScript suitable for use with the hQuery Gateway" s.email = "hquery-talk@googlegroups.com" s.homepage = "http://github.com/hquery/hqmf2js" s.authors = ["The MITRE Corporation"] s.version = '1.4.0' s.license = 'Apache-2.0' s.files = s.files = `git ls-files`.split("\n") s.add_dependency "rails", "~> 4.2" s.add_dependency 'health-data-standards', '~> 4.0' s.add_dependency 'hquery-patient-api', '~> 1.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hqmf2js-1.4.0 | hqmf2js.gemspec |