Sha256: e4d627fce81a620374507e517f437992adc83efd9d363d851295de1c359b805e
Contents?: true
Size: 996 Bytes
Versions: 3
Compression:
Stored size: 996 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). 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) } 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.5.2 | jekyll-timeago.gemspec |
jekyll-timeago-0.5.1 | jekyll-timeago.gemspec |
jekyll-timeago-0.5.0 | jekyll-timeago.gemspec |