Sha256: 3fff7bd5e3402c58abd34f477f0bf7c2fe834d0589724cf8b8be508880847ba5
Contents?: true
Size: 922 Bytes
Versions: 3
Compression:
Stored size: 922 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'jekyll/timeago/version' 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.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 "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-timeago-0.4.2 | jekyll-timeago.gemspec |
jekyll-timeago-0.4.1 | jekyll-timeago.gemspec |
jekyll-timeago-0.4.0 | jekyll-timeago.gemspec |