Sha256: 0da1700fe5bd7a4cbdc4bd161474d8057a4371ef0ed4fea7dff9735123d7049f

Contents?: true

Size: 854 Bytes

Versions: 1

Compression:

Stored size: 854 Bytes

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{Automatically adds variables with nicely formated dates and time tags to Jekyll posts and pages.}
  gem.summary       = %q{Automatically adds variables with nicely formated dates and time tags to Jekyll posts and pages.}
  gem.homepage      = "https://github.com/octopress/jekyll-date-format"
  gem.license       = "MIT"

  gem.add_runtime_dependency 'jekyll', '>= 1.0.0'

  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.0 jekyll-date-format.gemspec