ttytest2.gemspec in ttytest2-0.9.1 vs ttytest2.gemspec in ttytest2-0.9.2

- old
+ new

@@ -8,12 +8,12 @@ spec.name = 'ttytest2' spec.version = TTYtest::VERSION spec.authors = ['Alex Eski'] spec.email = ['alexeski@gmail.com'] - spec.summary = 'ttytest2 is an integration test framework for interactive tty applications. Based on TTYtest!' - spec.description = 'ttytest2 allows running shell/cli applications inside of tmux and then making assertions on the output.' + spec.summary = 'ttytest2 is an integration test framework for interactive console (tty) applications' + spec.description = 'ttytest2 runs shell/cli applications inside of tmux and allows you to make assertions on what the output should be' spec.homepage = 'https://github.com/a-eski/ttytest2' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) @@ -22,10 +22,10 @@ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] spec.required_ruby_version = '>= 3.2.3' - spec.add_development_dependency 'bundler', '~> 2.5' + spec.add_development_dependency 'bundler', '~> 2.4' spec.add_development_dependency 'minitest', '~> 5.0' spec.add_development_dependency 'rake', '~> 13.0' spec.add_development_dependency 'yard', '~> 0.9' end