Rakefile in infobar-0.6.2 vs Rakefile in infobar-0.7.0
- old
+ new
@@ -10,15 +10,15 @@
summary 'Gem to display information about computations.'
description 'This gem displays progress of computations and additional information to the terminal.'
module_type :class
test_dir 'spec'
ignore '.*.sw[pon]', 'pkg', 'Gemfile.lock', 'coverage', '.rvmrc',
- '.AppleDouble', 'tags', '.byebug_history', '.DS_Store', 'errors.lst'
+ '.AppleDouble', 'tags', '.byebug_history', '.DS_Store', 'errors.lst', '.tool-versions'
readme 'README.md'
title "#{name.camelize}"
required_ruby_version '>= 2.3'
- dependency 'tins', '~> 1.0', '>= 1.15.0'
+ dependency 'tins', '~> 1.0', '>= 1.28.0'
dependency 'term-ansicolor', '~> 1.4'
dependency 'complex_config', '~> 0.10'
dependency 'more_math'
development_dependency 'rake'
development_dependency 'simplecov'