Sha256: 211a24b1b70e74e7ff9dcf2486faae660b50f676e6da5b8b099b0bdd08b308dc
Contents?: true
Size: 836 Bytes
Versions: 1
Compression:
Stored size: 836 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "middleman-blog/version" Gem::Specification.new do |s| s.name = "middleman-blog" s.version = Middleman::Blog::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Thomas Reynolds"] s.email = ["me@tdreyno.com"] s.homepage = "https://github.com/tdreyno/middleman-blog" s.summary = %q{A blog foundation using Middleman} s.description = %q{A blog foundation using Middleman} s.rubyforge_project = "middleman-blog" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_runtime_dependency("middleman", ["~> 2.0.2"]) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
middleman-blog-0.1.0 | middleman-blog.gemspec |