Sha256: e8ad8a9355287e0f84143653e09dc9f767bfc7d7f5296d68fd8df0049d76c89c
Contents?: true
Size: 694 Bytes
Versions: 3
Compression:
Stored size: 694 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "middleman-ogp/version" Gem::Specification.new do |s| s.name = "middleman-ogp" s.version = Middleman::OGP::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Atsushi Nagase"] s.email = ["a@ngs.io"] s.homepage = "https://github.com/ngs/middleman-ogp" s.summary = %q{OpenGraph Protocol Helper for Middleman} s.description = %q{OpenGraph Protocol Helper for Middleman} s.license = "MIT" s.files = `git ls-files -z`.split("\0") s.test_files = `git ls-files -z -- {fixtures,features,spec}/*`.split("\0") s.require_paths = ["lib"] s.add_runtime_dependency("middleman-core", [">= 3.2"]) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
middleman-ogp-1.3.0 | middleman-ogp.gemspec |
middleman-ogp-1.2.0 | middleman-ogp.gemspec |
middleman-ogp-1.1.0 | middleman-ogp.gemspec |