diff --git a/datagrid.gemspec b/datagrid.gemspec index 0ea03a4..0c8ad16 100644 --- a/datagrid.gemspec +++ b/datagrid.gemspec @@ -7,8 +7,8 @@ Gem::Specification.new do |s| s.version = Datagrid::VERSION s.require_paths = ["lib"] s.authors = ["Bogdan Gusiev"] - s.summary = "Ruby gem to create datagrids" - s.description = "This allows you to easily build datagrid aka data tables with sortable columns and filters" + s.summary = "Library that provides DSL to present table like data" + s.description = "The library allows you to easily build datagrid aka data tables with sortable columns and filters" s.email = "agresso@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt",