hqmf2js.gemspec in hqmf2js-1.2.1 vs hqmf2js.gemspec in hqmf2js-1.3.0

- old
+ new

@@ -5,18 +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.2.1' + 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.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.files = s.files = `git ls-files`.split("\n") end