RbST.gemspec in RbST-0.6.0 vs RbST.gemspec in RbST-0.6.1

- old
+ new

@@ -1,12 +1,12 @@ # frozen_string_literal: true Gem::Specification.new do |s| s.name = 'RbST' - s.version = '0.6.0' + s.version = '0.6.1' s.licenses = ['MIT'] - s.summary = "A simple Ruby wrapper for processing reStructuredText via Python's Docutils" - s.description = "A simple Ruby wrapper for processing reStructuredText via Python's Docutils" + s.summary = "A Ruby gem for processing reStructuredText via Python's Docutils." + s.description = "A Ruby gem for processing reStructuredText via Python's Docutils." s.authors = ['William Melody'] s.email = 'hi@williammelody.com' s.date = '2020-03-18' s.extra_rdoc_files = [ 'LICENSE',