tabled.gemspec in tabled-0.0.6 vs tabled.gemspec in tabled-1.0.0

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true Gem::Specification.new do |s| s.name = 'tabled' - s.version = '0.0.6' + s.version = '1.0.0' s.summary = 'Library for rendering pretty tables in console' s.description = 'Library can be used to render your data to a console. Being quite simple it has many features.' s.authors = ['Max Rukomoynikov'] s.email = 'rukomoynikov@gmail.com' s.executables << 'tabled'