Sha256: 9ae0682e0a544927038a5c93e8feeabec778168f59952f190bb810131dffc577

Contents?: true

Size: 745 Bytes

Versions: 1

Compression:

Stored size: 745 Bytes

Contents

$LOAD_PATH.push File.expand_path("../lib", __FILE__)

require "comfy_blog/version"

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
  s.name        = "comfy_blog"
  s.version     = ComfyBlog::VERSION
  s.authors     = ["Oleg Khabarov"]
  s.email       = ["oleg@khabarov.ca"]
  s.homepage    = "http://github.com/comfy/comfy-blog"
  s.summary     = "Simple Blog Engine for ComfortableMexicanSofa"
  s.description = "Simple Blog Engine for ComfortableMexicanSofa"
  s.license     = "MIT"

  s.files = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|doc)/})
  end

  s.require_paths = ["lib"]

  s.required_ruby_version = ">= 2.2.2"

  s.add_dependency "comfortable_mexican_sofa", ">= 2.0.10"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
comfy_blog-2.0.5 comfy_blog.gemspec