Sha256: 4a7eb6865d81d7a36f3e4a53c43f3e9942b5fd63b7e766a402f9ab4554929bc3

Contents?: true

Size: 1.03 KB

Versions: 5

Compression:

Stored size: 1.03 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.8"
  spec.add_runtime_dependency "jekyll", "~> 3.5"

  spec.add_development_dependency "bundler", "~> 1.15"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-lab-notebook-plugins-0.1.5 jekyll-lab-notebook-plugins.gemspec
jekyll-lab-notebook-plugins-0.1.3 jekyll-lab-notebook-plugins.gemspec
jekyll-lab-notebook-plugins-0.1.2 jekyll-lab-notebook-plugins.gemspec
jekyll-lab-notebook-plugins-0.1.1 jekyll-lab-notebook-plugins.gemspec
jekyll-lab-notebook-plugins-0.1.0 jekyll-lab-notebook-plugins.gemspec