Sha256: b4779c24594e7f5ebd5fe0590bc6e763dc9e6d2d8c70320fe5ce7840fa32bb20
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'jekyll-date-format/version' Gem::Specification.new do |gem| gem.name = "jekyll-date-format" gem.version = Jekyll::DateFormat::VERSION gem.authors = ["Brandon Mathis"] gem.email = ["brandon@imathis.com"] gem.description = %q{Renamed to octopress-date-format. - Automatically adds variables with nicely formated dates and time tags to Jekyll posts and pages.} gem.summary = %q{Renamed to octopress-date-format. - Automatically adds variables with nicely formated dates and time tags to Jekyll posts and pages.} gem.homepage = "https://github.com/octopress/date-format" gem.license = "MIT" gem.add_runtime_dependency 'jekyll', '>= 1.0.0' gem.post_install_message = <<-MESSAGE ! The jekyll-date-format gem has been deprecated and has been replaced by octopress-date-format. ! See: https://rubygems.org/gems/octopress-date-format ! And: https://github.com/octopress/date-format MESSAGE gem.files = `git ls-files`.split($/) gem.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-date-format-1.0.1 | jekyll-date-format.gemspec |