hqmf2js.gemspec in hqmf2js-1.1.0 vs hqmf2js.gemspec in hqmf2js-1.2.0

- old
+ new

@@ -5,16 +5,18 @@ 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 = ["Marc Hadley", "Andre Quina", "Andy Gregorowicz"] - s.version = '1.1.0' + s.version = '1.2.0' s.add_dependency 'nokogiri', '~> 1.5.5' s.add_dependency 'tilt', '~> 1.3.3' s.add_dependency 'coffee-script', '~> 2.2.0' s.add_dependency 'sprockets', '~> 2.2.2' s.add_development_dependency "awesome_print", "~> 1.1.0" + s.add_dependency 'health-data-standards', '~> 3.0.1' + s.add_dependency 'hquery-patient-api', '~> 1.0.1' s.files = s.files = `git ls-files`.split("\n") end