Sha256: 08bbb6f0c6e752d30fa0d7c30f3924adaca560ed83ef8726094bfea438b30c73
Contents?: true
Size: 883 Bytes
Versions: 1
Compression:
Stored size: 883 Bytes
Contents
# coding: utf-8 Gem::Specification.new do |s| s.specification_version = 2 if s.respond_to? :specification_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.rubygems_version = '2.2.2' s.required_ruby_version = '>= 1.9.3' s.name = 'jgd' s.version = '1.0' s.license = 'MIT' s.summary = "Jekyll Github Deploy" s.description = "Automated deployment of your Jekyll blog to Github Pages" s.authors = ["Yegor Bugayenko"] s.email = 'yegor@tpc2.com' s.homepage = 'http://github.com/yegor256/jekyll-github-deploy' s.files = `git ls-files`.split($/) s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) } s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.rdoc_options = ["--charset=UTF-8"] s.extra_rdoc_files = %w[README.md LICENSE.txt] s.add_runtime_dependency('jekyll') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jgd-1.0 | jgd.gemspec |