Sha256: 3e1a8c570ddc384ea4211f17872c326e9617d707ef9dde206899144d1c25f088
Contents?: true
Size: 715 Bytes
Versions: 2
Compression:
Stored size: 715 Bytes
Contents
$:.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", "The Working Group Inc"] 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`.split("\n") s.platform = Gem::Platform::RUBY s.require_paths = ['lib'] s.add_dependency 'comfortable_mexican_sofa', '>= 1.11.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
comfy_blog-1.1.1 | comfy_blog.gemspec |
comfy_blog-1.1.0 | comfy_blog.gemspec |