Sha256: 7273d5790a78b160322bb4d0e408ef5f94451da4b0a6f70bd756fe6db85fe027
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "jekyll-lab-notebook-plugins/version" Gem::Specification.new do |spec| spec.name = "jekyll-lab-notebook-plugins" spec.version = JekyllLabNotebookPlugins::VERSION spec.authors = ["Tamas Nagy"] spec.email = ["tamas@tamasnagy.com"] spec.summary = "A collection of Jekyll plugins for better electronic lab notebooks" spec.homepage = "https://github.com/tlnagy/jekyll-lab-notebook-plugins" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_runtime_dependency "nokogiri", "~> 1" spec.add_runtime_dependency "jekyll", "~> 3" spec.add_development_dependency "bundler", "~> 2" spec.add_development_dependency "rake", "~> 13" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-lab-notebook-plugins-0.1.7 | jekyll-lab-notebook-plugins.gemspec |
jekyll-lab-notebook-plugins-0.1.6 | jekyll-lab-notebook-plugins.gemspec |