hqmf2js.gemspec in hqmf2js-1.3.0 vs hqmf2js.gemspec in hqmf2js-1.4.0

- old
+ new

@@ -4,19 +4,14 @@ 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 = ["Marc Hadley", "Andre Quina", "Andy Gregorowicz"] - s.version = '1.3.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.1.1' -# s.add_dependency 'hquery-patient-api', '~> 1.0.2' - + s.authors = ["The MITRE Corporation"] + s.version = '1.4.0' + s.license = 'Apache-2.0' s.files = s.files = `git ls-files`.split("\n") -end + s.add_dependency "rails", "~> 4.2" + s.add_dependency 'health-data-standards', '~> 4.0' + s.add_dependency 'hquery-patient-api', '~> 1.1' +end