Sha256: 539ff325abc95d3d514ab74ac5d9e94b231cb6324228832a3b1774246b295533
Contents?: true
Size: 772 Bytes
Versions: 1
Compression:
Stored size: 772 Bytes
Contents
# frozen_string_literal: true $LOAD_PATH.push File.expand_path("lib", __dir__) 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.3.0" s.add_dependency "comfortable_mexican_sofa", ">= 2.0.14" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comfy_blog-2.0.7 | comfy_blog.gemspec |