jekyll-timeago.gemspec in jekyll-timeago-0.7.0 vs jekyll-timeago.gemspec in jekyll-timeago-0.8.0

- old
+ new

@@ -6,18 +6,21 @@ 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). Localization and futures supported.} - spec.summary = %q{Custom timeago filter for Jekyll (Liquid filter). Localization and futures supported.} + 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.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) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] + spec.add_development_dependency "jekyll", ">= 1.5" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" + spec.add_development_dependency "rspec" + spec.add_development_dependency "activesupport" end