Sha256: c06e2a6c72c43250cf45890c07538069a8ee50d0a694d6861abe2d33af3ec2ec

Contents?: true

Size: 848 Bytes

Versions: 1

Compression:

Stored size: 848 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-core", [">= 3.0.0.beta.3"])
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-blog-3.0.0.beta.3 middleman-blog.gemspec