jekyll-timeago.gemspec in jekyll-timeago-0.4.2 vs jekyll-timeago.gemspec in jekyll-timeago-0.5.0

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = "jekyll-timeago" spec.version = Jekyll::Timeago::VERSION spec.authors = ["markets"] spec.email = ["srmarc.ai@gmail.com"] - spec.description = %q{Custom timeago filter for Jekyll (Liquid filter)} - spec.summary = %q{Custom timeago filter for Jekyll (Liquid filter)} + spec.description = %q{Custom timeago filter for Jekyll (Liquid filter). Localization and futures supported.} + spec.summary = %q{Custom timeago filter for Jekyll (Liquid filter). Localization and futures supported.} spec.homepage = "https://github.com/markets/jekyll-timeago" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }