Sha256: 9d79442581da9bb23cdb075024021c323717b6d83ff9eef6c7f5ee1bd800f097
Contents?: true
Size: 790 Bytes
Versions: 1
Compression:
Stored size: 790 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 = "EtsComfyBlog" s.version = ComfyBlog::VERSION s.authors = ["PG9-SEP"] s.email = ["PG9@SEP"] s.homepage = "https://github.com/changyukang/comfy-blog" s.summary = "Self-customized Simple Blog Engine for ComfortableMexicanSofa" s.description = "Self-customized 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 "PixelForce_ETS", ">= 0.0.1" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
EtsComfyBlog-0.0.2 | comfy_blog.gemspec |