# frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "0t0-theme" spec.version = "1.0" spec.authors = ["0t0 "] spec.email = ["akshay@mrtsukimoto.in"] spec.summary = "Custom hacker like theme for jekyll" spec.homepage = "https://git.0t0.in/0t0-theme.git" spec.license = "AGPL" spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README|_config\.yml)!i) } spec.add_runtime_dependency "jekyll", "~> 3.5" spec.add_runtime_dependency "jekyll-seo-tag" spec.add_development_dependency "bundler" spec.add_development_dependency "rake" end