RbST.gemspec in RbST-0.6.1 vs RbST.gemspec in RbST-0.6.2

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true Gem::Specification.new do |s| s.name = 'RbST' - s.version = '0.6.1' + s.version = '0.6.2' s.licenses = ['MIT'] 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'