cqm-models.gemspec in cqm-models-0.7.2 vs cqm-models.gemspec in cqm-models-0.7.3

- old
+ new

@@ -2,14 +2,14 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = 'cqm-models' - spec.version = '0.7.2' + spec.version = '0.7.3' spec.authors = ['aholmes@mitre.org', 'mokeefe@mitre.org', 'lades@mitre.org'] spec.summary = 'Mongo models that correspond to the QDM specification.' - spec.description = 'This library contains auto generated Mongoid (Ruby) and Mongoose (JavaScript) models that correspond to the QDM (Quality Data Model) specification.' + spec.description = 'This library contains auto generated Mongo (Mongoid) models that correspond to the QDM (Quality Data Model) specification.' spec.homepage = 'https://github.com/projecttacoma/cqm-models' spec.license = 'Apache-2.0' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})