Rakefile in infobar-0.8.0 vs Rakefile in infobar-0.8.1

- old
+ new

@@ -10,10 +10,10 @@ 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', '.tool-versions' + '.AppleDouble', 'tags', '.DS_Store', 'errors.lst', '.tool-versions' readme 'README.md' title "#{name.camelize}" required_ruby_version '>= 2.3' dependency 'tins', '~> 1.0', '>= 1.28.0'