jekyll-timeago.gemspec in jekyll-timeago-0.9.0 vs jekyll-timeago.gemspec in jekyll-timeago-0.9.1

- old
+ new

@@ -3,11 +3,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 = "Custom timeago filter for Jekyll (Liquid Filter and Tag). Localization and futures supported." - spec.summary = "Custom timeago filter for Jekyll (Liquid Filter and Tag). Localization and futures supported." + spec.description = "A Ruby library to compute distance of dates in words. Originally built for Jekyll, as a Liquid extension. It also supports localization and futures." + spec.summary = "A date helper to compute distance of dates in words." 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) }