humanize-bytes.gemspec in humanize-bytes-2.1.0 vs humanize-bytes.gemspec in humanize-bytes-2.2.0

- old
+ new

@@ -6,10 +6,10 @@ Gem::Specification.new do |gem| gem.name = 'humanize-bytes' gem.version = Humanize::Bytes::VERSION gem.authors = %q{Paulo Henrique Lopes Ribeiro} gem.email = %q{plribeiro3000@gmail.com} - gem.summary = %q{Convert Byte, Kbyte, MByte, Gbyte into each other} + gem.summary = %q{Convert Byte, KByte, MByte, GByte, TByte, PByte, EByte, ZByte and YByte into each other} gem.files = `git ls-files`.split($\) gem.test_files = `git ls-files -- {test,spec,features,examples,gemfiles}/*`.split("\n") gem.executables = `git ls-files -- bin/*`.split('\n').map{ |f| File.basename(f) } gem.require_paths = %w(lib) \ No newline at end of file