Sha256: 8a40d1380213eaf80eb67844aab6b90891d40ef9ef558690215ea74d1e34b437
Contents?: true
Size: 978 Bytes
Versions: 1
Compression:
Stored size: 978 Bytes
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "jekyll-github-plugin/version" Gem::Specification.new do |spec| spec.name = "jekyll-github-plugin" spec.summary = "Plug-in for jekyll to show a GitHub project in your pages." spec.description = "Plug-in for jekyll to show a GitHub project in your pages." spec.version = JekyllGithubPlugin::VERSION spec.authors = ["Rayco AraƱa"] spec.email = ["me@raycoarana.com"] spec.homepage = "https://github.com/raycoarana/jekyll-github-plugin" spec.licenses = ["Apache-2.0"] spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(test|spec|features)/!) } spec.require_paths = ["lib"] spec.add_dependency "jekyll", "~> 3.0" spec.add_development_dependency "rake", "~> 12.3.3" spec.add_development_dependency "rspec", "~> 3.5" spec.add_development_dependency "rubocop", "~> 0.52" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-github-plugin-1.0.2 | jekyll-github-plugin.gemspec |