Sha256: b7ee69980ec3df55f943e035b978567a63798ac37b4d55c7b6484390987b970b

Contents?: true

Size: 756 Bytes

Versions: 1

Compression:

Stored size: 756 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "hquery-patient-api"
  s.summary = "A javascript library abstraction for dealing with patients in hQuery map reduce functions"
  s.description = "A javascript library abstraction for dealing with patients in hQuery map reduce functions"
  s.email = "tacoma-list@lists.mitre.org"
  s.homepage = "http://github.com/hquery/patient_api"
  s.authors = ["The MITRE Corporation"]
  s.version = '1.1.1'

  s.files = `git ls-files`.split("\n")

  s.add_dependency "sprockets", '~> 2.2'
  s.add_dependency "coffee-script", "~> 2.4"
  s.add_dependency "uglifier", "~> 2.7"
  s.add_dependency 'tilt', "~> 1.4"
  s.add_dependency "libv8", "~> 3.16.14"
  s.add_dependency "therubyracer", "~> 0.12"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hquery-patient-api-1.1.1 hquery_patientapi.gemspec