tessitura_rest.gemspec in tessitura_rest-2.0.7 vs tessitura_rest.gemspec in tessitura_rest-2.0.8

- old
+ new

@@ -4,21 +4,21 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'tessitura_rest/version' Gem::Specification.new do |spec| spec.required_ruby_version = '>= 2.6.0' - spec.name = 'tessitura_rest' - spec.version = TessituraRest::VERSION - spec.authors = ['Brittany Martin, Danielle Greaves, Craig Donavin, Patrick FitzGerald'] - spec.email = ['webteam@trustarts.org'] + spec.name = 'tessitura_rest' + spec.version = TessituraRest::VERSION + spec.authors = ['Brittany Martin, Danielle Greaves, Craig Donavin, Patrick FitzGerald'] + spec.email = ['webteam@trustarts.org'] - spec.summary = 'Rest API Endpoint for the Tessitura Rest API (v14+).' - spec.description = 'TessituraRest is an enterprise-wide, fully integrated software system for arts & cultural organizations.' - spec.homepage = 'https://github.com/pgharts/tessitura' - spec.license = 'MIT' - spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } - spec.bindir = 'exe' - spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } + spec.summary = 'Rest API Endpoint for the Tessitura Rest API (v16+).' + spec.description = 'TessituraRest is an enterprise-wide, fully integrated software system for arts & cultural organizations.' + spec.homepage = 'https://github.com/pgharts/tessitura' + spec.license = 'MIT' + spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } + spec.bindir = 'exe' + spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 2.0' spec.add_development_dependency 'pry' spec.add_development_dependency 'rake', '~> 13.0'